Fixed go.mod dependencies
This commit is contained in:
parent
38834ceef4
commit
21e44049b5
1
go.mod
1
go.mod
|
|
@ -14,7 +14,6 @@ require (
|
|||
github.com/go-logr/zapr v0.1.0
|
||||
github.com/go-openapi/spec v0.18.0
|
||||
github.com/golang/groupcache v0.0.0-20180924190550-6f2cf27854a4 // indirect
|
||||
github.com/golang/lint v0.0.0-20190409202823-959b441ac422 // indirect
|
||||
github.com/golang/mock v1.2.0
|
||||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
|
||||
github.com/google/uuid v1.0.0 // indirect
|
||||
|
|
|
|||
Loading…
Reference in New Issue