add ability to pass opentracing.Tracer

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-01-17 09:21:48 +03:00
parent b7b6d50dc6
commit 38d841d5b6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,6 +4,6 @@ go 1.16
require (
github.com/opentracing/opentracing-go v1.2.0
go.unistack.org/micro/v3 v3.10.0
go.unistack.org/micro/v3 v3.10.1
gopkg.in/yaml.v2 v2.4.0 // indirect
)