@@ -4,10 +4,10 @@ go 1.18
4
4
5
5
require (
6
6
github.com/microsoft/ApplicationInsights-Go v0.4.4
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
9
go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
10
- go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
10
+ go.opentelemetry.io/collector/semconv v0.108.1
11
11
go.uber.org/zap v1.23.0
12
12
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
13
13
)
@@ -22,15 +22,15 @@ require (
22
22
github.com/golang/protobuf v1.5.2 // indirect
23
23
github.com/json-iterator/go v1.1.12 // indirect
24
24
github.com/knadh/koanf v1.4.3 // indirect
25
- github.com/kr/pretty v0.3 .0 // indirect
25
+ github.com/kr/text v0.2 .0 // indirect
26
26
github.com/mitchellh/copystructure v1.2.0 // indirect
27
27
github.com/mitchellh/mapstructure v1.5.0 // indirect
28
28
github.com/mitchellh/reflectwalk v1.0.2 // indirect
29
29
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
30
30
github.com/modern-go/reflect2 v1.0.2 // indirect
31
31
github.com/pelletier/go-toml v1.9.4 // indirect
32
32
github.com/pmezard/go-difflib v1.0.0 // indirect
33
- github.com/stretchr/objx v0.4.0 // indirect
33
+ github.com/stretchr/objx v0.5.2 // indirect
34
34
go.opencensus.io v0.23.0 // indirect
35
35
go.opentelemetry.io/otel v1.10.0 // indirect
36
36
go.opentelemetry.io/otel/metric v0.32.1 // indirect
@@ -42,6 +42,5 @@ require (
42
42
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
43
43
google.golang.org/grpc v1.49.0 // indirect
44
44
google.golang.org/protobuf v1.28.1 // indirect
45
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
46
45
gopkg.in/yaml.v3 v3.0.1 // indirect
47
46
)
0 commit comments