Skip to content

Commit f6330cb

Browse files
garycleejacksontj
authored andcommitted
Rename github.com/go-kit/log to github.com/go-kit/kit
1 parent 122893d commit f6330cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/Azure/go-autorest/autorest v0.11.29
7-
github.com/go-kit/kit v0.12.0
7+
github.com/go-kit/log v0.2.1
88
github.com/gogo/protobuf v1.3.2
99
github.com/golang/glog v1.1.0
1010
github.com/golang/snappy v0.0.4
@@ -63,7 +63,7 @@ require (
6363
github.com/fatih/color v1.16.0 // indirect
6464
github.com/felixge/httpsnoop v1.0.3 // indirect
6565
github.com/fsnotify/fsnotify v1.5.4 // indirect
66-
github.com/go-kit/log v0.2.1 // indirect
66+
github.com/go-kit/kit v0.12.0 // indirect
6767
github.com/go-logfmt/logfmt v0.5.1 // indirect
6868
github.com/go-logr/logr v1.2.4 // indirect
6969
github.com/go-logr/stdr v1.2.2 // indirect

0 commit comments

Comments
 (0)