switch from github.com/go-kit/kit/log to github.com/go-kit/log
This commit is contained in:
committed by
Jack Christensen
parent
9ee04e87e3
commit
48f39340b3
@@ -3,8 +3,8 @@ package kitlogadapter
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/go-kit/kit/log"
|
||||
kitlevel "github.com/go-kit/kit/log/level"
|
||||
"github.com/go-kit/log"
|
||||
kitlevel "github.com/go-kit/log/level"
|
||||
"github.com/jackc/pgx/v4"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user