File tree Expand file tree Collapse file tree 2 files changed +22
-26
lines changed Expand file tree Collapse file tree 2 files changed +22
-26
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/open-telemetry/opentelemetry-collector-contrib/internal/common
2
2
3
- go 1.18
3
+ go 1.24
4
4
5
5
require (
6
- github.com/stretchr/testify v1.8 .0
7
- go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
6
+ github.com/stretchr/testify v1.10 .0
7
+ go.opentelemetry.io/collector/featuregate v1.40.0
8
8
go.uber.org/zap v1.23.0
9
9
)
10
10
11
11
require (
12
12
github.com/davecgh/go-spew v1.1.1 // indirect
13
+ github.com/hashicorp/go-version v1.7.0 // indirect
13
14
github.com/kr/text v0.2.0 // indirect
14
15
github.com/pkg/errors v0.9.1 // indirect
15
16
github.com/pmezard/go-difflib v1.0.0 // indirect
17
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
16
18
go.uber.org/atomic v1.10.0 // indirect
17
- go.uber.org/multierr v1.8.0 // indirect
18
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
19
+ go.uber.org/multierr v1.11.0 // indirect
19
20
gopkg.in/yaml.v3 v3.0.1 // indirect
20
21
)
You can’t perform that action at this time.
0 commit comments