Skip to content

Commit 8d35a71

Browse files
committed
updating go to 1.22 and k8s to 1.30
Signed-off-by: Adam D. Cornett <[email protected]> updating go to 1.22 Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 819984d commit 8d35a71

File tree

57 files changed

+431
-478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+431
-478
lines changed

go.mod

Lines changed: 70 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,49 @@
11
module github.com/operator-framework/operator-sdk
22

3-
go 1.21
3+
go 1.22.0
4+
5+
toolchain go1.22.5
46

57
require (
68
github.com/blang/semver/v4 v4.0.0
79
github.com/fatih/structtag v1.1.0
8-
github.com/go-logr/logr v1.4.1
10+
github.com/go-logr/logr v1.4.2
911
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
1012
github.com/iancoleman/strcase v0.3.0
1113
github.com/kr/text v0.2.0
1214
github.com/markbates/inflect v1.0.4
13-
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
14-
github.com/onsi/ginkgo/v2 v2.17.2
15-
github.com/onsi/gomega v1.33.0
16-
github.com/operator-framework/ansible-operator-plugins v1.35.0
17-
github.com/operator-framework/api v0.23.0
18-
github.com/operator-framework/operator-lib v0.13.0
15+
github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0
16+
github.com/onsi/ginkgo/v2 v2.20.2
17+
github.com/onsi/gomega v1.34.2
18+
github.com/operator-framework/ansible-operator-plugins v1.36.0
19+
github.com/operator-framework/api v0.24.0
20+
github.com/operator-framework/operator-lib v0.14.0
1921
github.com/operator-framework/operator-manifest-tools v0.6.0
20-
github.com/operator-framework/operator-registry v1.39.0
21-
github.com/prometheus/client_golang v1.19.0
22+
github.com/operator-framework/operator-registry v1.42.0
23+
github.com/prometheus/client_golang v1.20.5
2224
github.com/sergi/go-diff v1.3.1
2325
github.com/sirupsen/logrus v1.9.3
2426
github.com/spf13/afero v1.11.0
25-
github.com/spf13/cobra v1.8.0
27+
github.com/spf13/cobra v1.8.1
2628
github.com/spf13/pflag v1.0.5
27-
github.com/spf13/viper v1.18.2
29+
github.com/spf13/viper v1.19.0
2830
github.com/stretchr/testify v1.9.0
2931
github.com/thoas/go-funk v0.8.0
30-
golang.org/x/mod v0.17.0
31-
golang.org/x/text v0.14.0
32-
golang.org/x/tools v0.20.0
32+
golang.org/x/mod v0.21.0
33+
golang.org/x/text v0.19.0
34+
golang.org/x/tools v0.25.0
3335
gomodules.xyz/jsonpatch/v3 v3.0.1
34-
helm.sh/helm/v3 v3.14.3
35-
k8s.io/api v0.29.3
36-
k8s.io/apiextensions-apiserver v0.29.3
37-
k8s.io/apimachinery v0.29.3
38-
k8s.io/cli-runtime v0.29.3
39-
k8s.io/client-go v0.29.3
40-
k8s.io/kubectl v0.29.3
41-
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
42-
sigs.k8s.io/controller-runtime v0.17.4
36+
helm.sh/helm/v3 v3.15.4
37+
k8s.io/api v0.30.5
38+
k8s.io/apiextensions-apiserver v0.30.5
39+
k8s.io/apimachinery v0.30.5
40+
k8s.io/cli-runtime v0.30.5
41+
k8s.io/client-go v0.30.5
42+
k8s.io/kubectl v0.30.5
43+
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
44+
sigs.k8s.io/controller-runtime v0.18.5
4345
sigs.k8s.io/controller-tools v0.14.0
44-
sigs.k8s.io/kubebuilder/v3 v3.14.2
46+
sigs.k8s.io/kubebuilder/v4 v4.1.1
4547
sigs.k8s.io/yaml v1.4.0
4648
)
4749

