Merge pull request #5236 from testwill/kit-log

chore: Use github.com/go-kit/log
This commit is contained in:
Ming Deng
2023-06-08 22:40:36 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ import (
"context"
"net/http"
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/opentracing/opentracing-go/log"