support never micro context attrs funcs
Some checks failed
build / lint (push) Successful in 24s
build / test (push) Failing after 1m30s
codeql / analyze (go) (push) Failing after 1m55s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-07-06 00:19:38 +03:00
parent 9b553cfa62
commit 2149a713d5
3 changed files with 12 additions and 2 deletions

4
go.mod
View File

@@ -6,6 +6,6 @@ toolchain go1.22.2
require (
github.com/opentracing/opentracing-go v1.2.0
go.opentelemetry.io/otel v1.26.0
go.unistack.org/micro/v3 v3.10.77
go.opentelemetry.io/otel v1.28.0
go.unistack.org/micro/v3 v3.10.81
)