Skip to content
Open
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 @@ -16,7 +16,7 @@ require (
github.com/onsi/gomega v1.39.0
github.com/openshift/api v0.0.0-20251120220512-cb382c9eaf42
github.com/openshift/assisted-service/api v0.0.0
github.com/openshift/hive/apis v0.0.0-20260127213836-e33d70397d57
github.com/openshift/hive/apis v0.0.0-20260226040156-9f19259341b8
github.com/openshift/installer v1.4.21-rc2
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
go.uber.org/mock v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,8 @@ github.com/openshift/golang-crypto v0.33.1-0.20250310193910-9003f682e581 h1:YWom
github.com/openshift/golang-crypto v0.33.1-0.20250310193910-9003f682e581/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
github.com/openshift/golang-oauth2 v0.26.1-0.20250310184649-06a918c6239d h1:iQfTKBmMcwFTxxVWV7U/C6GqgIIWTKD8l5HXslvn53s=
github.com/openshift/golang-oauth2 v0.26.1-0.20250310184649-06a918c6239d/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
github.com/openshift/hive/apis v0.0.0-20260127213836-e33d70397d57 h1:Jk9HVqFTkNNxCB4gaCMaDH4bAYsPuFTwbiPGJy2bKg4=
github.com/openshift/hive/apis v0.0.0-20260127213836-e33d70397d57/go.mod h1:20tnfMYPSXqVDypUaO2vmxOtFzWj5l2KdZ+zYENpycI=
github.com/openshift/hive/apis v0.0.0-20260226040156-9f19259341b8 h1:NKhwYnJ96S/XE91A1zAXzxkPtOLxD+XWnRsP4GjZ5Bg=
github.com/openshift/hive/apis v0.0.0-20260226040156-9f19259341b8/go.mod h1:RV5orOtS1RVpnfOgITPjK+DKApvG2fevGEFzKikPhiY=
github.com/openshift/installer v1.4.21-rc2 h1:KHTw3O/fXRA3H5p2ZK7vu3HcPmdxYuUbCdByx3DB7tw=
github.com/openshift/installer v1.4.21-rc2/go.mod h1:3ATaLOa+jMDvA30gkrTskppvkggXmtKHtMWQ1Sog6kA=
github.com/openshift/library-go v0.0.0-20251107090138-0de9712313a5 h1:Gq8jCFgSrilZ2ZHjQleFZWlblikc1aaRZ0hqs+yvrP4=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1
# github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
## explicit; go 1.12
github.com/openshift/custom-resource-status/conditions/v1
# github.com/openshift/hive/apis v0.0.0-20260127213836-e33d70397d57
# github.com/openshift/hive/apis v0.0.0-20260226040156-9f19259341b8
## explicit; go 1.24.0
github.com/openshift/hive/apis/hive/v1
github.com/openshift/hive/apis/hive/v1/agent
Expand Down