We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2a3a7 commit 9adc658Copy full SHA for 9adc658
1 file changed
go.mod
@@ -6,6 +6,7 @@ toolchain go1.24.3
6
7
require (
8
github.com/migtools/oadp-non-admin v0.0.0-20250505165924-a9be4321819c
9
+ github.com/pkg/errors v0.9.1
10
github.com/spf13/cobra v1.9.1
11
github.com/spf13/pflag v1.0.6
12
github.com/vmware-tanzu/velero v1.16.1
@@ -69,7 +70,6 @@ require (
69
70
github.com/modern-go/reflect2 v1.0.2 // indirect
71
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
72
github.com/openshift/oadp-operator v1.0.2-0.20250425163444-a21288a0f20b // indirect
- github.com/pkg/errors v0.9.1 // indirect
73
github.com/prometheus/client_golang v1.20.5 // indirect
74
github.com/prometheus/client_model v0.6.1 // indirect
75
github.com/prometheus/common v0.62.0 // indirect
0 commit comments