@@ -55,28 +57,29 @@ require (
5557
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
5658
github.com/Masterminds/squirrel v1.5.4 // indirect
5759
github.com/Microsoft/go-winio v0.6.1 // indirect
58-
github.com/Microsoft/hcsshim v0.12.0-rc.1 // indirect
60+
github.com/Microsoft/hcsshim v0.12.0-rc.3 // indirect
5961
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
6062
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
6163
github.com/beorn7/perks v1.0.1 // indirect
6264
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
6365
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
64-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
66+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6567
github.com/chai2010/gettext-go v1.0.2 // indirect
6668
github.com/containerd/cgroups/v3 v3.0.2 // indirect
67-
github.com/containerd/containerd v1.7.12 // indirect
69+
github.com/containerd/containerd v1.7.16 // indirect
6870
github.com/containerd/continuity v0.4.2 // indirect
71+
github.com/containerd/errdefs v0.1.0 // indirect
6972
github.com/containerd/log v0.1.0 // indirect
7073
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
71-
github.com/containerd/ttrpc v1.2.2 // indirect
74+
github.com/containerd/ttrpc v1.2.3 // indirect
7275
github.com/containerd/typeurl/v2 v2.1.1 // indirect
73-
github.com/containers/common v0.57.1 // indirect
74-
github.com/containers/image/v5 v5.29.0 // indirect
76+
github.com/containers/common v0.58.2 // indirect
77+
github.com/containers/image/v5 v5.30.1 // indirect
7578
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7679
github.com/containers/ocicrypt v1.1.9 // indirect
77-
github.com/containers/storage v1.51.0 // indirect
80+
github.com/containers/storage v1.53.0 // indirect
7881
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
79-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
82+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
8083
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
8184
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8285
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -85,14 +88,14 @@ require (
8588
github.com/docker/cli v27.2.0+incompatible // indirect
8689
github.com/docker/distribution v2.8.3+incompatible // indirect
8790
github.com/docker/docker v27.2.0+incompatible // indirect
88-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
91+
github.com/docker/docker-credential-helpers v0.8.1 // indirect
8992
github.com/docker/go-connections v0.5.0 // indirect
9093
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
9194
github.com/docker/go-metrics v0.0.1 // indirect
9295
github.com/docker/go-units v0.5.0 // indirect
9396
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
9497
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
95-
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
98+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
9699
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
97100
github.com/fatih/color v1.16.0 // indirect
98101
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -106,22 +109,22 @@ require (
106109
github.com/go-logr/zapr v1.3.0 // indirect
107110
github.com/go-openapi/jsonpointer v0.20.2 // indirect
108111
github.com/go-openapi/jsonreference v0.20.4 // indirect
109-
github.com/go-openapi/swag v0.22.9 // indirect
112+
github.com/go-openapi/swag v0.22.10 // indirect
110113
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
111114
github.com/gobuffalo/envy v1.6.5 // indirect
112115
github.com/gobuffalo/flect v1.0.2 // indirect
113116
github.com/gobwas/glob v0.2.3 // indirect
114117
github.com/gogo/protobuf v1.3.2 // indirect
115-
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
118+
github.com/golang-migrate/migrate/v4 v4.17.1 // indirect
116119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
117120
github.com/golang/protobuf v1.5.4 // indirect
118121
github.com/google/btree v1.1.2 // indirect
119-
github.com/google/cel-go v0.17.7 // indirect
122+
github.com/google/cel-go v0.17.8 // indirect
120123
github.com/google/gnostic-models v0.6.8 // indirect
121124
github.com/google/go-cmp v0.6.0 // indirect
122125
github.com/google/go-containerregistry v0.19.1 // indirect
123126
github.com/google/gofuzz v1.2.0 // indirect
124-
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
127+
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
125128
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
126129
github.com/google/uuid v1.6.0 // indirect
127130
github.com/gorilla/handlers v1.5.2 // indirect
@@ -142,11 +145,11 @@ require (
142145
github.com/inconshreveable/mousetrap v1.1.0 // indirect
143146
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
144147
github.com/jmoiron/sqlx v1.3.5 // indirect
145-
github.com/joelanford/ignore v0.0.0-20210607151042-0d25dc18b62d // indirect
148+
github.com/joelanford/ignore v0.1.0 // indirect
146149
github.com/joho/godotenv v1.3.0 // indirect
147150
github.com/josharian/intern v1.0.0 // indirect
148151
github.com/json-iterator/go v1.1.12 // indirect
149-
github.com/klauspost/compress v1.17.4 // indirect
152+
github.com/klauspost/compress v1.17.9 // indirect
150153
github.com/klauspost/pgzip v1.2.6 // indirect
151154
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
152155
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -167,25 +170,25 @@ require (
167170
github.com/moby/spdystream v0.2.0 // indirect
168171
github.com/moby/sys/mountinfo v0.7.1 // indirect
169172
github.com/moby/sys/sequential v0.5.0 // indirect
173+
github.com/moby/sys/user v0.1.0 // indirect
170174
github.com/moby/term v0.5.0 // indirect
171175
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
172176
github.com/modern-go/reflect2 v1.0.2 // indirect
173177
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
174178
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
175179
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
176180
github.com/opencontainers/go-digest v1.0.0 // indirect
177-
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
178-
github.com/opencontainers/runc v1.1.14 // indirect
179-
github.com/opencontainers/runtime-spec v1.1.0 // indirect
181+
github.com/opencontainers/image-spec v1.1.0 // indirect
182+
github.com/opencontainers/runtime-spec v1.2.0 // indirect
180183
github.com/otiai10/copy v1.14.0 // indirect
181-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
184+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
182185
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
183186
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
184187
github.com/pkg/errors v0.9.1 // indirect
185188
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
186189
github.com/prometheus/client_model v0.6.1 // indirect
187-
github.com/prometheus/common v0.48.0 // indirect
188-
github.com/prometheus/procfs v0.12.0 // indirect
190+
github.com/prometheus/common v0.55.0 // indirect
191+
github.com/prometheus/procfs v0.15.1 // indirect
189192
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect
190193
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
191194
github.com/redis/go-redis/v9 v9.1.0 // indirect
@@ -206,11 +209,11 @@ require (
206209
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
207210
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
208211
github.com/xlab/treeprint v1.2.0 // indirect
209-
go.etcd.io/bbolt v1.3.9 // indirect
212+
go.etcd.io/bbolt v1.3.10 // indirect
210213
go.opencensus.io v0.24.0 // indirect
211214
go.opentelemetry.io/contrib/exporters/autoexport v0.46.1 // indirect
212-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 // indirect
213-
go.opentelemetry.io/otel v1.23.1 // indirect
215+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
216+
go.opentelemetry.io/otel v1.24.0 // indirect
214217
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
215218
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 // indirect
216219
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 // indirect
@@ -219,39 +222,38 @@ require (
219222
go.opentelemetry.io/otel/exporters/prometheus v0.44.0 // indirect
220223
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.44.0 // indirect
221224
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 // indirect
222-
go.opentelemetry.io/otel/metric v1.23.1 // indirect
225+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
223226
go.opentelemetry.io/otel/sdk v1.23.1 // indirect
224227
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
225-
go.opentelemetry.io/otel/trace v1.23.1 // indirect
228+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
226229
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
227230
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
228231
go.uber.org/multierr v1.11.0 // indirect
229232
go.uber.org/zap v1.26.0 // indirect
230-
golang.org/x/crypto v0.22.0 // indirect
231-
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
232-
golang.org/x/net v0.24.0 // indirect
233-
golang.org/x/oauth2 v0.17.0 // indirect
234-
golang.org/x/sync v0.7.0 // indirect
235-
golang.org/x/sys v0.19.0 // indirect
236-
golang.org/x/term v0.19.0 // indirect
233+
golang.org/x/crypto v0.27.0 // indirect
234+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
235+
golang.org/x/net v0.29.0 // indirect
236+
golang.org/x/oauth2 v0.21.0 // indirect
237+
golang.org/x/sync v0.8.0 // indirect
238+
golang.org/x/sys v0.25.0 // indirect
239+
golang.org/x/term v0.24.0 // indirect
237240
golang.org/x/time v0.5.0 // indirect
238241
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
239242
gomodules.xyz/orderedmap v0.1.0 // indirect
240-
google.golang.org/appengine v1.6.8 // indirect
241-
google.golang.org/genproto v0.0.0-20240221002015-b0ce06bbee7c // indirect
242-
google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9 // indirect
243-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
244-
google.golang.org/grpc v1.61.1 // indirect
245-
google.golang.org/protobuf v1.33.0 // indirect
243+
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
244+
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
245+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
246+
google.golang.org/grpc v1.63.2 // indirect
247+
google.golang.org/protobuf v1.34.2 // indirect
246248
gopkg.in/inf.v0 v0.9.1 // indirect
247249
gopkg.in/ini.v1 v1.67.0 // indirect
248250
gopkg.in/warnings.v0 v0.1.2 // indirect
249251
gopkg.in/yaml.v2 v2.4.0 // indirect
250252
gopkg.in/yaml.v3 v3.0.1 // indirect
251-
k8s.io/apiserver v0.29.3 // indirect
252-
k8s.io/component-base v0.29.3 // indirect
253+
k8s.io/apiserver v0.30.5 // indirect
254+
k8s.io/component-base v0.30.5 // indirect
253255
k8s.io/klog/v2 v2.120.1 // indirect
254-
k8s.io/kube-openapi v0.0.0-20240221221325-2ac9dc51f3f1 // indirect
256+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
255257
oras.land/oras-go v1.2.5 // indirect
256258
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
257259
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

0 commit comments

Comments
 (0)