Vasiliy Tolstov 16b180bfaa
Some checks failed
build / lint (push) Successful in 1m6s
build / test (push) Has been cancelled
codeql / analyze (go) (push) Has been cancelled
update go.mod
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-12-14 17:37:13 +03:00

18 lines
429 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.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
)