Replace go-kit/kit with go-kit/log

External log package has been extracted to a separate external
repository and module.

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2021-10-29 09:01:48 +10:00
parent 75966fd37c
commit 121d9980c1
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
package log
import (
"github.com/go-kit/kit/log/level"
"github.com/go-kit/log/level"
)
// Returns an adapter implementing the go-kit/kit/log.Logger interface on our