@@ -5,45 +5,45 @@ go 1.19
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/fatih/structtag v1.1.0
8
- github.com/go-logr/logr v1.2.3
9
- github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
8
+ github.com/go-logr/logr v1.2.4
9
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
10
10
github.com/iancoleman/strcase v0.2.0
11
11
github.com/kr/text v0.2.0
12
12
github.com/markbates/inflect v1.0.4
13
13
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
14
- github.com/onsi/ginkgo/v2 v2.7 .0
15
- github.com/onsi/gomega v1.24.2
14
+ github.com/onsi/ginkgo/v2 v2.11 .0
15
+ github.com/onsi/gomega v1.27.8
16
16
github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
17
- github.com/operator-framework/helm-operator-plugins v0.0.12-0.20230413193425-4632388adc61
17
+ github.com/operator-framework/helm-operator-plugins v0.0.12-0.20230725153809-8c7e1e25baf8
18
18
github.com/operator-framework/java-operator-plugins v0.7.1-0.20230306190439-0eed476d2b75
19
- github.com/operator-framework/operator-lib v0.11.1-0.20230306195046-28cadc6b6055
19
+ github.com/operator-framework/operator-lib v0.11.1-0.20230607132417-ecb9be488378
20
20
github.com/operator-framework/operator-manifest-tools v0.2.3-0.20230227155221-caa8b9e1ab12
21
21
github.com/operator-framework/operator-registry v1.28.0
22
- github.com/prometheus/client_golang v1.14.0
23
- github.com/prometheus/client_model v0.3 .0
22
+ github.com/prometheus/client_golang v1.15.1
23
+ github.com/prometheus/client_model v0.4 .0
24
24
github.com/sergi/go-diff v1.2.0
25
25
github.com/sirupsen/logrus v1.9.3
26
- github.com/spf13/afero v1.9.3
27
- github.com/spf13/cobra v1.6.1
26
+ github.com/spf13/afero v1.9.5
27
+ github.com/spf13/cobra v1.7.0
28
28
github.com/spf13/pflag v1.0.5
29
29
github.com/spf13/viper v1.10.0
30
30
github.com/stretchr/testify v1.8.2
31
31
github.com/thoas/go-funk v0.8.0
32
- golang.org/x/mod v0.10 .0
33
- golang.org/x/text v0.9 .0
34
- golang.org/x/tools v0.9.1
32
+ golang.org/x/mod v0.11 .0
33
+ golang.org/x/text v0.10 .0
34
+ golang.org/x/tools v0.10.0
35
35
gomodules.xyz/jsonpatch/v3 v3.0.1
36
- helm.sh/helm/v3 v3.11.3
37
- k8s.io/api v0.26 .2
38
- k8s.io/apiextensions-apiserver v0.26 .2
39
- k8s.io/apimachinery v0.26 .2
40
- k8s.io/cli-runtime v0.26 .2
41
- k8s.io/client-go v0.26 .2
42
- k8s.io/kubectl v0.26 .2
36
+ helm.sh/helm/v3 v3.12.1
37
+ k8s.io/api v0.27 .2
38
+ k8s.io/apiextensions-apiserver v0.27 .2
39
+ k8s.io/apimachinery v0.27 .2
40
+ k8s.io/cli-runtime v0.27 .2
41
+ k8s.io/client-go v0.27 .2
42
+ k8s.io/kubectl v0.27 .2
43
43
k8s.io/utils v0.0.0-20230711102312-30195339c3c7
44
- sigs.k8s.io/controller-runtime v0.14.5
44
+ sigs.k8s.io/controller-runtime v0.15.0
45
45
sigs.k8s.io/controller-tools v0.11.3
46
- sigs.k8s.io/kubebuilder/v3 v3.9 .1
46
+ sigs.k8s.io/kubebuilder/v3 v3.11 .1
47
47
sigs.k8s.io/yaml v1.3.0
48
48
)
49
49
@@ -52,15 +52,15 @@ require (
52
52
github.com/BurntSushi/toml v1.2.1 // indirect
53
53
github.com/MakeNowJust/heredoc v1.0.0 // indirect
54
54
github.com/Masterminds/goutils v1.1.1 // indirect
55
- github.com/Masterminds/semver/v3 v3.2.0 // indirect
55
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
56
56
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
57
- github.com/Masterminds/squirrel v1.5.3 // indirect
57
+ github.com/Masterminds/squirrel v1.5.4 // indirect
58
58
github.com/Microsoft/go-winio v0.6.1 // indirect
59
59
github.com/Microsoft/hcsshim v0.9.4 // indirect
60
60
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
61
61
github.com/adrg/xdg v0.4.0 // indirect
62
62
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
63
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
63
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
64
64
github.com/beorn7/perks v1.0.1 // indirect
65
65
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
66
66
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
@@ -86,7 +86,7 @@ require (
86
86
github.com/docker/go-metrics v0.0.1 // indirect
87
87
github.com/docker/go-units v0.5.0 // indirect
88
88
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
89
- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
89
+ github.com/emicklei/go-restful/v3 v3.10.2 // indirect
90
90
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
91
91
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
92
92
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -98,20 +98,20 @@ require (
98
98
github.com/go-git/gcfg v1.5.0 // indirect
99
99
github.com/go-git/go-billy/v5 v5.1.0 // indirect
100
100
github.com/go-git/go-git/v5 v5.3.0 // indirect
101
- github.com/go-gorp/gorp/v3 v3.0.5 // indirect
101
+ github.com/go-gorp/gorp/v3 v3.1.0 // indirect
102
102
github.com/go-logr/stdr v1.2.2 // indirect
103
- github.com/go-logr/zapr v1.2.3 // indirect
104
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
105
- github.com/go-openapi/jsonreference v0.20.0 // indirect
106
- github.com/go-openapi/swag v0.22.3 // indirect
103
+ github.com/go-logr/zapr v1.2.4 // indirect
104
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
105
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
106
+ github.com/go-openapi/swag v0.22.4 // indirect
107
107
github.com/gobuffalo/envy v1.6.5 // indirect
108
- github.com/gobuffalo/flect v1.0.0 // indirect
108
+ github.com/gobuffalo/flect v1.0.2 // indirect
109
109
github.com/gobwas/glob v0.2.3 // indirect
110
110
github.com/gofrs/uuid v4.0.0+incompatible // indirect
111
111
github.com/gogo/protobuf v1.3.2 // indirect
112
112
github.com/golang-migrate/migrate/v4 v4.16.1 // indirect
113
113
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
114
- github.com/golang/protobuf v1.5.2 // indirect
114
+ github.com/golang/protobuf v1.5.3 // indirect
115
115
github.com/gomodule/redigo v1.8.2 // indirect
116
116
github.com/google/btree v1.1.2 // indirect
117
117
github.com/google/cel-go v0.12.6 // indirect
@@ -133,8 +133,8 @@ require (
133
133
github.com/hashicorp/golang-lru v0.5.4 // indirect
134
134
github.com/hashicorp/hcl v1.0.0 // indirect
135
135
github.com/huandu/xstrings v1.4.0 // indirect
136
- github.com/imdario/mergo v0.3.13 // indirect
137
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
136
+ github.com/imdario/mergo v0.3.16 // indirect
137
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
138
138
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
139
139
github.com/jmoiron/sqlx v1.3.5 // indirect
140
140
github.com/joelanford/ignore v0.0.0-20210607151042-0d25dc18b62d // indirect
@@ -145,7 +145,7 @@ require (
145
145
github.com/klauspost/compress v1.16.5 // indirect
146
146
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
147
147
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
148
- github.com/lib/pq v1.10.7 // indirect
148
+ github.com/lib/pq v1.10.9 // indirect
149
149
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
150
150
github.com/magiconair/properties v1.8.5 // indirect
151
151
github.com/mailru/easyjson v0.7.7 // indirect
@@ -175,8 +175,8 @@ require (
175
175
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
176
176
github.com/pkg/errors v0.9.1 // indirect
177
177
github.com/pmezard/go-difflib v1.0.0 // indirect
178
- github.com/prometheus/common v0.37 .0 // indirect
179
- github.com/prometheus/procfs v0.8.0 // indirect
178
+ github.com/prometheus/common v0.44 .0 // indirect
179
+ github.com/prometheus/procfs v0.10.1 // indirect
180
180
github.com/rivo/uniseg v0.4.2 // indirect
181
181
github.com/rubenv/sql-migrate v1.3.1 // indirect
182
182
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -189,13 +189,13 @@ require (
189
189
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
190
190
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
191
191
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
192
- github.com/xlab/treeprint v1.1 .0 // indirect
192
+ github.com/xlab/treeprint v1.2 .0 // indirect
193
193
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
194
194
github.com/yvasiyarov/gorelic v0.0.7 // indirect
195
195
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
196
196
go.etcd.io/bbolt v1.3.6 // indirect
197
197
go.opencensus.io v0.24.0 // indirect
198
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
198
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
199
199
go.opentelemetry.io/otel v1.14.0 // indirect
200
200
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
201
201
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 // indirect
@@ -204,37 +204,37 @@ require (
204
204
go.opentelemetry.io/otel/sdk v1.14.0 // indirect
205
205
go.opentelemetry.io/otel/trace v1.14.0 // indirect
206
206
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
207
- go.starlark.net v0.0.0-20221010140840-6bf6f0955179 // indirect
207
+ go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
208
208
go.uber.org/atomic v1.10.0 // indirect
209
209
go.uber.org/multierr v1.8.0 // indirect
210
210
go.uber.org/zap v1.24.0 // indirect
211
- golang.org/x/crypto v0.7 .0 // indirect
212
- golang.org/x/net v0.10 .0 // indirect
213
- golang.org/x/oauth2 v0.6 .0 // indirect
214
- golang.org/x/sync v0.2 .0 // indirect
215
- golang.org/x/sys v0.8 .0 // indirect
216
- golang.org/x/term v0.8 .0 // indirect
211
+ golang.org/x/crypto v0.10 .0 // indirect
212
+ golang.org/x/net v0.11 .0 // indirect
213
+ golang.org/x/oauth2 v0.9 .0 // indirect
214
+ golang.org/x/sync v0.3 .0 // indirect
215
+ golang.org/x/sys v0.9 .0 // indirect
216
+ golang.org/x/term v0.9 .0 // indirect
217
217
golang.org/x/time v0.3.0 // indirect
218
- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
218
+ gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
219
219
gomodules.xyz/orderedmap v0.1.0 // indirect
220
220
google.golang.org/appengine v1.6.7 // indirect
221
221
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
222
222
google.golang.org/grpc v1.53.0 // indirect
223
- google.golang.org/protobuf v1.29.1 // indirect
223
+ google.golang.org/protobuf v1.30.0 // indirect
224
224
gopkg.in/inf.v0 v0.9.1 // indirect
225
225
gopkg.in/ini.v1 v1.66.2 // indirect
226
226
gopkg.in/warnings.v0 v0.1.2 // indirect
227
227
gopkg.in/yaml.v2 v2.4.0 // indirect
228
228
gopkg.in/yaml.v3 v3.0.1 // indirect
229
- k8s.io/apiserver v0.26 .2 // indirect
230
- k8s.io/component-base v0.26 .2 // indirect
231
- k8s.io/klog/v2 v2.90 .1 // indirect
232
- k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
229
+ k8s.io/apiserver v0.27 .2 // indirect
230
+ k8s.io/component-base v0.27 .2 // indirect
231
+ k8s.io/klog/v2 v2.100 .1 // indirect
232
+ k8s.io/kube-openapi v0.0.0-20230606174411-725288a7abf1 // indirect
233
233
oras.land/oras-go v1.2.2 // indirect
234
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
235
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
236
- sigs.k8s.io/kustomize/api v0.12.1 // indirect
237
- sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
234
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
235
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
236
+ sigs.k8s.io/kustomize/api v0.13.2 // indirect
237
+ sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect
238
238
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
239
239
)
240
240
@@ -243,5 +243,8 @@ replace (
243
243
github.com/containerd/containerd => github.com/containerd/containerd v1.4.11
244
244
// latest tag resolves to a very old version. this is only used for spinning up local test registries
245
245
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
246
+ // #TODO: Remove when bumping to k8s 1.28. Issue tracked by https://github.com/kubernetes/kube-openapi/issues/404
247
+ github.com/google/gnostic v0.6.9 => github.com/google/gnostic v0.5.7-v3refs
246
248
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.10.0
249
+ k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
247
250
)
0 commit comments