summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-20 22:16:30 +0000
committerGitHub <noreply@github.com>2022-06-20 22:16:30 +0000
commit704fabe9a9bfc60fb52fffdeca8c200fc894d278 (patch)
treed4835990c1359dc85f6a1264e1355355018dbb28 /go.mod
parent097da696397fb1a4e706bf0e2746c9c38a0fa0a5 (diff)
Bump k8s.io/client-go from 0.24.1 to 0.24.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.1 to 0.24.2. - [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.24.1...v0.24.2) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... 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 0908e8bd..3fb8c11f 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
golang.org/x/text v0.3.7
gotest.tools/v3 v3.2.0
inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
- k8s.io/client-go v0.24.1
+ k8s.io/client-go v0.24.2
)
// TODO: replace with gopkg.in/yaml.v3 after https://github.com/go-yaml/yaml/pull/862