Added go-kit/log and removed go-kit/kit/log in go.mod
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
301815e48b
commit
01dd0e0963
2
go.mod
2
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/docker/docker v20.10.6+incompatible
|
||||
github.com/docker/go-connections v0.4.0 // indirect
|
||||
github.com/edsrzf/mmap-go v1.0.0
|
||||
github.com/go-kit/kit v0.10.0
|
||||
github.com/go-kit/log v0.1.0
|
||||
github.com/go-logfmt/logfmt v0.5.0
|
||||
github.com/go-openapi/strfmt v0.20.1
|
||||
github.com/go-openapi/validate v0.20.2 // indirect
|
||||
|
|
Loading…
Reference in New Issue