Skip to content

Commit

Permalink
fix(deps): update kubernetes packages to v0.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 16, 2023
1 parent 1b40103 commit 92b247d
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.16
require (
github.com/jetstack/cert-manager v1.5.3
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
github.com/sirupsen/logrus v1.9.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
k8s.io/api v0.27.3
k8s.io/apiextensions-apiserver v0.27.3
k8s.io/apimachinery v0.27.3
k8s.io/client-go v0.27.3
)
Loading

0 comments on commit 92b247d

Please sign in to comment.