Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions manifests-gen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
require (
github.com/google/go-containerregistry v0.20.7
github.com/openshift/api v0.0.0-20260205045418-81371d13d1fc
github.com/openshift/cluster-capi-operator v0.0.0-00010101000000-000000000000
github.com/openshift/cluster-capi-operator v0.0.0-20260212142421-599f7fc1eb9f
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
sigs.k8s.io/controller-runtime v0.22.4
)
Expand Down Expand Up @@ -79,5 +79,3 @@ require (
sigs.k8s.io/randfill v1.0.0 // indirect
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
)

replace github.com/openshift/cluster-capi-operator => ..
2 changes: 2 additions & 0 deletions manifests-gen/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
github.com/openshift/api v0.0.0-20260205045418-81371d13d1fc h1:Crx99bQsvRhRMOMLssfVChaOItelVQhsv3esIFpcszc=
github.com/openshift/api v0.0.0-20260205045418-81371d13d1fc/go.mod h1:d5uzF0YN2nQQFA0jIEWzzOZ+edmo6wzlGLvx5Fhz4uY=
github.com/openshift/cluster-capi-operator v0.0.0-20260212142421-599f7fc1eb9f h1:ZE6AqnnRcJufyY0wyzY2SGFZ+IU2jWJX4LmwRLDrQjU=
github.com/openshift/cluster-capi-operator v0.0.0-20260212142421-599f7fc1eb9f/go.mod h1:2R1aARTzVcwlsyIpfNMIS38HmcanJEABru8WAtlaKLg=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1
# github.com/openshift/cluster-autoscaler-operator v0.0.1-0.20250702183526-4eb64d553940
## explicit; go 1.23.0
github.com/openshift/cluster-autoscaler-operator/pkg/apis/autoscaling/v1
# github.com/openshift/cluster-capi-operator v0.0.0-00010101000000-000000000000 => .
# github.com/openshift/cluster-capi-operator v0.0.0-20260212142421-599f7fc1eb9f
## explicit; go 1.24.0
# github.com/openshift/library-go v0.0.0-20251222131241-289839b3ffe8
## explicit; go 1.24.0
Expand Down