Removed unneeded dependency.
This commit is contained in:
parent
aace72f063
commit
1ccb0cad1a
3 changed files with 8 additions and 11 deletions
2
go.mod
2
go.mod
|
|
@ -18,7 +18,6 @@ require (
|
|||
github.com/labstack/gommon v0.3.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
||||
k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -75,4 +74,5 @@ require (
|
|||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
||||
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue