Skip to content

Commit

Permalink
Rename github.com/go-kit/log to github.com/go-kit/kit
Browse files Browse the repository at this point in the history
  • Loading branch information
garyclee authored and jacksontj committed Jul 15, 2024
1 parent 122893d commit f6330cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/Azure/go-autorest/autorest v0.11.29
github.com/go-kit/kit v0.12.0
github.com/go-kit/log v0.2.1
github.com/gogo/protobuf v1.3.2
github.com/golang/glog v1.1.0
github.com/golang/snappy v0.0.4
Expand Down Expand Up @@ -63,7 +63,7 @@ require (
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down

0 comments on commit f6330cb

Please sign in to comment.