|
1 | 1 | module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.24.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/jaegertracing/jaeger v1.41.0 |
7 | 7 | github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.81.0 |
8 | | - github.com/stretchr/testify v1.8.4 |
9 | | - go.opentelemetry.io/collector/pdata v1.0.0-rcv0013 |
| 8 | + github.com/stretchr/testify v1.11.1 |
| 9 | + go.opentelemetry.io/collector/pdata v1.45.0 |
10 | 10 | go.opentelemetry.io/collector/semconv v0.81.0 |
11 | 11 | ) |
12 | 12 |
|
13 | 13 | require ( |
14 | 14 | github.com/apache/thrift v0.18.1 // 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.3 // indirect |
| 17 | + github.com/golang/protobuf v1.5.4 // indirect |
| 18 | + github.com/hashicorp/go-version v1.7.0 // indirect |
18 | 19 | github.com/json-iterator/go v1.1.12 // indirect |
19 | 20 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
20 | | - github.com/modern-go/reflect2 v1.0.2 // indirect |
| 21 | + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
21 | 22 | github.com/opentracing/opentracing-go v1.2.0 // indirect |
22 | 23 | github.com/pmezard/go-difflib v1.0.0 // indirect |
23 | 24 | github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect |
24 | 25 | github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| 26 | + go.opentelemetry.io/collector/featuregate v1.45.0 // indirect |
25 | 27 | go.uber.org/atomic v1.10.0 // indirect |
26 | 28 | go.uber.org/multierr v1.11.0 // indirect |
27 | 29 | go.uber.org/zap v1.24.0 // indirect |
28 | | - golang.org/x/net v0.11.0 // indirect |
29 | | - golang.org/x/sys v0.9.0 // indirect |
30 | | - golang.org/x/text v0.10.0 // indirect |
31 | | - google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect |
32 | | - google.golang.org/grpc v1.56.1 // indirect |
33 | | - google.golang.org/protobuf v1.31.0 // indirect |
34 | 30 | gopkg.in/yaml.v3 v3.0.1 // indirect |
35 | 31 | ) |
36 | 32 |
|
|
0 commit comments