@@ -3,10 +3,10 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/humioe
3
3
go 1.18
4
4
5
5
require (
6
- github.com/stretchr/testify v1.8 .0
6
+ github.com/stretchr/testify v1.9 .0
7
7
go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
8
8
go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
9
- go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
9
+ go.opentelemetry.io/collector/semconv v0.108.1
10
10
11
11
)
12
12
@@ -32,7 +32,7 @@ require (
32
32
github.com/json-iterator/go v1.1.12 // indirect
33
33
github.com/klauspost/compress v1.15.10 // indirect
34
34
github.com/knadh/koanf v1.4.3 // indirect
35
- github.com/kr/pretty v0.3 .0 // indirect
35
+ github.com/kr/text v0.2 .0 // indirect
36
36
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
37
37
github.com/magiconair/properties v1.8.6 // indirect
38
38
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -74,7 +74,6 @@ require (
74
74
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
75
75
google.golang.org/grpc v1.49.0 // indirect
76
76
google.golang.org/protobuf v1.28.1 // indirect
77
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
78
77
gopkg.in/yaml.v2 v2.4.0 // indirect
79
78
gopkg.in/yaml.v3 v3.0.1 // indirect
80
79
)
0 commit comments