Files
micro-tracer-opentracing/go.mod
Evstigneev Denis 3718494ba6
Some checks failed
coverage / build (pull_request) Has been cancelled
lint / lint (pull_request) Has been cancelled
test / test (pull_request) Has been cancelled
move from v4 enabled tracer
2025-05-20 14:04:20 +03:00

18 lines
360 B
Modula-2

module go.unistack.org/micro-tracer-opentracing/v3
go 1.22.0
toolchain go1.23.4
require (
github.com/opentracing/opentracing-go v1.2.0
go.opentelemetry.io/otel v1.35.0
go.unistack.org/micro/v3 v3.11.44
)
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
)