@@ -16,32 +16,32 @@ require (
16
16
github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
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
- github.com/sirupsen/logrus v1.8.1
20
- github.com/spf13/cobra v1.6.0
21
- github.com/stretchr/testify v1.8.0
19
+ github.com/sirupsen/logrus v1.9.0
20
+ github.com/spf13/cobra v1.6.1
21
+ github.com/stretchr/testify v1.8.2
22
22
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
23
23
google.golang.org/protobuf v1.28.1
24
24
gopkg.in/yaml.v2 v2.4.0
25
- helm.sh/helm/v3 v3.10.3
25
+ helm.sh/helm/v3 v3.11.1
26
26
k8s.io/api v0.26.1
27
27
k8s.io/apimachinery v0.26.1
28
28
k8s.io/client-go v0.26.1
29
29
k8s.io/code-generator v0.26.1
30
30
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
31
31
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
32
- sigs.k8s.io/controller-runtime v0.14.4
32
+ sigs.k8s.io/controller-runtime v0.14.5
33
33
sigs.k8s.io/controller-tools v0.8.0
34
34
)
35
35
36
36
replace google.golang.org/grpc => google.golang.org/grpc v1.40.0
37
37
38
38
require (
39
39
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
40
- github.com/BurntSushi/toml v1.1.0 // indirect
40
+ github.com/BurntSushi/toml v1.2.1 // indirect
41
41
github.com/MakeNowJust/heredoc v1.0.0 // indirect
42
42
github.com/Masterminds/goutils v1.1.1 // indirect
43
- github.com/Masterminds/semver/v3 v3.1.1 // indirect
44
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
43
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
44
+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
45
45
github.com/Masterminds/squirrel v1.5.3 // indirect
46
46
github.com/Masterminds/vcs v1.13.3 // indirect
47
47
github.com/Microsoft/go-winio v0.5.2 // indirect
@@ -51,7 +51,7 @@ require (
51
51
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
52
52
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
53
53
github.com/beorn7/perks v1.0.1 // indirect
54
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
54
+ github.com/cenkalti/backoff/v4 v4.2.0 // indirect
55
55
github.com/cespare/xxhash/v2 v2.1.2 // indirect
56
56
github.com/chai2010/gettext-go v1.0.2 // indirect
57
57
github.com/containerd/cgroups v1.0.4 // indirect
@@ -64,10 +64,10 @@ require (
64
64
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
65
65
github.com/davecgh/go-spew v1.1.1 // indirect
66
66
github.com/distribution/distribution v2.7.1+incompatible // indirect
67
- github.com/docker/cli v20.10.17 +incompatible // indirect
67
+ github.com/docker/cli v20.10.21 +incompatible // indirect
68
68
github.com/docker/distribution v2.8.1+incompatible // indirect
69
- github.com/docker/docker v20.10.17 +incompatible // indirect
70
- github.com/docker/docker-credential-helpers v0.6.4 // indirect
69
+ github.com/docker/docker v20.10.21 +incompatible // indirect
70
+ github.com/docker/docker-credential-helpers v0.7.0 // indirect
71
71
github.com/docker/go-connections v0.4.0 // indirect
72
72
github.com/docker/go-metrics v0.0.1 // indirect
73
73
github.com/docker/go-units v0.4.0 // indirect
@@ -78,6 +78,7 @@ require (
78
78
github.com/fatih/color v1.13.0 // indirect
79
79
github.com/felixge/httpsnoop v1.0.3 // indirect
80
80
github.com/fsnotify/fsnotify v1.6.0 // indirect
81
+ github.com/fvbommel/sortorder v1.0.1 // indirect
81
82
github.com/ghodss/yaml v1.0.0 // indirect
82
83
github.com/go-air/gini v1.0.4 // indirect
83
84
github.com/go-errors/errors v1.0.1 // indirect
@@ -106,15 +107,15 @@ require (
106
107
github.com/google/gofuzz v1.2.0 // indirect
107
108
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
108
109
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
109
- github.com/google/uuid v1.2 .0 // indirect
110
+ github.com/google/uuid v1.3 .0 // indirect
110
111
github.com/gorilla/mux v1.8.0 // indirect
111
112
github.com/gosuri/uitable v0.0.4 // indirect
112
113
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
113
114
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
114
115
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
115
116
github.com/h2non/filetype v1.1.1 // indirect
116
117
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
117
- github.com/huandu/xstrings v1.3.2 // indirect
118
+ github.com/huandu/xstrings v1.3.3 // indirect
118
119
github.com/imdario/mergo v0.3.12 // indirect
119
120
github.com/inconshreveable/mousetrap v1.0.1 // indirect
120
121
github.com/itchyny/astgen-go v0.0.0-20200519013840-cf3ea398f645 // indirect
@@ -130,13 +131,13 @@ require (
130
131
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
131
132
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
132
133
github.com/lestrrat-go/strftime v1.0.1 // indirect
133
- github.com/lib/pq v1.10.6 // indirect
134
+ github.com/lib/pq v1.10.7 // indirect
134
135
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
135
136
github.com/mailru/easyjson v0.7.6 // indirect
136
137
github.com/mattn/go-colorable v0.1.12 // indirect
137
138
github.com/mattn/go-isatty v0.0.14 // indirect
138
139
github.com/mattn/go-runewidth v0.0.9 // indirect
139
- github.com/mattn/go-sqlite3 v1.14.10 // indirect
140
+ github.com/mattn/go-sqlite3 v1.14.14 // indirect
140
141
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
141
142
github.com/mitchellh/copystructure v1.2.0 // indirect
142
143
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -146,15 +147,15 @@ require (
146
147
github.com/moby/locker v1.0.1 // indirect
147
148
github.com/moby/spdystream v0.2.0 // indirect
148
149
github.com/moby/sys/mountinfo v0.5.0 // indirect
149
- github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
150
+ github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
150
151
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
151
152
github.com/modern-go/reflect2 v1.0.2 // indirect
152
153
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
153
154
github.com/morikuni/aec v1.0.0 // indirect
154
155
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
155
156
github.com/onsi/gomega v1.24.1 // indirect
156
157
github.com/opencontainers/go-digest v1.0.0 // indirect
157
- github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
158
+ github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
158
159
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a // indirect
159
160
github.com/otiai10/copy v1.2.0 // indirect
160
161
github.com/pbnjay/strptime v0.0.0-20140226051138-5c05b0d668c9 // indirect
@@ -165,7 +166,7 @@ require (
165
166
github.com/prometheus/client_model v0.3.0 // indirect
166
167
github.com/prometheus/common v0.37.0 // indirect
167
168
github.com/prometheus/procfs v0.8.0 // indirect
168
- github.com/rubenv/sql-migrate v1.1.2 // indirect
169
+ github.com/rubenv/sql-migrate v1.2.0 // indirect
169
170
github.com/russross/blackfriday/v2 v2.1.0 // indirect
170
171
github.com/shopspring/decimal v1.2.0 // indirect
171
172
github.com/spf13/cast v1.4.1 // indirect
@@ -184,34 +185,34 @@ require (
184
185
go.opencensus.io v0.23.0 // indirect
185
186
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
186
187
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
187
- go.opentelemetry.io/otel v1.10 .0 // indirect
188
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10 .0 // indirect
189
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10 .0 // indirect
190
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10 .0 // indirect
188
+ go.opentelemetry.io/otel v1.12 .0 // indirect
189
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.12 .0 // indirect
190
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.12 .0 // indirect
191
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.12 .0 // indirect
191
192
go.opentelemetry.io/otel/metric v0.31.0 // indirect
192
- go.opentelemetry.io/otel/sdk v1.10 .0 // indirect
193
- go.opentelemetry.io/otel/trace v1.10 .0 // indirect
193
+ go.opentelemetry.io/otel/sdk v1.12 .0 // indirect
194
+ go.opentelemetry.io/otel/trace v1.12 .0 // indirect
194
195
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
195
196
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
196
197
go.uber.org/atomic v1.7.0 // indirect
197
198
go.uber.org/multierr v1.6.0 // indirect
198
199
go.uber.org/zap v1.24.0 // indirect
199
- golang.org/x/crypto v0.1 .0 // indirect
200
+ golang.org/x/crypto v0.5 .0 // indirect
200
201
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
201
202
golang.org/x/mod v0.6.0 // indirect
202
203
golang.org/x/net v0.7.0 // indirect
203
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
204
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
204
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
205
+ golang.org/x/sync v0.1.0 // indirect
205
206
golang.org/x/sys v0.5.0 // indirect
206
207
golang.org/x/term v0.5.0 // indirect
207
208
golang.org/x/text v0.7.0 // indirect
208
209
golang.org/x/time v0.3.0 // indirect
209
210
golang.org/x/tools v0.2.0 // indirect
210
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
211
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
211
212
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
212
213
google.golang.org/appengine v1.6.7 // indirect
213
- google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
214
- google.golang.org/grpc v1.49 .0 // indirect
214
+ google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
215
+ google.golang.org/grpc v1.52 .0 // indirect
215
216
gopkg.in/inf.v0 v0.9.1 // indirect
216
217
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
217
218
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
@@ -228,7 +229,7 @@ require (
228
229
k8s.io/kms v0.26.1 // indirect
229
230
k8s.io/kube-aggregator v0.25.3 // indirect
230
231
k8s.io/kubectl v0.26.1 // indirect
231
- oras.land/oras-go v1.2.0 // indirect
232
+ oras.land/oras-go v1.2.2 // indirect
232
233
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
233
234
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
234
235
sigs.k8s.io/kustomize/api v0.12.1 // indirect
0 commit comments