rebase: prevent using old openshift/api package

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2023-03-23 14:29:33 +01:00
committed by mergify[bot]
parent d0967c3fc2
commit 99d7debc8e
5 changed files with 13 additions and 7 deletions

View File

@ -4,7 +4,7 @@ go 1.18
require (
github.com/ghodss/yaml v1.0.0
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/api v0.0.0-20230320192226-1fc631efd341
github.com/stretchr/testify v1.8.2
k8s.io/api v0.26.3
)
@ -29,3 +29,6 @@ require (
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)
// version 3.9 is really old, don't use that!
exclude github.com/openshift/api v3.9.0+incompatible