Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2022
1 parent 1b40103 commit b56f7f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/jinzhu/copier v0.3.2
github.com/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20210817223510-7df4dd6e12ab
k8s.io/api v0.22.1
k8s.io/apiextensions-apiserver v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
k8s.io/api v0.24.0
k8s.io/apiextensions-apiserver v0.24.0
k8s.io/apimachinery v0.24.0
k8s.io/client-go v0.24.0
)

0 comments on commit b56f7f4

Please sign in to comment.