@@ -11,14 +11,14 @@ require (
11
11
github.com/grpc-ecosystem/grpc-health-probe v0.4.11
12
12
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
13
13
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
14
- github.com/onsi/ginkgo/v2 v2.1.6
14
+ github.com/onsi/ginkgo/v2 v2.4.0
15
15
github.com/openshift/api v3.9.0+incompatible
16
16
github.com/operator-framework/api v0.17.3
17
17
github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000
18
18
github.com/operator-framework/operator-registry v1.17.5
19
19
github.com/sirupsen/logrus v1.8.1
20
20
github.com/spf13/cobra v1.4.0
21
- github.com/stretchr/testify v1.8.0
21
+ github.com/stretchr/testify v1.8.1
22
22
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
23
23
google.golang.org/protobuf v1.28.0
24
24
gopkg.in/yaml.v2 v2.4.0
@@ -33,6 +33,8 @@ require (
33
33
sigs.k8s.io/controller-tools v0.8.0
34
34
)
35
35
36
+ require github.com/mattn/go-sqlite3 v1.14.10 // indirect
37
+
36
38
// replace google.golang.org/grpc => google.golang.org/grpc v1.40.0
37
39
38
40
replace (
@@ -65,7 +67,7 @@ require (
65
67
github.com/PuerkitoBio/purell v1.1.1 // indirect
66
68
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
67
69
github.com/adrg/xdg v0.4.0 // indirect
68
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
70
+ github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
69
71
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
70
72
github.com/beorn7/perks v1.0.1 // indirect
71
73
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -94,7 +96,7 @@ require (
94
96
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
95
97
github.com/fatih/color v1.13.0 // indirect
96
98
github.com/felixge/httpsnoop v1.0.1 // indirect
97
- github.com/fsnotify/fsnotify v1.5.4 // indirect
99
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
98
100
github.com/ghodss/yaml v1.0.0 // indirect
99
101
github.com/go-air/gini v1.0.4 // indirect
100
102
github.com/go-errors/errors v1.0.1 // indirect
@@ -117,13 +119,13 @@ require (
117
119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
118
120
github.com/golang/protobuf v1.5.2 // indirect
119
121
github.com/google/btree v1.0.1 // indirect
120
- github.com/google/cel-go v0.12.6 // indirect
122
+ github.com/google/cel-go v0.12.7 // indirect
121
123
github.com/google/gnostic v0.5.7-v3refs // indirect
122
- github.com/google/go-cmp v0.5.8 // indirect
124
+ github.com/google/go-cmp v0.5.9 // indirect
123
125
github.com/google/gofuzz v1.2.0 // indirect
124
126
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
125
127
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
126
- github.com/google/uuid v1.3.1 // indirect
128
+ github.com/google/uuid v1.6.0 // indirect
127
129
github.com/gorilla/mux v1.8.0 // indirect
128
130
github.com/gosuri/uitable v0.0.4 // indirect
129
131
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
@@ -133,7 +135,7 @@ require (
133
135
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
134
136
github.com/huandu/xstrings v1.3.2 // indirect
135
137
github.com/imdario/mergo v0.3.12 // indirect
136
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
138
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
137
139
github.com/itchyny/astgen-go v0.0.0-20200519013840-cf3ea398f645 // indirect
138
140
github.com/itchyny/gojq v0.11.0 // indirect
139
141
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -142,7 +144,7 @@ require (
142
144
github.com/josharian/intern v1.0.0 // indirect
143
145
github.com/json-iterator/go v1.1.12 // indirect
144
146
github.com/kisielk/errcheck v1.5.0 // indirect
145
- github.com/klauspost/compress v1.13.6 // indirect
147
+ github.com/klauspost/compress v1.16.7 // indirect
146
148
github.com/kylelemons/godebug v1.1.0 // indirect
147
149
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
148
150
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -152,8 +154,7 @@ require (
152
154
github.com/mailru/easyjson v0.7.6 // indirect
153
155
github.com/mattn/go-colorable v0.1.12 // indirect
154
156
github.com/mattn/go-isatty v0.0.14 // indirect
155
- github.com/mattn/go-runewidth v0.0.9 // indirect
156
- github.com/mattn/go-sqlite3 v1.14.10 // indirect
157
+ github.com/mattn/go-runewidth v0.0.9 // indirect; indirect github.com/mattn/go-sqlite3 v1.14.10 // indirect
157
158
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
158
159
github.com/mitchellh/copystructure v1.2.0 // indirect
159
160
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -163,17 +164,17 @@ require (
163
164
github.com/moby/locker v1.0.1 // indirect
164
165
github.com/moby/spdystream v0.2.0 // indirect
165
166
github.com/moby/sys/mountinfo v0.5.0 // indirect
166
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
167
+ github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
167
168
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
168
169
github.com/modern-go/reflect2 v1.0.2 // indirect
169
170
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
170
171
github.com/morikuni/aec v1.0.0 // indirect
171
172
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
172
- github.com/onsi/gomega v1.20.1 // indirect
173
+ github.com/onsi/gomega v1.23.0 // indirect
173
174
github.com/opencontainers/go-digest v1.0.0 // indirect
174
175
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
175
- github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect
176
- github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245 // indirect
176
+ github.com/openshift/client-go v0.0.0-20230120202327-72f107311084 // indirect
177
+ github.com/openshift/cluster-policy-controller v0.0.0-20230525174645-8d2af85d0b6d // indirect
177
178
github.com/otiai10/copy v1.2.0 // indirect
178
179
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
179
180
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -190,28 +191,28 @@ require (
190
191
github.com/spf13/cast v1.4.1 // indirect
191
192
github.com/spf13/pflag v1.0.5 // indirect
192
193
github.com/spiffe/go-spiffe/v2 v2.0.0 // indirect
193
- github.com/stoewer/go-strcase v1.2 .0 // indirect
194
+ github.com/stoewer/go-strcase v1.3 .0 // indirect
194
195
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
195
196
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
196
197
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
197
198
github.com/xlab/treeprint v1.1.0 // indirect
198
199
github.com/zeebo/errs v1.3.0 // indirect
199
200
go.etcd.io/bbolt v1.3.6 // indirect
200
- go.etcd.io/etcd/api/v3 v3.5.4 // indirect
201
- go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
202
- go.etcd.io/etcd/client/v3 v3.5.4 // indirect
203
- go.opencensus.io v0.23 .0 // indirect
201
+ go.etcd.io/etcd/api/v3 v3.5.5 // indirect
202
+ go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
203
+ go.etcd.io/etcd/client/v3 v3.5.5 // indirect
204
+ go.opencensus.io v0.24 .0 // indirect
204
205
go.opentelemetry.io/contrib v1.3.0 // indirect
205
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28 .0 // indirect
206
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20 .0 // indirect
207
- go.opentelemetry.io/otel v1.3 .0 // indirect
206
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
207
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
208
+ go.opentelemetry.io/otel v1.22 .0 // indirect
208
209
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
209
- go.opentelemetry.io/otel/metric v0.20 .0 // indirect
210
- go.opentelemetry.io/otel/sdk v1.3 .0 // indirect
210
+ go.opentelemetry.io/otel/metric v1.22 .0 // indirect
211
+ go.opentelemetry.io/otel/sdk v1.21 .0 // indirect
211
212
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
212
213
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
213
- go.opentelemetry.io/otel/trace v1.3 .0 // indirect
214
- go.opentelemetry.io/proto/otlp v0.12 .0 // indirect
214
+ go.opentelemetry.io/otel/trace v1.22 .0 // indirect
215
+ go.opentelemetry.io/proto/otlp v1.0 .0 // indirect
215
216
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
216
217
go.uber.org/atomic v1.7.0 // indirect
217
218
go.uber.org/multierr v1.6.0 // indirect
@@ -244,7 +245,7 @@ require (
244
245
k8s.io/component-base v0.25.15 // indirect
245
246
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
246
247
k8s.io/klog v1.0.0 // indirect
247
- k8s.io/klog/v2 v2.80 .1 // indirect
248
+ k8s.io/klog/v2 v2.100 .1 // indirect
248
249
k8s.io/kube-aggregator v0.25.15 // indirect
249
250
k8s.io/kubectl v0.25.15 // indirect
250
251
oras.land/oras-go v1.1.0 // indirect
0 commit comments