Skip to content

Commit e7f4329

Browse files
committed
go.mod: remove pinning of controller-tools
It was being pinned because newer versions were failing with "without JSON tag" errors.
1 parent 1fc954f commit e7f4329

File tree

2 files changed

+2
-236
lines changed

2 files changed

+2
-236
lines changed

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,6 @@ replace (
304304

305305
replace sigs.k8s.io/cluster-api-provider-ibmcloud => sigs.k8s.io/cluster-api-provider-ibmcloud v0.8.0-alpha.0.0.20240424062805-188d9e99702c
306306

307-
// Needed so that the InstallConfig CRD can be created. Later versions of controller-gen balk at using IPNet as a field.
308-
replace sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.3.1-0.20200617211605-651903477185
309-
310307
replace github.com/openshift/assisted-service/api => github.com/openshift/assisted-service/api v0.0.0-20230831114549-1922eda29cf8
311308

312309
replace github.com/openshift/assisted-service/client => github.com/openshift/assisted-service/client v0.0.0-20230831114549-1922eda29cf8

0 commit comments

Comments
 (0)