summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-23 18:40:57 +0000
committerGitHub <noreply@github.com>2025-02-23 18:40:57 +0000
commit3b64fa9a316b8843d9711ac22613314297e07312 (patch)
treef1ce9be12c0b83b0be22df1b288669aeeefab72d /go.mod
parent72116a241e1185040511e8450b1cafe460d4b78d (diff)
deps(go): Bump k8s.io/client-go from 0.32.0 to 0.32.2 (#2321)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.32.0 to 0.32.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.32.0...v0.32.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 35e921b4..16dac207 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
golang.org/x/text v0.22.0
gotest.tools/v3 v3.5.1
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
- k8s.io/client-go v0.32.0
+ k8s.io/client-go v0.32.2
)
// TODO: replace with gopkg.in/yaml.v3 after https://github.com/go-yaml/yaml/pull/862