Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 6089b7b

Browse files
chore(deps): bump k8s.io/kubectl from 0.22.2 to 0.23.1
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.22.2 to 0.23.1. - [Release notes](https://github.com/kubernetes/kubectl/releases) - [Commits](kubernetes/kubectl@v0.22.2...v0.23.1) --- updated-dependencies: - dependency-name: k8s.io/kubectl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b024111 commit 6089b7b

2 files changed

Lines changed: 61 additions & 32 deletions

File tree

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ require (
2727
github.com/spf13/cobra v1.2.1
2828
github.com/stretchr/testify v1.7.0
2929
github.com/tinylib/msgp v1.1.6 // indirect
30-
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
31-
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
30+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
31+
golang.org/x/net v0.0.0-20211209124913-491a49abca63
3232
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
3333
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
3434
google.golang.org/api v0.57.0
3535
gopkg.in/raintank/schema.v1 v1.0.0
3636
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
37-
k8s.io/api v0.22.2
37+
k8s.io/api v0.23.1
3838
k8s.io/apiextensions-apiserver v0.22.2
39-
k8s.io/apimachinery v0.22.2
40-
k8s.io/client-go v0.22.2
41-
k8s.io/kubectl v0.22.2
39+
k8s.io/apimachinery v0.23.1
40+
k8s.io/client-go v0.23.1
41+
k8s.io/kubectl v0.23.1
4242
sigs.k8s.io/controller-runtime v0.10.1
4343
sigs.k8s.io/controller-tools v0.7.0
4444
sigs.k8s.io/yaml v1.2.0

0 commit comments

Comments
 (0)