We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bd8e1 commit b28f670Copy full SHA for b28f670
11 files changed
go.mod
@@ -46,6 +46,7 @@ require (
46
// the below fixes the "go list -m all" execution
47
replace (
48
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.31.1
49
+ k8s.io/cri-client => k8s.io/cri-client v0.31.1
50
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.1
51
k8s.io/endpointslice => k8s.io/endpointslice v0.31.1
52
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.31.1
0 commit comments