@@ -11,9 +11,11 @@ require (
11
11
github.com/operator-framework/deppy v0.0.0-20230602120738-cbf2c66b141b
12
12
github.com/operator-framework/operator-registry v1.26.3
13
13
github.com/operator-framework/rukpak v0.12.0
14
+ github.com/spf13/pflag v1.0.5
14
15
go.uber.org/zap v1.24.0
15
16
k8s.io/apimachinery v0.26.1
16
17
k8s.io/client-go v0.26.1
18
+ k8s.io/component-base v0.26.1
17
19
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
18
20
sigs.k8s.io/controller-runtime v0.14.4
19
21
)
@@ -53,7 +55,6 @@ require (
53
55
github.com/prometheus/client_model v0.3.0 // indirect
54
56
github.com/prometheus/common v0.37.0 // indirect
55
57
github.com/prometheus/procfs v0.8.0 // indirect
56
- github.com/spf13/pflag v1.0.5 // indirect
57
58
go.uber.org/atomic v1.7.0 // indirect
58
59
go.uber.org/multierr v1.6.0 // indirect
59
60
golang.org/x/net v0.10.0 // indirect
@@ -71,7 +72,6 @@ require (
71
72
gopkg.in/yaml.v3 v3.0.1 // indirect
72
73
k8s.io/api v0.26.1 // indirect
73
74
k8s.io/apiextensions-apiserver v0.26.1 // indirect
74
- k8s.io/component-base v0.26.1 // indirect
75
75
k8s.io/klog/v2 v2.80.1 // indirect
76
76
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
77
77
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
0 commit comments