|
1 | 1 | module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/jaegertracing/jaeger v1.38.0
|
7 | 7 | github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.60.0
|
8 |
| - github.com/stretchr/testify v1.8.0 |
9 |
| - go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002 |
| 8 | + github.com/stretchr/testify v1.11.1 |
| 9 | + go.opentelemetry.io/collector/pdata v1.42.0 |
10 | 10 | go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
|
11 | 11 | )
|
12 | 12 |
|
13 | 13 | require (
|
14 | 14 | github.com/apache/thrift v0.17.0 // indirect
|
15 | 15 | github.com/davecgh/go-spew v1.1.1 // indirect
|
16 | 16 | github.com/gogo/protobuf v1.3.2 // indirect
|
17 |
| - github.com/golang/protobuf v1.5.2 // indirect |
| 17 | + github.com/hashicorp/go-version v1.7.0 // indirect |
18 | 18 | github.com/json-iterator/go v1.1.12 // indirect
|
19 | 19 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
20 |
| - github.com/modern-go/reflect2 v1.0.2 // indirect |
| 20 | + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
21 | 21 | github.com/opentracing/opentracing-go v1.2.0 // indirect
|
22 | 22 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
23 | 23 | github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
24 | 24 | github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
| 25 | + go.opentelemetry.io/collector/featuregate v1.42.0 // indirect |
25 | 26 | go.uber.org/atomic v1.10.0 // indirect
|
26 |
| - go.uber.org/multierr v1.8.0 // indirect |
| 27 | + go.uber.org/multierr v1.11.0 // indirect |
27 | 28 | go.uber.org/zap v1.23.0 // indirect
|
28 |
| - golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect |
29 |
| - golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect |
30 |
| - golang.org/x/text v0.3.7 // indirect |
| 29 | + golang.org/x/net v0.41.0 // indirect |
| 30 | + golang.org/x/sys v0.33.0 // indirect |
| 31 | + golang.org/x/text v0.26.0 // indirect |
31 | 32 | google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
|
32 |
| - google.golang.org/grpc v1.49.0 // indirect |
33 |
| - google.golang.org/protobuf v1.28.1 // indirect |
| 33 | + google.golang.org/grpc v1.75.1 // indirect |
| 34 | + google.golang.org/protobuf v1.36.9 // indirect |
34 | 35 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
35 | 36 | )
|
36 | 37 |
|
|
0 commit comments