Skip to content

Commit d8d4e2f

Browse files
committed
go mod tidy
Signed-off-by: Bryce Palmer <[email protected]>
1 parent 2db895c commit d8d4e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/openshift/multi-operator-manager v0.0.0-20241205181422-20aa3906b99d
1414
github.com/spf13/afero v1.12.0
1515
github.com/spf13/cobra v1.8.1
16+
github.com/spf13/pflag v1.0.5
1617
github.com/stretchr/testify v1.9.0
1718
go.etcd.io/etcd/client/v3 v3.5.14
1819
golang.org/x/net v0.33.0
@@ -83,7 +84,6 @@ require (
8384
github.com/robfig/cron v1.2.0 // indirect
8485
github.com/shopspring/decimal v1.3.1 // indirect
8586
github.com/sirupsen/logrus v1.9.3 // indirect
86-
github.com/spf13/pflag v1.0.5 // indirect
8787
github.com/stoewer/go-strcase v1.2.0 // indirect
8888
github.com/x448/float16 v0.8.4 // indirect
8989
go.etcd.io/etcd/api/v3 v3.5.14 // indirect

0 commit comments

Comments
 (0)