We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db895c commit d8d4e2fCopy full SHA for d8d4e2f
go.mod
@@ -13,6 +13,7 @@ require (
13
github.com/openshift/multi-operator-manager v0.0.0-20241205181422-20aa3906b99d
14
github.com/spf13/afero v1.12.0
15
github.com/spf13/cobra v1.8.1
16
+ github.com/spf13/pflag v1.0.5
17
github.com/stretchr/testify v1.9.0
18
go.etcd.io/etcd/client/v3 v3.5.14
19
golang.org/x/net v0.33.0
@@ -83,7 +84,6 @@ require (
83
84
github.com/robfig/cron v1.2.0 // indirect
85
github.com/shopspring/decimal v1.3.1 // indirect
86
github.com/sirupsen/logrus v1.9.3 // indirect
- github.com/spf13/pflag v1.0.5 // indirect
87
github.com/stoewer/go-strcase v1.2.0 // indirect
88
github.com/x448/float16 v0.8.4 // indirect
89
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
0 commit comments