summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCheng Fang <cfang@redhat.com>2024-11-15 15:15:23 -0500
committerGitHub <noreply@github.com>2024-11-15 15:15:23 -0500
commitedb67c6bfaa1fa2528501ab49a077f7f8c047c01 (patch)
tree40e20e05e98f1a0a26144d758e33cab2274dd8fe /go.mod
parent627381428eb3899596dfcb2d4f646f041c2febce (diff)
chore(deps): bump k8s.io/apimachinery to 0.31.2, add k8s.io/cri-client and k8s.io/endpointslice to replace section (#938)
Signed-off-by: Cheng Fang <cfang@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d25a968..72f20f8 100644
--- a/go.mod
+++ b/go.mod
@@ -180,7 +180,7 @@ replace (
k8s.io/api => k8s.io/api v0.31.0
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.0
- k8s.io/apimachinery => k8s.io/apimachinery v0.31.0
+ k8s.io/apimachinery => k8s.io/apimachinery v0.31.2
k8s.io/apiserver => k8s.io/apiserver v0.31.0
k8s.io/cli-runtime => k8s.io/cli-runtime v0.31.0
k8s.io/client-go => k8s.io/client-go v0.31.0
@@ -191,8 +191,10 @@ replace (
k8s.io/component-helpers => k8s.io/component-helpers v0.31.0
k8s.io/controller-manager => k8s.io/controller-manager v0.31.0
k8s.io/cri-api => k8s.io/cri-api v0.31.0
+ k8s.io/cri-client => k8s.io/cri-client v0.31.0
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.0
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.0
+ k8s.io/endpointslice => k8s.io/endpointslice v0.31.0
k8s.io/kms => k8s.io/kms v0.31.0
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.31.0
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.31.0