aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-14 10:17:59 +0000
committerGitHub <noreply@github.com>2025-02-14 10:17:59 +0000
commitc4ea7bed6c370b284f33bb5bbe50d0bd99b9d7bf (patch)
tree8885bfce13aa7dc73b5688b0a6ec9895e6bec193 /go.mod
parent8416bdbfd22cf3d5f661305e7a85c862c9d2768a (diff)
downloadxesite-c4ea7bed6c370b284f33bb5bbe50d0bd99b9d7bf.tar.xz
xesite-c4ea7bed6c370b284f33bb5bbe50d0bd99b9d7bf.zip
build(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2 (#911)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.32.1 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.1...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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 626ae96..28b3d74 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/mxpv/patreon-go.v1 v1.0.0-20171031001022-1d2f253ac700
k8s.io/apimachinery v0.32.2
- k8s.io/client-go v0.32.1
+ k8s.io/client-go v0.32.2
tailscale.com v1.80.2
within.website/x v1.11.0
)
@@ -100,7 +100,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- k8s.io/api v0.32.1 // indirect
+ k8s.io/api v0.32.2 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect