forked from openshift/openshift-velero-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (24 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/konveyor/openshift-velero-plugin
go 1.14
require (
github.com/bombsimon/logrusr v1.0.0
github.com/containers/image/v5 v5.5.1
github.com/go-logr/logr v0.4.0
github.com/hashicorp/go-plugin v1.3.0 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/openshift/api v0.0.0-20210105115604-44119421ec6b
github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47
github.com/openshift/library-go v0.0.0-20200521120150-e4959e210d3a
github.com/sirupsen/logrus v1.8.0
github.com/spf13/afero v1.3.1 // indirect
github.com/stretchr/testify v1.6.1
github.com/vmware-tanzu/velero v1.6.2
golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect
k8s.io/api v0.20.7
k8s.io/apimachinery v0.20.7
k8s.io/client-go v0.20.7
)
// CVE-2021-3121
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
replace bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c => github.com/markusthoemmes/goautoneg v0.0.0-20190713162725-c6008fefa5b1
replace github.com/vmware-tanzu/velero => github.com/openshift/velero v0.10.2-0.20210728132925-bab294f5d24c