@@ -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.16 // indirect
37
+
36
38
// replace google.golang.org/grpc => google.golang.org/grpc v1.40.0
37
39
38
40
replace (
@@ -64,7 +66,7 @@ require (
64
66
github.com/Microsoft/hcsshim v0.9.2 // indirect
65
67
github.com/NYTimes/gziphandler v1.1.1 // indirect
66
68
github.com/adrg/xdg v0.4.0 // indirect
67
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
69
+ github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
68
70
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
69
71
github.com/beorn7/perks v1.0.1 // indirect
70
72
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -93,7 +95,7 @@ require (
93
95
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
94
96
github.com/fatih/color v1.15.0 // indirect
95
97
github.com/felixge/httpsnoop v1.0.3 // indirect
96
- github.com/fsnotify/fsnotify v1.5.4 // indirect
98
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
97
99
github.com/ghodss/yaml v1.0.0 // indirect
98
100
github.com/go-air/gini v1.0.4 // indirect
99
101
github.com/go-errors/errors v1.4.2 // indirect
@@ -116,13 +118,13 @@ require (
116
118
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
117
119
github.com/golang/protobuf v1.5.3 // indirect
118
120
github.com/google/btree v1.0.1 // indirect
119
- github.com/google/cel-go v0.12.6 // indirect
121
+ github.com/google/cel-go v0.12.7 // indirect
120
122
github.com/google/gnostic v0.5.7-v3refs // indirect
121
123
github.com/google/go-cmp v0.6.0 // indirect
122
124
github.com/google/gofuzz v1.2.0 // indirect
123
125
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
124
126
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
125
- github.com/google/uuid v1.3.1 // indirect
127
+ github.com/google/uuid v1.6.0 // indirect
126
128
github.com/gorilla/mux v1.8.0 // indirect
127
129
github.com/gosuri/uitable v0.0.4 // indirect
128
130
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
@@ -141,7 +143,7 @@ require (
141
143
github.com/josharian/intern v1.0.0 // indirect
142
144
github.com/json-iterator/go v1.1.12 // indirect
143
145
github.com/kisielk/errcheck v1.5.0 // indirect
144
- github.com/klauspost/compress v1.13.6 // indirect
146
+ github.com/klauspost/compress v1.16.7 // indirect
145
147
github.com/kylelemons/godebug v1.1.0 // indirect
146
148
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
147
149
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -151,8 +153,7 @@ require (
151
153
github.com/mailru/easyjson v0.7.7 // indirect
152
154
github.com/mattn/go-colorable v0.1.13 // indirect
153
155
github.com/mattn/go-isatty v0.0.17 // indirect
154
- github.com/mattn/go-runewidth v0.0.9 // indirect
155
- github.com/mattn/go-sqlite3 v1.14.16 // indirect
156
+ github.com/mattn/go-runewidth v0.0.9 // indirect; indirect github.com/mattn/go-sqlite3 v1.14.10 // indirect
156
157
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
157
158
github.com/mitchellh/copystructure v1.2.0 // indirect
158
159
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -171,8 +172,8 @@ require (
171
172
github.com/onsi/gomega v1.27.10 // indirect
172
173
github.com/opencontainers/go-digest v1.0.0 // indirect
173
174
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
174
- github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect
175
- github.com/openshift/cluster-policy-controller v0.0.0-20230217170320-ac01e3463245 // indirect
175
+ github.com/openshift/client-go v0.0.0-20230120202327-72f107311084 // indirect
176
+ github.com/openshift/cluster-policy-controller v0.0.0-20230525174645-8d2af85d0b6d // indirect
176
177
github.com/otiai10/copy v1.2.0 // indirect
177
178
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
178
179
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -189,27 +190,27 @@ require (
189
190
github.com/spf13/cast v1.4.1 // indirect
190
191
github.com/spf13/pflag v1.0.5 // indirect
191
192
github.com/spiffe/go-spiffe/v2 v2.0.0 // indirect
192
- github.com/stoewer/go-strcase v1.2 .0 // indirect
193
+ github.com/stoewer/go-strcase v1.3 .0 // indirect
193
194
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
194
195
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
195
196
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
196
197
github.com/xlab/treeprint v1.1.0 // indirect
197
198
github.com/zeebo/errs v1.3.0 // indirect
198
199
go.etcd.io/bbolt v1.3.7 // indirect
199
- go.etcd.io/etcd/api/v3 v3.5.4 // indirect
200
- go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
201
- go.etcd.io/etcd/client/v3 v3.5.4 // indirect
200
+ go.etcd.io/etcd/api/v3 v3.5.5 // indirect
201
+ go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
202
+ go.etcd.io/etcd/client/v3 v3.5.5 // indirect
202
203
go.opencensus.io v0.24.0 // indirect
203
204
go.opentelemetry.io/contrib v1.3.0 // indirect
204
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35 .0 // indirect
205
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44 .0 // indirect
206
- go.opentelemetry.io/otel v1.20 .0 // indirect
205
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
206
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
207
+ go.opentelemetry.io/otel v1.22 .0 // indirect
207
208
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
208
- go.opentelemetry.io/otel/metric v1.20 .0 // indirect
209
- go.opentelemetry.io/otel/sdk v1.20 .0 // indirect
209
+ go.opentelemetry.io/otel/metric v1.22 .0 // indirect
210
+ go.opentelemetry.io/otel/sdk v1.21 .0 // indirect
210
211
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
211
212
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
212
- go.opentelemetry.io/otel/trace v1.20 .0 // indirect
213
+ go.opentelemetry.io/otel/trace v1.22 .0 // indirect
213
214
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
214
215
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
215
216
go.uber.org/atomic v1.7.0 // indirect
@@ -245,7 +246,7 @@ require (
245
246
k8s.io/component-base v0.25.15 // indirect
246
247
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
247
248
k8s.io/klog v1.0.0 // indirect
248
- k8s.io/klog/v2 v2.80 .1 // indirect
249
+ k8s.io/klog/v2 v2.100 .1 // indirect
249
250
k8s.io/kube-aggregator v0.25.15 // indirect
250
251
k8s.io/kubectl v0.25.15 // indirect
251
252
oras.land/oras-go v1.1.0 // indirect
0 commit comments