@@ -3,10 +3,10 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/processor/metri
3
3
go 1.17
4
4
5
5
require (
6
- github.com/stretchr/testify v1.7 .1
6
+ github.com/stretchr/testify v1.8 .1
7
7
go.opentelemetry.io/collector v0.49.0
8
8
go.opentelemetry.io/collector/pdata v0.49.0
9
- go.uber.org/zap v1.21 .0
9
+ go.uber.org/zap v1.26 .0
10
10
11
11
)
12
12
@@ -20,15 +20,13 @@ require (
20
20
github.com/mitchellh/mapstructure v1.4.3 // indirect
21
21
github.com/mitchellh/reflectwalk v1.0.2 // indirect
22
22
github.com/pelletier/go-toml v1.9.4 // indirect
23
- github.com/pkg/errors v0.9.1 // indirect
24
23
github.com/pmezard/go-difflib v1.0.0 // indirect
25
24
go.opencensus.io v0.23.0 // indirect
26
25
go.opentelemetry.io/otel v1.6.3 // indirect
27
26
go.opentelemetry.io/otel/metric v0.29.0 // indirect
28
27
go.opentelemetry.io/otel/trace v1.6.3 // indirect
29
- go.uber.org/atomic v1.9.0 // indirect
30
- go.uber.org/multierr v1.8.0 // indirect
28
+ go.uber.org/multierr v1.10.0 // indirect
31
29
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
32
30
gopkg.in/yaml.v2 v2.4.0 // indirect
33
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
31
+ gopkg.in/yaml.v3 v3.0.1 // indirect
34
32
)
0 commit comments