Skip to content

Commit e6628b9

Browse files
authored
gomod: remove replace for k8s.io/cluster-bootstrap (#21187)
1 parent a73390a commit e6628b9

File tree

4 files changed

+11
-65
lines changed

4 files changed

+11
-65
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ require (
7777
k8s.io/api v0.33.3
7878
k8s.io/apimachinery v0.33.3
7979
k8s.io/client-go v0.33.3
80-
k8s.io/cluster-bootstrap v0.0.0
80+
k8s.io/cluster-bootstrap v0.33.3
8181
k8s.io/component-base v0.33.3
8282
k8s.io/klog/v2 v2.130.1
8383
k8s.io/kubectl v0.33.1
@@ -243,5 +243,4 @@ replace (
243243
github.com/Parallels/docker-machine-parallels/v2 => github.com/minikube-machine/machine-driver-parallels/v2 v2.0.2-0.20240730142131-ada9375ea417
244244
github.com/docker/machine => github.com/minikube-machine/machine v0.0.0-20240815173309-ffb6b643c381
245245
github.com/machine-drivers/docker-machine-driver-vmware => github.com/minikube-machine/machine-driver-vmware v0.1.6-0.20230701123042-a391c48b14d5
246-
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.22.4
247246
)

0 commit comments

Comments
 (0)