1
1
module github.com/open-telemetry/opentelemetry-collector-contrib/processor/servicegraphprocessor
2
2
3
- go 1.18
3
+ go 1.24.0
4
4
5
5
require (
6
- github.com/stretchr/testify v1.8.0
6
+ github.com/stretchr/testify v1.11.1
7
7
go.opencensus.io v0.23.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.42.0
10
10
go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
11
11
go.uber.org/zap v1.23.0
12
12
)
@@ -17,10 +17,10 @@ require (
17
17
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
18
18
github.com/davecgh/go-spew v1.1.1 // indirect
19
19
github.com/fsnotify/fsnotify v1.5.4 // indirect
20
- github.com/go-logr/logr v1.2 .3 // indirect
20
+ github.com/go-logr/logr v1.4 .3 // indirect
21
21
github.com/go-logr/stdr v1.2.2 // indirect
22
22
github.com/gogo/protobuf v1.3.2 // indirect
23
- github.com/golang/protobuf v1.5.2 // indirect
23
+ github.com/golang/protobuf v1.5.4 // indirect
24
24
github.com/golang/snappy v0.0.4 // indirect
25
25
github.com/json-iterator/go v1.1.12 // indirect
26
26
github.com/klauspost/compress v1.15.10 // indirect
@@ -29,25 +29,22 @@ require (
29
29
github.com/mitchellh/mapstructure v1.5.0 // indirect
30
30
github.com/mitchellh/reflectwalk v1.0.2 // indirect
31
31
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
32
- github.com/modern-go/reflect2 v1.0.2 // indirect
32
+ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
33
33
github.com/mostynb/go-grpc-compression v1.1.17 // indirect
34
34
github.com/pelletier/go-toml v1.9.4 // indirect
35
35
github.com/pmezard/go-difflib v1.0.0 // indirect
36
- github.com/rogpeppe/go-internal v1.6.2 // indirect
36
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
37
37
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.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
- go.uber.org/goleak v1.2.0 // indirect
43
- go.uber.org/multierr v1.8.0 // indirect
44
- golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
45
- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
46
- golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
47
- golang.org/x/text v0.3.7 // indirect
42
+ go.uber.org/multierr v1.11.0 // indirect
43
+ golang.org/x/net v0.41.0 // indirect
44
+ golang.org/x/sys v0.33.0 // indirect
45
+ golang.org/x/text v0.26.0 // indirect
48
46
google.golang.org/genproto v0.0.0-20220915135415-7fd63a7952de // indirect
49
- google.golang.org/grpc v1.49.0 // indirect
50
- google.golang.org/protobuf v1.28.1 // indirect
51
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
47
+ google.golang.org/grpc v1.75.1 // indirect
48
+ google.golang.org/protobuf v1.36.9 // indirect
52
49
gopkg.in/yaml.v3 v3.0.1 // indirect
53
50
)
0 commit comments