We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87975d6 commit 70a6f46Copy full SHA for 70a6f46
go.mod
@@ -77,7 +77,7 @@ require (
77
require (
78
github.com/go-logr/logr v1.2.4
79
github.com/google/go-cmp v0.5.9
80
- github.com/openshift/api v3.9.1-0.20190424152011-77b8897ec79a+incompatible
+ github.com/openshift/api 744790f2cff7
81
github.com/operator-framework/operator-lib v0.11.0
82
golang.org/x/net v0.24.0 // indirect
83
google.golang.org/protobuf v1.33.0 // indirect
@@ -86,6 +86,6 @@ require (
86
)
87
88
replace (
89
- github.com/openshift/api => github.com/openshift/api v0.0.0-20220414050251-a83e6f8f1d50
+ github.com/openshift/api => github.com/openshift/api 744790f2cff7
90
sigs.k8s.io/json => sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6
91
0 commit comments