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:
Levi Harrison 2021-06-11 12:15:41 -04:00
parent 301815e48b
commit 01dd0e0963
No known key found for this signature in database
GPG Key ID: 23A7BDEAE860B57D
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -20,7 +20,7 @@ require (
github.com/docker/docker v20.10.6+incompatible github.com/docker/docker v20.10.6+incompatible
github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-connections v0.4.0 // indirect
github.com/edsrzf/mmap-go v1.0.0 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-logfmt/logfmt v0.5.0
github.com/go-openapi/strfmt v0.20.1 github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/validate v0.20.2 // indirect github.com/go-openapi/validate v0.20.2 // indirect