Update libraries in webhook image (#8227)
This commit is contained in:
parent
04035cc1c2
commit
935ea3d830
2 changed files with 35 additions and 185 deletions
|
|
@ -5,10 +5,10 @@ go 1.16
|
|||
require (
|
||||
github.com/onrik/logrus v0.9.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/spf13/cobra v1.2.1
|
||||
github.com/tidwall/gjson v1.8.1 // indirect
|
||||
k8s.io/api v0.22.0
|
||||
k8s.io/apimachinery v0.22.0
|
||||
k8s.io/client-go v0.22.0
|
||||
k8s.io/kube-aggregator v0.22.0
|
||||
github.com/spf13/cobra v1.1.3
|
||||
github.com/tidwall/gjson v1.14.0 // indirect
|
||||
k8s.io/api v0.22.6
|
||||
k8s.io/apimachinery v0.22.6
|
||||
k8s.io/client-go v0.22.6
|
||||
k8s.io/kube-aggregator v0.22.6
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue