@@ -4,19 +4,18 @@ go 1.18
4
4
5
5
require (
6
6
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.60.0
7
- github.com/stretchr/testify v1.8 .0
7
+ github.com/stretchr/testify v1.9 .0
8
8
go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
9
- go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
9
+ go.opentelemetry.io/collector/pdata v1.14.1
10
10
go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
11
11
)
12
12
13
13
require (
14
14
github.com/davecgh/go-spew v1.1.1 // indirect
15
15
github.com/gogo/protobuf v1.3.2 // indirect
16
- github.com/golang/protobuf v1.5.2 // indirect
17
16
github.com/json-iterator/go v1.1.12 // indirect
18
17
github.com/knadh/koanf v1.4.3 // indirect
19
- github.com/kr/pretty v0.3 .0 // indirect
18
+ github.com/kr/text v0.2 .0 // indirect
20
19
github.com/mitchellh/copystructure v1.2.0 // indirect
21
20
github.com/mitchellh/mapstructure v1.5.0 // indirect
22
21
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -28,14 +27,14 @@ require (
28
27
go.opentelemetry.io/otel/metric v0.32.1 // indirect
29
28
go.opentelemetry.io/otel/trace v1.10.0 // indirect
30
29
go.uber.org/atomic v1.10.0 // indirect
31
- go.uber.org/multierr v1.8 .0 // indirect
30
+ go.uber.org/multierr v1.11 .0 // indirect
32
31
go.uber.org/zap v1.23.0 // indirect
33
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
34
- golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
35
- golang.org/x/text v0.3.7 // indirect
32
+ golang.org/x/net v0.25.0 // indirect
33
+ golang.org/x/sys v0.20.0 // indirect
34
+ golang.org/x/text v0.15.0 // indirect
36
35
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
37
- google.golang.org/grpc v1.49 .0 // indirect
38
- google.golang.org/protobuf v1.28.1 // indirect
36
+ google.golang.org/grpc v1.65 .0 // indirect
37
+ google.golang.org/protobuf v1.34.2 // indirect
39
38
gopkg.in/yaml.v3 v3.0.1 // indirect
40
39
)
41
40
0 commit comments