add ability to pass span options on finish
Some checks failed
build / test (push) Failing after 1m38s
codeql / analyze (go) (push) Failing after 1m54s
build / lint (push) Successful in 9m17s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-05-09 19:30:32 +03:00
parent 65ac3aff56
commit 9b553cfa62
4 changed files with 39 additions and 12 deletions

2
go.mod
View File

@@ -7,5 +7,5 @@ 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.73
go.unistack.org/micro/v3 v3.10.77
)