Merge pull request #5236 from testwill/kit-log
chore: Use github.com/go-kit/log
This commit is contained in:
@@ -17,8 +17,8 @@ package opentracing
|
||||
import (
|
||||
"context"
|
||||
|
||||
logKit "github.com/go-kit/kit/log"
|
||||
opentracingKit "github.com/go-kit/kit/tracing/opentracing"
|
||||
logKit "github.com/go-kit/log"
|
||||
"github.com/opentracing/opentracing-go"
|
||||
|
||||
"github.com/beego/beego/v2/server/web"
|
||||
|
||||
Reference in New Issue
Block a user