Skip to content

Commit

Permalink
Update libraries in webhook image (#8227)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz committed Feb 6, 2022
1 parent 04035cc commit 935ea3d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 185 deletions.
12 changes: 6 additions & 6 deletions images/kube-webhook-certgen/rootfs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 935ea3d

Please sign in to comment.