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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/onsi/ginkgo/v2 v2.29.0
github.com/onsi/gomega v1.42.1
github.com/openshift-online/rosa-hyperfleet-api/api v0.0.0
github.com/openshift-online/rosa-hyperfleet-api/clientset v0.0.0-20260825215224-aaca052bcde7
github.com/openshift-online/rosa-hyperfleet-api/clientset v0.1.7
github.com/spf13/cobra v1.10.2
k8s.io/apimachinery v0.36.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/onsi/gomega v1.42.1 h1:iN1rCUX+44NZ1Dc97MPoeFYbFR0vh8zxoxMFwKdyZ6I=
github.com/onsi/gomega v1.42.1/go.mod h1:REff/hsDsodHoKlWsP2mAPhu1+5/6hVYNf9rIEBpeSg=
github.com/openshift-online/rosa-hyperfleet-api/api v0.0.0-20260825215224-aaca052bcde7 h1:9dfp824Rx3z2r7W+UjWJ9Ic9ss+rIx/5dVV+JdorJ94=
github.com/openshift-online/rosa-hyperfleet-api/api v0.0.0-20260825215224-aaca052bcde7/go.mod h1:wLNKyreMacFyDUr+3BwjB3eNifpnMIXI6qxu9sQigA0=
github.com/openshift-online/rosa-hyperfleet-api/clientset v0.0.0-20260825215224-aaca052bcde7 h1:Dvc1sqxiFcI26jRSXzpTiRMXmSfbNTt1Be8hrDMxmNU=
github.com/openshift-online/rosa-hyperfleet-api/clientset v0.0.0-20260825215224-aaca052bcde7/go.mod h1:igLlfXw8hx5KSLdt48v70wVaeLdoy8yNWoRi//p+WL8=
github.com/openshift-online/rosa-hyperfleet-api/clientset v0.1.7 h1:a9tRaBlxj0yin5jSXg7ZsgaxxOMqTS9//DBfMohbLWc=
github.com/openshift-online/rosa-hyperfleet-api/clientset v0.1.7/go.mod h1:igLlfXw8hx5KSLdt48v70wVaeLdoy8yNWoRi//p+WL8=
github.com/openshift/api v0.0.0-20260416105050-3c6b218b8a80 h1:r0S/yoZAI0iWo1JvoIijaIgWGWf/izg4WiV7Wrtz16k=
github.com/openshift/api v0.0.0-20260416105050-3c6b218b8a80/go.mod h1:pyVjK0nZ4sRs4fuQVQ4rubsJdahI1PB94LnQ8sGdvxo=
github.com/openshift/hypershift/api v0.0.0-20260625052409-9acec4759a16 h1:QDSh3vkKYq7Fn9utYGlAJadkTdyaRl9IY7Cr6cNDAow=
Expand Down