fix span tags

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-01-18 10:05:02 +03:00
parent 93cb40a39b
commit d0b475b987
4 changed files with 108 additions and 84 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.1
go.unistack.org/micro/v3 v3.10.4
gopkg.in/yaml.v2 v2.4.0 // indirect
)