1
1
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter
2
2
3
- go 1.18
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/census-instrumentation/opencensus-proto v0.4.1
@@ -9,13 +9,13 @@ require (
9
9
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.60.0
10
10
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.60.0
11
11
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.60.0
12
- github.com/stretchr/testify v1.8 .0
12
+ github.com/stretchr/testify v1.10 .0
13
13
go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
14
- go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
14
+ go.opentelemetry.io/collector/pdata v1.41.0
15
15
go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
16
- go.uber.org/multierr v1.8 .0
16
+ go.uber.org/multierr v1.11 .0
17
17
go.uber.org/zap v1.23.0
18
- google.golang.org/protobuf v1.28.1
18
+ google.golang.org/protobuf v1.36.8
19
19
)
20
20
21
21
require (
@@ -24,26 +24,26 @@ require (
24
24
github.com/davecgh/go-spew v1.1.1 // indirect
25
25
github.com/gogo/protobuf v1.3.2 // indirect
26
26
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
27
- github.com/golang/protobuf v1.5.2 // indirect
27
+ github.com/golang/protobuf v1.5.4 // indirect
28
28
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
29
29
github.com/knadh/koanf v1.4.3 // indirect
30
30
github.com/mitchellh/copystructure v1.2.0 // indirect
31
31
github.com/mitchellh/mapstructure v1.5.0 // indirect
32
32
github.com/mitchellh/reflectwalk v1.0.2 // indirect
33
33
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
34
- github.com/modern-go/reflect2 v1.0.2 // indirect
34
+ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
35
35
github.com/pmezard/go-difflib v1.0.0 // indirect
36
36
github.com/rogpeppe/go-internal v1.8.1 // indirect
37
37
go.opencensus.io v0.23.0 // indirect
38
- go.opentelemetry.io/otel v1.10 .0 // indirect
39
- go.opentelemetry.io/otel/metric v0.32.1 // indirect
40
- go.opentelemetry.io/otel/trace v1.10 .0 // indirect
38
+ go.opentelemetry.io/otel v1.37 .0 // indirect
39
+ go.opentelemetry.io/otel/metric v1.37.0 // indirect
40
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
41
41
go.uber.org/atomic v1.10.0 // indirect
42
- golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
43
- golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
44
- golang.org/x/text v0.3.7 // indirect
42
+ golang.org/x/net v0.41.0 // indirect
43
+ golang.org/x/sys v0.33.0 // indirect
44
+ golang.org/x/text v0.26.0 // indirect
45
45
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
46
- google.golang.org/grpc v1.49 .0 // indirect
46
+ google.golang.org/grpc v1.75 .0 // indirect
47
47
gopkg.in/yaml.v3 v3.0.1 // indirect
48
48
)
49
49
0 commit comments