We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122893d commit f6330cbCopy full SHA for f6330cb
go.mod
@@ -4,7 +4,7 @@ go 1.21
4
5
require (
6
github.com/Azure/go-autorest/autorest v0.11.29
7
- github.com/go-kit/kit v0.12.0
+ github.com/go-kit/log v0.2.1
8
github.com/gogo/protobuf v1.3.2
9
github.com/golang/glog v1.1.0
10
github.com/golang/snappy v0.0.4
@@ -63,7 +63,7 @@ require (
63
github.com/fatih/color v1.16.0 // indirect
64
github.com/felixge/httpsnoop v1.0.3 // indirect
65
github.com/fsnotify/fsnotify v1.5.4 // indirect
66
- github.com/go-kit/log v0.2.1 // indirect
+ github.com/go-kit/kit v0.12.0 // indirect
67
github.com/go-logfmt/logfmt v0.5.1 // indirect
68
github.com/go-logr/logr v1.2.4 // indirect
69
github.com/go-logr/stdr v1.2.2 // indirect
0 commit comments