mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
rebase: prevent using old openshift/api package
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
d0967c3fc2
commit
99d7debc8e
5
go.mod
5
go.mod
@ -114,7 +114,7 @@ require (
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/opencontainers/go-digest v1.0.0 // indirect
|
||||
github.com/opencontainers/selinux v1.10.0 // indirect
|
||||
github.com/openshift/api v0.0.0-20230310143623-1b126331a735 // indirect
|
||||
github.com/openshift/api v0.0.0-20230320192226-1fc631efd341 // indirect
|
||||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
@ -208,4 +208,7 @@ exclude (
|
||||
|
||||
// This tag doesn't exist, but is imported by github.com/portworx/sched-ops.
|
||||
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc2
|
||||
|
||||
// version 3.9 is really old, don't use that!
|
||||
github.com/openshift/api v3.9.0+incompatible
|
||||
)
|
||||
|
Reference in New Issue
Block a user