update go.mod
Some checks failed
build / lint (push) Successful in 1m6s
build / test (push) Has been cancelled
codeql / analyze (go) (push) Has been cancelled

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-14 17:37:07 +03:00
parent 31350e8c21
commit 16b180bfaa
2 changed files with 22 additions and 11 deletions

14
go.mod
View File

@@ -1,11 +1,17 @@
module go.unistack.org/micro-tracer-opentracing/v3
go 1.21
go 1.22.0
toolchain go1.22.2
toolchain go1.23.4
require (
github.com/opentracing/opentracing-go v1.2.0
go.opentelemetry.io/otel v1.28.0
go.unistack.org/micro/v3 v3.10.81
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
)