@@ -22,8 +22,8 @@ require (
22
22
github.com/mitchellh/mapstructure v1.4.1
23
23
github.com/onsi/ginkgo/v2 v2.1.3
24
24
github.com/onsi/gomega v1.18.1
25
- github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
26
- github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0
25
+ github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
26
+ github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
27
27
github.com/operator-framework/api v0.15.0
28
28
github.com/operator-framework/operator-registry v1.17.5
29
29
github.com/otiai10/copy v1.2.0
@@ -221,7 +221,7 @@ require (
221
221
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
222
222
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
223
223
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
224
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
224
+ golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
225
225
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
226
226
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
227
227
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
@@ -258,3 +258,6 @@ replace (
258
258
go.opentelemetry.io/otel => go.opentelemetry.io/otel v0.20.0
259
259
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v0.20.0
260
260
)
261
+
262
+ // downstream only
263
+ require github.com/openshift/cluster-policy-controller v0.0.0-20220825134653-523e4104074f
0 commit comments