Skip to content

Commit fc4e85e

Browse files
chore(deps): bump github.com/fluxcd/cli-utils from 0.36.0-flux.9 to 0.36.0-flux.12 (#117)
Bumps [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) from 0.36.0-flux.9 to 0.36.0-flux.12. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/cli-utils/commit/e4d37591ee14ada1a1cbebe966d952c3a9bae661"><code>e4d3759</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/13">#13</a> from fluxcd/controller-runtime-v0.20.1</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/7b7f602364035a98e95d0999899e53208fc0d0bc"><code>7b7f602</code></a> Update controller-runtime to v0.20.1</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/ee437a3fd3f187b59976efe23c38b60d292433bd"><code>ee437a3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/12">#12</a> from fluxcd/k8s-1.32.0</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/20ab79f2fb4f28e73de88ad7ff1b3712cb3419a7"><code>20ab79f</code></a> Update Kubernetes to v1.32.0</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/edea4756be9df28584097111df24e3bd79f332b6"><code>edea475</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/11">#11</a> from fluxcd/kustomize-v5.5</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/8e327e5bee301d64b795742b2fb81bde63ad33ee"><code>8e327e5</code></a> Update kustomize to v5.5.0</li> <li>See full diff in <a href="https://github.com/fluxcd/cli-utils/compare/v0.36.0-flux.9...v0.36.0-flux.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fluxcd/cli-utils&package-manager=go_modules&previous-version=0.36.0-flux.9&new-version=0.36.0-flux.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hilmar Falkenberg <[email protected]>
1 parent 4184237 commit fc4e85e

File tree

2 files changed

+128
-128
lines changed

2 files changed

+128
-128
lines changed

go.mod

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/open-component-model/ocm-e2e-framework
22

3-
go 1.23
4-
5-
toolchain go1.23.2
3+
go 1.23.5
64

75
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
86

@@ -11,7 +9,7 @@ replace github.com/texttheater/golang-levenshtein => github.com/texttheater/gola
119

1210
require (
1311
code.gitea.io/sdk/gitea v0.19.0
14-
github.com/fluxcd/cli-utils v0.36.0-flux.9
12+
github.com/fluxcd/cli-utils v0.36.0-flux.12
1513
github.com/fluxcd/flux2/v2 v2.4.0
1614
github.com/fluxcd/helm-controller/api v1.1.0
1715
github.com/fluxcd/image-automation-controller/api v0.39.0
@@ -27,12 +25,12 @@ require (
2725
github.com/open-component-model/ocm v0.11.0
2826
github.com/open-component-model/ocm-controller v0.25.3
2927
github.com/open-component-model/replication-controller v0.13.1
30-
k8s.io/api v0.31.1
31-
k8s.io/apiextensions-apiserver v0.31.1
32-
k8s.io/apimachinery v0.31.1
33-
k8s.io/cli-runtime v0.31.1
34-
k8s.io/client-go v0.31.1
35-
sigs.k8s.io/controller-runtime v0.19.3
28+
k8s.io/api v0.32.1
29+
k8s.io/apiextensions-apiserver v0.32.1
30+
k8s.io/apimachinery v0.32.1
31+
k8s.io/cli-runtime v0.32.1
32+
k8s.io/client-go v0.32.1
33+
sigs.k8s.io/controller-runtime v0.20.1
3634
sigs.k8s.io/e2e-framework v0.5.0
3735
sigs.k8s.io/kustomize/api v0.18.0
3836
sigs.k8s.io/yaml v1.4.0
@@ -139,14 +137,14 @@ require (
139137
github.com/docker/go-units v0.5.0 // indirect
140138
github.com/dustin/go-humanize v1.0.1 // indirect
141139
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
142-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
140+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
143141
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
144142
github.com/felixge/httpsnoop v1.0.4 // indirect
145143
github.com/fluxcd/pkg/apis/acl v0.3.0 // indirect
146144
github.com/fluxcd/pkg/apis/kustomize v1.6.1 // indirect
147145
github.com/fluxcd/pkg/kustomize v1.13.0 // indirect
148146
github.com/fluxcd/pkg/tar v0.8.1 // indirect
149-
github.com/fsnotify/fsnotify v1.7.0 // indirect
147+
github.com/fsnotify/fsnotify v1.8.0 // indirect
150148
github.com/fvbommel/sortorder v1.1.0 // indirect
151149
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
152150
github.com/ghodss/yaml v1.0.0 // indirect
@@ -173,9 +171,9 @@ require (
173171
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
174172
github.com/golang/protobuf v1.5.4 // indirect
175173
github.com/golang/snappy v0.0.4 // indirect
176-
github.com/google/btree v1.1.2 // indirect
174+
github.com/google/btree v1.1.3 // indirect
177175
github.com/google/certificate-transparency-go v1.2.1 // indirect
178-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
176+
github.com/google/gnostic-models v0.6.9 // indirect
179177
github.com/google/go-cmp v0.6.0 // indirect
180178
github.com/google/go-containerregistry v0.20.2 // indirect
181179
github.com/google/go-github/v45 v45.2.0 // indirect
@@ -187,7 +185,7 @@ require (
187185
github.com/google/uuid v1.6.0 // indirect
188186
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
189187
github.com/gorilla/mux v1.8.1 // indirect
190-
github.com/gorilla/websocket v1.5.1 // indirect
188+
github.com/gorilla/websocket v1.5.3 // indirect
191189
github.com/gowebpki/jcs v1.0.1 // indirect
192190
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
193191
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
@@ -198,19 +196,18 @@ require (
198196
github.com/hashicorp/go-version v1.7.0 // indirect
199197
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
200198
github.com/hashicorp/vault-client-go v0.4.3 // indirect
201-
github.com/imdario/mergo v0.3.16 // indirect
202199
github.com/in-toto/in-toto-golang v0.9.0 // indirect
203200
github.com/inconshreveable/mousetrap v1.1.0 // indirect
204201
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
205202
github.com/jmespath/go-jmespath v0.4.0 // indirect
206203
github.com/josharian/intern v1.0.0 // indirect
207204
github.com/json-iterator/go v1.1.12 // indirect
208-
github.com/klauspost/compress v1.17.9 // indirect
205+
github.com/klauspost/compress v1.17.11 // indirect
209206
github.com/klauspost/pgzip v1.2.6 // indirect
210207
github.com/letsencrypt/boulder v0.0.0-20240606225043-de8401e3454f // indirect
211208
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
212209
github.com/magiconair/properties v1.8.7 // indirect
213-
github.com/mailru/easyjson v0.7.7 // indirect
210+
github.com/mailru/easyjson v0.9.0 // indirect
214211
github.com/mandelsoft/filepath v0.0.0-20240223090642-3e2777258aa3 // indirect
215212
github.com/mandelsoft/goutils v0.0.0-20240605100619-84d61423f421 // indirect
216213
github.com/mandelsoft/logging v0.0.0-20240201091719-67180059d6bf // indirect
@@ -226,7 +223,7 @@ require (
226223
github.com/mitchellh/reflectwalk v1.0.2 // indirect
227224
github.com/moby/docker-image-spec v1.3.1 // indirect
228225
github.com/moby/locker v1.0.1 // indirect
229-
github.com/moby/spdystream v0.4.0 // indirect
226+
github.com/moby/spdystream v0.5.0 // indirect
230227
github.com/moby/sys/sequential v0.5.0 // indirect
231228
github.com/moby/term v0.5.0 // indirect
232229
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -238,7 +235,7 @@ require (
238235
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
239236
github.com/oklog/ulid v1.3.1 // indirect
240237
github.com/oleiade/reflections v1.0.1 // indirect
241-
github.com/onsi/gomega v1.34.2 // indirect
238+
github.com/onsi/gomega v1.36.2 // indirect
242239
github.com/opencontainers/go-digest v1.0.0 // indirect
243240
github.com/opencontainers/image-spec v1.1.0 // indirect
244241
github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -247,9 +244,9 @@ require (
247244
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
248245
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
249246
github.com/pkg/errors v0.9.1 // indirect
250-
github.com/prometheus/client_golang v1.20.3 // indirect
247+
github.com/prometheus/client_golang v1.20.5 // indirect
251248
github.com/prometheus/client_model v0.6.1 // indirect
252-
github.com/prometheus/common v0.55.0 // indirect
249+
github.com/prometheus/common v0.62.0 // indirect
253250
github.com/prometheus/procfs v0.15.1 // indirect
254251
github.com/russross/blackfriday/v2 v2.1.0 // indirect
255252
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -270,7 +267,7 @@ require (
270267
github.com/spf13/afero v1.11.0 // indirect
271268
github.com/spf13/cast v1.6.0 // indirect
272269
github.com/spf13/cobra v1.8.1 // indirect
273-
github.com/spf13/pflag v1.0.5 // indirect
270+
github.com/spf13/pflag v1.0.6 // indirect
274271
github.com/spf13/viper v1.19.0 // indirect
275272
github.com/spiffe/go-spiffe/v2 v2.2.0 // indirect
276273
github.com/subosito/gotenv v1.6.0 // indirect
@@ -297,49 +294,50 @@ require (
297294
github.com/zeebo/errs v1.3.0 // indirect
298295
go.mongodb.org/mongo-driver v1.15.0 // indirect
299296
go.opencensus.io v0.24.0 // indirect
297+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
300298
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
301-
go.opentelemetry.io/otel v1.28.0 // indirect
299+
go.opentelemetry.io/otel v1.34.0 // indirect
302300
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
303301
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
304302
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
305-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
303+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
306304
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
307305
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
308-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
306+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
309307
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
310308
go.step.sm/crypto v0.47.0 // indirect
311309
go.uber.org/multierr v1.11.0 // indirect
312310
go.uber.org/zap v1.27.0 // indirect
313-
golang.org/x/crypto v0.31.0 // indirect
311+
golang.org/x/crypto v0.32.0 // indirect
314312
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
315313
golang.org/x/mod v0.21.0 // indirect
316-
golang.org/x/net v0.33.0 // indirect
317-
golang.org/x/oauth2 v0.23.0 // indirect
314+
golang.org/x/net v0.34.0 // indirect
315+
golang.org/x/oauth2 v0.25.0 // indirect
318316
golang.org/x/sync v0.10.0 // indirect
319-
golang.org/x/sys v0.28.0 // indirect
320-
golang.org/x/term v0.27.0 // indirect
317+
golang.org/x/sys v0.29.0 // indirect
318+
golang.org/x/term v0.28.0 // indirect
321319
golang.org/x/text v0.21.0 // indirect
322-
golang.org/x/time v0.6.0 // indirect
320+
golang.org/x/time v0.9.0 // indirect
323321
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
324322
google.golang.org/api v0.183.0 // indirect
325-
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
326-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
323+
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
324+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
327325
google.golang.org/grpc v1.65.0 // indirect
328-
google.golang.org/protobuf v1.34.2 // indirect
326+
google.golang.org/protobuf v1.36.4 // indirect
329327
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
330328
gopkg.in/inf.v0 v0.9.1 // indirect
331329
gopkg.in/ini.v1 v1.67.0 // indirect
332330
gopkg.in/yaml.v2 v2.4.0 // indirect
333331
gopkg.in/yaml.v3 v3.0.1 // indirect
334332
helm.sh/helm/v3 v3.15.1 // indirect
335-
k8s.io/component-base v0.31.1 // indirect
333+
k8s.io/component-base v0.32.1 // indirect
336334
k8s.io/klog/v2 v2.130.1 // indirect
337-
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
338-
k8s.io/kubectl v0.31.1 // indirect
339-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
335+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
336+
k8s.io/kubectl v0.32.1 // indirect
337+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
340338
oras.land/oras-go v1.2.5 // indirect
341-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
342-
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
339+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
340+
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
343341
sigs.k8s.io/release-utils v0.8.2 // indirect
344-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
342+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
345343
)

0 commit comments

Comments
 (0)