2020-08-06 07:59:41 -07:00
|
|
|
module go.opentelemetry.io/otel/bridge/opentracing
|
|
|
|
|
|
2025-08-31 07:52:30 -07:00
|
|
|
go 1.24.0
|
2020-08-06 07:59:41 -07:00
|
|
|
|
|
|
|
|
replace go.opentelemetry.io/otel => ../..
|
|
|
|
|
|
2023-02-14 11:01:55 -05:00
|
|
|
replace go.opentelemetry.io/otel/trace => ../../trace
|
|
|
|
|
|
2020-08-06 07:59:41 -07:00
|
|
|
require (
|
2025-06-23 10:25:31 +03:00
|
|
|
github.com/opentracing-contrib/go-grpc v0.1.1
|
|
|
|
|
github.com/opentracing-contrib/go-grpc/test v0.0.0-20250122020132-2f9c7e3db032
|
2020-08-06 07:59:41 -07:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2025-08-27 20:20:20 +02:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-08-29 12:42:52 -07:00
|
|
|
go.opentelemetry.io/otel v1.38.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.38.0
|
2025-08-19 16:10:07 -07:00
|
|
|
google.golang.org/grpc v1.75.0
|
2020-08-06 07:59:41 -07:00
|
|
|
)
|
2021-02-12 11:23:51 -05:00
|
|
|
|
2022-05-25 10:04:56 -05:00
|
|
|
require (
|
2022-10-17 12:25:56 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-05-28 18:02:07 +02:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2025-06-23 10:25:31 +03:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2022-07-07 06:24:02 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-12-05 12:57:07 -08:00
|
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
2025-08-29 12:42:52 -07:00
|
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
2025-08-08 09:07:26 -07:00
|
|
|
golang.org/x/net v0.43.0 // indirect
|
2025-08-07 16:43:09 +02:00
|
|
|
golang.org/x/sys v0.35.0 // indirect
|
2025-08-07 12:17:11 -07:00
|
|
|
golang.org/x/text v0.28.0 // indirect
|
2025-08-25 18:48:10 +02:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
|
2025-08-20 14:57:25 -07:00
|
|
|
google.golang.org/protobuf v1.36.8 // indirect
|
2022-07-07 06:24:02 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
)
|
2023-05-02 11:15:39 -07:00
|
|
|
|
|
|
|
|
replace go.opentelemetry.io/otel/metric => ../../metric
|