move to micro v4

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-05-07 19:38:45 +03:00
parent 57e07c302c
commit 2fb5693d97
5 changed files with 13 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ package opentracing
import (
"github.com/opentracing/opentracing-go"
"go.unistack.org/micro/v3/tracer"
"go.unistack.org/micro/v4/tracer"
)
type tracerKey struct{}