aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-14 15:26:08 +0000
committerTaras Madan <tarasmadan@google.com>2025-02-14 16:37:22 +0000
commitf412b4c5be13fff02e21202f5a79b3e3fc4cfdb2 (patch)
tree7e76e8186e8a4b95ec2117dad322594ebab55575 /go.mod
parent955bc70be0528d7f924d3fc6a49cdfc645f0440c (diff)
mod: bump k8s.io/apimachinery from 0.32.1 to 0.32.2
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.32.1 to 0.32.2. - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2) --- updated-dependencies: - dependency-name: k8s.io/apimachinery 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 9a2835d2f..a6c770be6 100644
--- a/go.mod
+++ b/go.mod
@@ -41,7 +41,7 @@ require (
google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.4
gopkg.in/yaml.v3 v3.0.1
- k8s.io/apimachinery v0.32.1
+ k8s.io/apimachinery v0.32.2
k8s.io/client-go v0.32.1
sigs.k8s.io/yaml v1.4.0
)