summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-24 22:39:50 +0000
committerGitHub <noreply@github.com>2024-11-24 22:39:50 +0000
commit8d23672623f4f2d11c4b7d536cdc2412eeb7c17b (patch)
tree4efec83c89d0c60cf0c65875ce455858f5319cc0 /go.mod
parent7b89601c28b586d0f9bcc181f0adbbcf57fda3e4 (diff)
deps(go): Bump k8s.io/client-go from 0.31.2 to 0.31.3 (#2269)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.2 to 0.31.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3) --- 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 34d2052a..fce1e872 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
golang.org/x/text v0.20.0
gotest.tools/v3 v3.5.1
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a
- k8s.io/client-go v0.31.2
+ k8s.io/client-go v0.31.3
)
// TODO: replace with gopkg.in/yaml.v3 after https://github.com/go-yaml/yaml/pull/862