2022-03-05 19:10:19 +03:00
|
|
|
module go.unistack.org/micro-tracer-opentracing/v3
|
|
|
|
|
2024-12-14 17:37:07 +03:00
|
|
|
go 1.22.0
|
2024-05-04 19:24:10 +03:00
|
|
|
|
2024-12-14 17:37:07 +03:00
|
|
|
toolchain go1.23.4
|
2022-03-05 19:10:19 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2024-12-14 17:37:07 +03:00
|
|
|
go.opentelemetry.io/otel v1.33.0
|
|
|
|
go.unistack.org/micro/v3 v3.11.17
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
2022-03-05 19:10:19 +03:00
|
|
|
)
|