Skip to content

Commit 61dc677

Browse files
committed
chore: fix gomod check failure
1 parent 7ebcb07 commit 61dc677

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ replace (
138138
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.6
139139
k8s.io/cloud-provider => k8s.io/cloud-provider v0.31.6
140140
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.31.6
141+
k8s.io/cri-client => k8s.io/cri-client v0.31.6
141142
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.6
142143
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.6
143144
k8s.io/endpointslice => k8s.io/endpointslice v0.31.6

vendor/modules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,7 @@ sigs.k8s.io/yaml/goyaml.v2
14491449
# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.31.6
14501450
# k8s.io/cloud-provider => k8s.io/cloud-provider v0.31.6
14511451
# k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.31.6
1452+
# k8s.io/cri-client => k8s.io/cri-client v0.31.6
14521453
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.6
14531454
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.6
14541455
# k8s.io/endpointslice => k8s.io/endpointslice v0.31.6

0 commit comments

Comments
 (0)