@@ -20,7 +20,7 @@ require (
20
20
github.com/spf13/cobra v1.7.0
21
21
github.com/stretchr/testify v1.8.4
22
22
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
23
- google.golang.org/protobuf v1.31 .0
23
+ google.golang.org/protobuf v1.33 .0
24
24
gopkg.in/yaml.v2 v2.4.0
25
25
helm.sh/helm/v3 v3.9.0
26
26
k8s.io/api v0.25.15
@@ -48,7 +48,7 @@ replace (
48
48
)
49
49
50
50
require (
51
- cloud.google.com/go/compute v1.23 .0 // indirect
51
+ cloud.google.com/go/compute v1.24 .0 // indirect
52
52
cloud.google.com/go/compute/metadata v0.2.3 // indirect
53
53
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
54
54
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -68,7 +68,7 @@ require (
68
68
github.com/Microsoft/hcsshim v0.9.2 // indirect
69
69
github.com/NYTimes/gziphandler v1.1.1 // indirect
70
70
github.com/adrg/xdg v0.4.0 // indirect
71
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
71
+ github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
72
72
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
73
73
github.com/beorn7/perks v1.0.1 // indirect
74
74
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -91,13 +91,13 @@ require (
91
91
github.com/docker/go-connections v0.4.0 // indirect
92
92
github.com/docker/go-metrics v0.0.1 // indirect
93
93
github.com/docker/go-units v0.5.0 // indirect
94
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
94
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
95
95
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
96
96
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
97
97
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
98
98
github.com/fatih/color v1.15.0 // indirect
99
- github.com/felixge/httpsnoop v1.0.3 // indirect
100
- github.com/fsnotify/fsnotify v1.5.4 // indirect
99
+ github.com/felixge/httpsnoop v1.0.4 // indirect
100
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
101
101
github.com/ghodss/yaml v1.0.0 // indirect
102
102
github.com/go-air/gini v1.0.4 // indirect
103
103
github.com/go-errors/errors v1.4.2 // indirect
@@ -118,15 +118,15 @@ require (
118
118
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
119
119
github.com/golang-migrate/migrate/v4 v4.16.1 // indirect
120
120
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
121
- github.com/golang/protobuf v1.5.3 // indirect
121
+ github.com/golang/protobuf v1.5.4 // indirect
122
122
github.com/google/btree v1.0.1 // indirect
123
- github.com/google/cel-go v0.12.6 // indirect
123
+ github.com/google/cel-go v0.12.7 // indirect
124
124
github.com/google/gnostic v0.5.7-v3refs // indirect
125
125
github.com/google/go-cmp v0.6.0 // indirect
126
126
github.com/google/gofuzz v1.2.0 // indirect
127
127
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
128
128
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
129
- github.com/google/uuid v1.3.1 // indirect
129
+ github.com/google/uuid v1.6.0 // indirect
130
130
github.com/gorilla/mux v1.8.0 // indirect
131
131
github.com/gosuri/uitable v0.0.4 // indirect
132
132
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
@@ -145,7 +145,7 @@ require (
145
145
github.com/josharian/intern v1.0.0 // indirect
146
146
github.com/json-iterator/go v1.1.12 // indirect
147
147
github.com/kisielk/errcheck v1.5.0 // indirect
148
- github.com/klauspost/compress v1.13.6 // indirect
148
+ github.com/klauspost/compress v1.16.7 // indirect
149
149
github.com/kylelemons/godebug v1.1.0 // indirect
150
150
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
151
151
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -156,7 +156,7 @@ require (
156
156
github.com/mattn/go-isatty v0.0.20 // indirect
157
157
github.com/mattn/go-runewidth v0.0.15 // indirect
158
158
github.com/mattn/go-sqlite3 v1.14.16 // indirect
159
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
159
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
160
160
github.com/mitchellh/copystructure v1.2.0 // indirect
161
161
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
162
162
github.com/mitchellh/hashstructure v1.0.0 // indirect
@@ -174,16 +174,16 @@ require (
174
174
github.com/onsi/gomega v1.27.10 // indirect
175
175
github.com/opencontainers/go-digest v1.0.0 // indirect
176
176
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
177
- github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect
178
- github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245 // indirect
177
+ github.com/openshift/client-go v0.0.0-20230120202327-72f107311084 // indirect
178
+ github.com/openshift/cluster-policy-controller v0.0.0-20230525174645-8d2af85d0b6d // indirect
179
179
github.com/otiai10/copy v1.2.0 // indirect
180
180
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
181
181
github.com/pkg/errors v0.9.1 // indirect
182
182
github.com/pmezard/go-difflib v1.0.0 // indirect
183
- github.com/prometheus/client_golang v1.12.2 // indirect
184
- github.com/prometheus/client_model v0.2 .0 // indirect
185
- github.com/prometheus/common v0.32.1 // indirect
186
- github.com/prometheus/procfs v0.7.3 // indirect
183
+ github.com/prometheus/client_golang v1.14.0 // indirect
184
+ github.com/prometheus/client_model v0.5 .0 // indirect
185
+ github.com/prometheus/common v0.37.0 // indirect
186
+ github.com/prometheus/procfs v0.8.0 // indirect
187
187
github.com/rivo/uniseg v0.4.7 // indirect
188
188
github.com/rubenv/sql-migrate v1.1.1 // indirect
189
189
github.com/russross/blackfriday v1.5.2 // indirect
@@ -192,50 +192,50 @@ require (
192
192
github.com/spf13/cast v1.4.1 // indirect
193
193
github.com/spf13/pflag v1.0.5 // indirect
194
194
github.com/spiffe/go-spiffe/v2 v2.0.0 // indirect
195
- github.com/stoewer/go-strcase v1.2 .0 // indirect
195
+ github.com/stoewer/go-strcase v1.3 .0 // indirect
196
196
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
197
197
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
198
198
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
199
199
github.com/xlab/treeprint v1.1.0 // indirect
200
200
github.com/zeebo/errs v1.3.0 // indirect
201
201
go.etcd.io/bbolt v1.3.7 // indirect
202
- go.etcd.io/etcd/api/v3 v3.5.4 // indirect
203
- go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
204
- go.etcd.io/etcd/client/v3 v3.5.4 // indirect
202
+ go.etcd.io/etcd/api/v3 v3.5.5 // indirect
203
+ go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
204
+ go.etcd.io/etcd/client/v3 v3.5.5 // indirect
205
205
go.opencensus.io v0.24.0 // indirect
206
206
go.opentelemetry.io/contrib v1.3.0 // indirect
207
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35 .0 // indirect
208
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44 .0 // indirect
209
- go.opentelemetry.io/otel v1.20 .0 // indirect
207
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
208
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
209
+ go.opentelemetry.io/otel v1.22 .0 // indirect
210
210
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
211
- go.opentelemetry.io/otel/metric v1.20 .0 // indirect
212
- go.opentelemetry.io/otel/sdk v1.20 .0 // indirect
211
+ go.opentelemetry.io/otel/metric v1.22 .0 // indirect
212
+ go.opentelemetry.io/otel/sdk v1.21 .0 // indirect
213
213
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
214
214
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
215
- go.opentelemetry.io/otel/trace v1.20 .0 // indirect
215
+ go.opentelemetry.io/otel/trace v1.22 .0 // indirect
216
216
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
217
217
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
218
218
go.uber.org/atomic v1.7.0 // indirect
219
219
go.uber.org/multierr v1.6.0 // indirect
220
220
go.uber.org/zap v1.24.0 // indirect
221
- golang.org/x/crypto v0.16 .0 // indirect
221
+ golang.org/x/crypto v0.19 .0 // indirect
222
222
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
223
- golang.org/x/mod v0.12 .0 // indirect
224
- golang.org/x/net v0.19 .0 // indirect
225
- golang.org/x/oauth2 v0.12 .0 // indirect
226
- golang.org/x/sync v0.3 .0 // indirect
223
+ golang.org/x/mod v0.13 .0 // indirect
224
+ golang.org/x/net v0.21 .0 // indirect
225
+ golang.org/x/oauth2 v0.17 .0 // indirect
226
+ golang.org/x/sync v0.6 .0 // indirect
227
227
golang.org/x/sys v0.18.0 // indirect
228
- golang.org/x/term v0.15 .0 // indirect
228
+ golang.org/x/term v0.17 .0 // indirect
229
229
golang.org/x/text v0.14.0 // indirect
230
- golang.org/x/time v0.3 .0 // indirect
231
- golang.org/x/tools v0.13 .0 // indirect
230
+ golang.org/x/time v0.5 .0 // indirect
231
+ golang.org/x/tools v0.14 .0 // indirect
232
232
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
233
233
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
234
- google.golang.org/appengine v1.6.7 // indirect
235
- google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
236
- google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
237
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
238
- google.golang.org/grpc v1.59.0 // indirect
234
+ google.golang.org/appengine v1.6.8 // indirect
235
+ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
236
+ google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
237
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
238
+ google.golang.org/grpc v1.61.1 // indirect
239
239
gopkg.in/inf.v0 v0.9.1 // indirect
240
240
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
241
241
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
@@ -248,7 +248,7 @@ require (
248
248
k8s.io/component-base v0.25.15 // indirect
249
249
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
250
250
k8s.io/klog v1.0.0 // indirect
251
- k8s.io/klog/v2 v2.80 .1 // indirect
251
+ k8s.io/klog/v2 v2.100 .1 // indirect
252
252
k8s.io/kube-aggregator v0.25.15 // indirect
253
253
k8s.io/kubectl v0.25.15 // indirect
254
254
oras.land/oras-go v1.1.0 // indirect
0 commit comments