summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-09 02:33:30 +0000
committerGitHub <noreply@github.com>2022-05-09 02:33:30 +0000
commitfe12b2dbc7fa6f4dceb066a079fb8b93a31f3fb0 (patch)
tree3b98729fc12de6bdfbc5fc000649ab7499440a07 /go.mod
parent33f886a40be874e28992e14821bea11c67a80a0c (diff)
Bump k8s.io/client-go from 0.23.6 to 0.24.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.6 to 0.24.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.23.6...v0.24.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2ef6dc60..a5cf3b49 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gotest.tools/v3 v3.2.0
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
- k8s.io/client-go v0.23.6
+ k8s.io/client-go v0.24.0
)
require (