Skip to content

Commit 455055a

Browse files
build(deps): bump the go group with 7 updates (#118)
Bumps the go group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.53.0` | `0.53.1` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.1` | `0.32.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.1` | `0.32.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.1` | `0.32.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.1` | `0.32.2` | | [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.19.1` | `0.20.0` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.1` | `0.20.2` | Updates `github.com/fluxcd/pkg/runtime` from 0.53.0 to 0.53.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/c9112315f9514cc2633a7a43957e6c5e142e424b"><code>c911231</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/868">#868</a> from fluxcd/fix-panic</li> <li><a href="https://github.com/fluxcd/pkg/commit/51166e72e8635ce2fe72a754a98e22dc907babe8"><code>51166e7</code></a> Fix panic on nil map entry assignment for custom event metadata</li> <li><a href="https://github.com/fluxcd/pkg/commit/7c90c14682b46e34d8e47e5e8e787410601600c8"><code>7c90c14</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/862">#862</a> from YvanGuidoin/rework-ssa-diffoptions</li> <li><a href="https://github.com/fluxcd/pkg/commit/88a752ef1a9bde9cf1815d7680cfd1736a6790db"><code>88a752e</code></a> Add tests for DiffOptions.IfNotPresentSelector</li> <li><a href="https://github.com/fluxcd/pkg/commit/dd54c6aa61e2af6e8030a609c0ceadd230da1986"><code>dd54c6a</code></a> Align ResourceManager.Diff Skipping resources with ResourceManager.Apply</li> <li><a href="https://github.com/fluxcd/pkg/commit/e454462cfa3e0d4cdb8bff0c8f898ce22eb83a72"><code>e454462</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/864">#864</a> from fluxcd/internal-deps-bump</li> <li><a href="https://github.com/fluxcd/pkg/commit/2959020a4bb35e0423959760f42d0528208db4cc"><code>2959020</code></a> Update internal dependencies</li> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.53.0...runtime/v0.53.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/78094a6f3ff1c3d9185e3d2a13a19ca8f61e511e"><code>78094a6</code></a> Update dependencies to v0.32.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/a3cd61d62877a6d2ba5b22fa0e2cffa6d440d63a"><code>a3cd61d</code></a> Update dependencies to v0.32.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.32.1 to 0.32.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/86ff7a15de4ea0bf6f55107196994dd3f2adda80"><code>86ff7a1</code></a> Update dependencies to v0.32.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2">compare view</a></li> </ul> </details> <br /> Updates `ocm.software/ocm` from 0.19.1 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-component-model/ocm/releases">ocm.software/ocm's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🚀 Features</h3> <ul> <li>feat: replace docker client code with oras - take 2 by <a href="https://github.com/Skarlso"><code>@​Skarlso</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1184">open-component-model/ocm#1184</a></li> <li>feat: support splitting blobs when stored as OCI layer by <a href="https://github.com/mandelsoft"><code>@​mandelsoft</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1140">open-component-model/ocm#1140</a></li> <li>feat: git Access, AccessMethod through BlobAccess by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/869">open-component-model/ocm#869</a></li> <li>feat(normalisation): jsonNormalisation/v3 and fixes to jsonNormalisation/v1 as well as jsonNormalisation/v2 by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1218">open-component-model/ocm#1218</a></li> <li>feat: jfrog plugin + helm upload handler by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1167">open-component-model/ocm#1167</a></li> </ul> <h3>🐛 Bug Fixes</h3> <!-- raw HTML omitted --> <ul> <li>fix: allow cache push through PAT by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1166">open-component-model/ocm#1166</a></li> <li>fix: replace juju with rogpeppe go internal by <a href="https://github.com/Skarlso"><code>@​Skarlso</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1176">open-component-model/ocm#1176</a></li> <li>fix: correct link and add notice file by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1185">open-component-model/ocm#1185</a></li> <li>fix: ocm transfer ignored --enforce when --overwrite is set by <a href="https://github.com/fabianburth"><code>@​fabianburth</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1187">open-component-model/ocm#1187</a></li> <li>fix: fix toi doc by <a href="https://github.com/mandelsoft"><code>@​mandelsoft</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1196">open-component-model/ocm#1196</a></li> <li>fix: deal with internal error coming from docker registry by <a href="https://github.com/Skarlso"><code>@​Skarlso</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1203">open-component-model/ocm#1203</a></li> <li>fix: correct fetch order for manifests and blobs with hints on media type by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1209">open-component-model/ocm#1209</a></li> <li>fix: do not handle root folder and the . folder by <a href="https://github.com/Skarlso"><code>@​Skarlso</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1229">open-component-model/ocm#1229</a></li> <li>fix(transfer): accidental extra identity defaulting during transfer by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1236">open-component-model/ocm#1236</a></li> <li>fix: unable to close, unable to unref last: unable to cleanup component version, while unref last: closing component version by <a href="https://github.com/hilmarf"><code>@​hilmarf</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1243">open-component-model/ocm#1243</a></li> <li>fix(workaround): allow old norm algos to be hashed with old digest ctxts by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1263">open-component-model/ocm#1263</a></li> </ul> <!-- raw HTML omitted --> <h3>⬆️ Dependencies</h3> <!-- raw HTML omitted --> <ul> <li>chore(deps): bump the go group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1151">open-component-model/ocm#1151</a></li> <li>chore(deps): use mergo vanity url by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1161">open-component-model/ocm#1161</a></li> <li>chore(deps): bump distroless/static-debian12 from to by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1169">open-component-model/ocm#1169</a></li> <li>chore(deps): bump the go group with 10 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1177">open-component-model/ocm#1177</a></li> <li>chore(deps): bump github.com/fluxcd/cli-utils from 0.36.0-flux.9 to 0.36.0-flux.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1178">open-component-model/ocm#1178</a></li> <li>chore(deps): bump the go group with 11 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1190">open-component-model/ocm#1190</a></li> <li>chore(deps): bump the go group across 1 directory with 13 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1215">open-component-model/ocm#1215</a></li> <li>chore(deps): bump the go group with 5 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1219">open-component-model/ocm#1219</a></li> <li>chore(deps): bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.1 in the go_modules group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1226">open-component-model/ocm#1226</a></li> <li>chore(deps): bump the go group with 12 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1248">open-component-model/ocm#1248</a></li> <li>chore(deps): bump the go group with 17 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1261">open-component-model/ocm#1261</a></li> <li>chore(deps): bump distroless/static-debian12 from to by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1260">open-component-model/ocm#1260</a></li> </ul> <!-- raw HTML omitted --> <h3>🧰 Maintenance</h3> <!-- raw HTML omitted --> <ul> <li>docs: release process - add follow up section by <a href="https://github.com/hilmarf"><code>@​hilmarf</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1141">open-component-model/ocm#1141</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-component-model/ocm/commit/7ad420bc6c0ca02a0fa4ac5f698d03887bf25389"><code>7ad420b</code></a> fix(workaround): allow old norm algos to be hashed with old digest ctxts (<a href="https://redirect.github.com/open-component-model/ocm/issues/1263">#1263</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/7ab7eaaf6ec3d8f55fef85e7d86ead3437b0ec8c"><code>7ab7eaa</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1262">#1262</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/2ab9f138f1b6c874385cb4d28b4a3020f12cf3ea"><code>2ab9f13</code></a> chore(deps): bump distroless/static-debian12 from <code>6cd937e</code> to <code>6ec5aa9</code> (<a href="https://redirect.github.com/open-component-model/ocm/issues/1260">#1260</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/28bfd87fc4115aa0d1409cde444001d30e06fc73"><code>28bfd87</code></a> chore(deps): bump the go group with 17 updates (<a href="https://redirect.github.com/open-component-model/ocm/issues/1261">#1261</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/820cde4f54b47383f84d638c3669e8e3a7a73fe3"><code>820cde4</code></a> delete issue types as move to .github repo (<a href="https://redirect.github.com/open-component-model/ocm/issues/1259">#1259</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/c35bea40bda49014d4c6125e73ac52d67e5b9dc2"><code>c35bea4</code></a> docs: update to release process documentation (<a href="https://redirect.github.com/open-component-model/ocm/issues/1251">#1251</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/f0103a86a8c42a07a37a2ceb941c6397dee5caf2"><code>f0103a8</code></a> fix: unable to close, unable to unref last: unable to cleanup component versi...</li> <li><a href="https://github.com/open-component-model/ocm/commit/2b764a25cd40394ce84e5ae67c7fa4448ae5926b"><code>2b764a2</code></a> chore(format): executed make format on EVERYTHING (incl. tests) (<a href="https://redirect.github.com/open-component-model/ocm/issues/1252">#1252</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/6ce6782e33165e150cc3bd009c0be3dbc1f0d48a"><code>6ce6782</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1249">#1249</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/cfee9b43dbb8b2165abf4aaf0f04fc31004343c5"><code>cfee9b4</code></a> chore(deps): bump the go group with 12 updates (<a href="https://redirect.github.com/open-component-model/ocm/issues/1248">#1248</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-component-model/ocm/compare/v0.19.1...v0.20">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/controller-runtime` from 0.20.1 to 0.20.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's releases</a>.</em></p> <blockquote> <h2>v0.20.2</h2> <h2>What's Changed</h2> <ul> <li>✨ Expose all Go runtime metrics by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3100">kubernetes-sigs/controller-runtime#3100</a></li> <li>🐛Fix behavior of rate limit option in priorityqueue.AddWithOpts by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3106">kubernetes-sigs/controller-runtime#3106</a></li> <li>🌱 Update dependencies, k8s 1.32.1 by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3108">kubernetes-sigs/controller-runtime#3108</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/52b17917caa97ec546423867d9637f1787830f3e"><code>52b1791</code></a> [release-0.20] 🌱 Update dependencies, k8s 1.32.1 (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3108">#3108</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/ed7d2a48f943692787f41a81193d46876fccee7a"><code>ed7d2a4</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3106">#3106</a> from k8s-infra-cherrypick-robot/cherry-pick-3103-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/cad72fa419af1376359af268dcc94a0a23a99fe8"><code>cad72fa</code></a> Fix behavior of rate limit option in priorityqueue.AddWithOpts</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/fc485839d5c10112642325e7e6df25084553c0e4"><code>fc48583</code></a> [release-0.20] ✨ Expose all Go runtime metrics (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3100">#3100</a>)</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.1...v0.20.2">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6c0b1c commit 455055a

File tree

2 files changed

+152
-105
lines changed

2 files changed

+152
-105
lines changed

go.mod

Lines changed: 53 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/containers/image/v5 v5.34.0
1313
github.com/fluxcd/pkg/apis/event v0.16.0
1414
github.com/fluxcd/pkg/apis/meta v1.10.0
15-
github.com/fluxcd/pkg/runtime v0.53.0
15+
github.com/fluxcd/pkg/runtime v0.53.1
1616
github.com/fluxcd/pkg/tar v0.11.0
1717
github.com/google/go-containerregistry v0.20.3
1818
github.com/mandelsoft/filepath v0.0.0-20240223090642-3e2777258aa3
@@ -25,12 +25,12 @@ require (
2525
github.com/openfluxcd/controller-manager v0.1.2
2626
github.com/stretchr/testify v1.10.0
2727
github.com/ulikunitz/xz v0.5.12
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/client-go v0.32.1
32-
ocm.software/ocm v0.19.1
33-
sigs.k8s.io/controller-runtime v0.20.1
28+
k8s.io/api v0.32.2
29+
k8s.io/apiextensions-apiserver v0.32.2
30+
k8s.io/apimachinery v0.32.2
31+
k8s.io/client-go v0.32.2
32+
ocm.software/ocm v0.20.0
33+
sigs.k8s.io/controller-runtime v0.20.2
3434
sigs.k8s.io/yaml v1.4.0
3535
)
3636

@@ -54,6 +54,7 @@ require (
5454
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
5555
github.com/DataDog/gostackparse v0.7.0 // indirect
5656
github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6 // indirect
57+
github.com/MakeNowJust/heredoc v1.0.0 // indirect
5758
github.com/Masterminds/goutils v1.1.1 // indirect
5859
github.com/Microsoft/go-winio v0.6.2 // indirect
5960
github.com/ProtonMail/go-crypto v1.1.3 // indirect
@@ -73,26 +74,26 @@ require (
7374
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
7475
github.com/aliyun/credentials-go v1.3.10 // indirect
7576
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
76-
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect
77+
github.com/aws/aws-sdk-go-v2 v1.33.0 // indirect
7778
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
78-
github.com/aws/aws-sdk-go-v2/config v1.28.7 // indirect
79-
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect
80-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect
81-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.40 // indirect
82-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
83-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
79+
github.com/aws/aws-sdk-go-v2/config v1.29.1 // indirect
80+
github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect
81+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24 // indirect
82+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.52 // indirect
83+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect
84+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect
8485
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
85-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.24 // indirect
86-
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 // indirect
86+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.28 // indirect
87+
github.com/aws/aws-sdk-go-v2/service/ecr v1.38.6 // indirect
8788
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.27.2 // indirect
8889
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
89-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect
90-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect
91-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect
92-
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0 // indirect
93-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect
94-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect
95-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect
90+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.5.2 // indirect
91+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect
92+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.9 // indirect
93+
github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2 // indirect
94+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect
95+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect
96+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect
9697
github.com/aws/smithy-go v1.22.1 // indirect
9798
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241009180534-e718692eec62 // indirect
9899
github.com/beorn7/perks v1.0.1 // indirect
@@ -104,12 +105,13 @@ require (
104105
github.com/buildkite/roko v1.2.0 // indirect
105106
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
106107
github.com/cespare/xxhash/v2 v2.3.0 // indirect
108+
github.com/chai2010/gettext-go v1.0.3 // indirect
107109
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
108110
github.com/clbanning/mxj/v2 v2.7.0 // indirect
109111
github.com/cloudflare/cfssl v1.6.5 // indirect
110112
github.com/cloudflare/circl v1.5.0 // indirect
111113
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
112-
github.com/containerd/containerd v1.7.24 // indirect
114+
github.com/containerd/containerd v1.7.25 // indirect
113115
github.com/containerd/errdefs v1.0.0 // indirect
114116
github.com/containerd/log v0.1.0 // indirect
115117
github.com/containerd/platforms v0.2.1 // indirect
@@ -136,9 +138,12 @@ require (
136138
github.com/docker/go-units v0.5.0 // indirect
137139
github.com/drone/envsubst v1.0.3 // indirect
138140
github.com/dustin/go-humanize v1.0.1 // indirect
139-
github.com/elliotchance/orderedmap v1.6.0 // indirect
141+
github.com/elliotchance/orderedmap v1.7.1 // indirect
140142
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
143+
github.com/emirpasic/gods v1.18.1 // indirect
144+
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
141145
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
146+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
142147
github.com/fatih/color v1.18.0 // indirect
143148
github.com/felixge/httpsnoop v1.0.4 // indirect
144149
github.com/fluxcd/pkg/apis/acl v0.6.0 // indirect
@@ -152,7 +157,7 @@ require (
152157
github.com/go-chi/chi v4.1.2+incompatible // indirect
153158
github.com/go-errors/errors v1.5.1 // indirect
154159
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
155-
github.com/go-git/go-billy/v5 v5.6.1 // indirect
160+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
156161
github.com/go-git/go-git/v5 v5.13.1 // indirect
157162
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
158163
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
@@ -172,10 +177,11 @@ require (
172177
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
173178
github.com/go-test/deep v1.1.1 // indirect
174179
github.com/gobwas/glob v0.2.3 // indirect
175-
github.com/goccy/go-json v0.10.3 // indirect
176-
github.com/goccy/go-yaml v1.13.0 // indirect
180+
github.com/goccy/go-json v0.10.4 // indirect
181+
github.com/goccy/go-yaml v1.13.3 // indirect
177182
github.com/gogo/protobuf v1.3.2 // indirect
178183
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
184+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
179185
github.com/golang/protobuf v1.5.4 // indirect
180186
github.com/golang/snappy v0.0.4 // indirect
181187
github.com/google/btree v1.1.3 // indirect
@@ -193,10 +199,13 @@ require (
193199
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
194200
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
195201
github.com/gorilla/mux v1.8.1 // indirect
202+
github.com/gorilla/websocket v1.5.3 // indirect
196203
github.com/gowebpki/jcs v1.0.1 // indirect
197204
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
198205
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
206+
github.com/hashicorp/errwrap v1.1.0 // indirect
199207
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
208+
github.com/hashicorp/go-multierror v1.1.1 // indirect
200209
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
201210
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
202211
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -212,26 +221,29 @@ require (
212221
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
213222
github.com/josharian/intern v1.0.0 // indirect
214223
github.com/json-iterator/go v1.1.12 // indirect
224+
github.com/kevinburke/ssh_config v1.2.0 // indirect
215225
github.com/klauspost/compress v1.17.11 // indirect
216226
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
217227
github.com/klauspost/pgzip v1.2.6 // indirect
218228
github.com/letsencrypt/boulder v0.0.0-20241010192615-6692160cedfa // indirect
219229
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
220-
github.com/magiconair/properties v1.8.7 // indirect
230+
github.com/magiconair/properties v1.8.9 // indirect
221231
github.com/mailru/easyjson v0.9.0 // indirect
222232
github.com/mandelsoft/logging v0.0.0-20240618075559-fdca28a87b0a // indirect
223233
github.com/mandelsoft/spiff v1.7.0-beta-6 // indirect
224234
github.com/marstr/guid v1.1.0 // indirect
225235
github.com/mattn/go-colorable v0.1.13 // indirect
226236
github.com/mattn/go-isatty v0.0.20 // indirect
227237
github.com/miekg/pkcs11 v1.1.1 // indirect
228-
github.com/mikefarah/yq/v4 v4.44.5 // indirect
238+
github.com/mikefarah/yq/v4 v4.45.1 // indirect
229239
github.com/mitchellh/copystructure v1.2.0 // indirect
230240
github.com/mitchellh/go-homedir v1.1.0 // indirect
241+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
231242
github.com/mitchellh/mapstructure v1.5.0 // indirect
232243
github.com/mitchellh/reflectwalk v1.0.2 // indirect
233244
github.com/moby/docker-image-spec v1.3.1 // indirect
234245
github.com/moby/locker v1.0.1 // indirect
246+
github.com/moby/spdystream v0.5.0 // indirect
235247
github.com/moby/sys/capability v0.4.0 // indirect
236248
github.com/moby/sys/mountinfo v0.7.2 // indirect
237249
github.com/moby/sys/sequential v0.6.0 // indirect
@@ -242,6 +254,7 @@ require (
242254
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
243255
github.com/mozillazg/docker-credential-acr-helper v0.4.0 // indirect
244256
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
257+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
245258
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
246259
github.com/oklog/ulid v1.3.1 // indirect
247260
github.com/oleiade/reflections v1.1.0 // indirect
@@ -250,22 +263,24 @@ require (
250263
github.com/opencontainers/runtime-spec v1.2.0 // indirect
251264
github.com/opentracing/opentracing-go v1.2.0 // indirect
252265
github.com/pborman/uuid v1.2.1 // indirect
253-
github.com/pelletier/go-toml v1.9.5 // indirect
254266
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
255267
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
268+
github.com/pjbgf/sha1cd v0.3.0 // indirect
256269
github.com/pkg/errors v0.9.1 // indirect
257270
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
258271
github.com/prometheus/client_golang v1.20.5 // indirect
259272
github.com/prometheus/client_model v0.6.1 // indirect
260273
github.com/prometheus/common v0.62.0 // indirect
261274
github.com/prometheus/procfs v0.15.1 // indirect
262275
github.com/redis/go-redis/v9 v9.7.0 // indirect
276+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
263277
github.com/ryanuber/go-glob v1.0.0 // indirect
264278
github.com/sagikazarmark/locafero v0.6.0 // indirect
265279
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
266280
github.com/sassoftware/relic v7.2.1+incompatible // indirect
267281
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
268282
github.com/segmentio/ksuid v1.0.4 // indirect
283+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
269284
github.com/shibumi/go-pathspec v1.3.0 // indirect
270285
github.com/shopspring/decimal v1.4.0 // indirect
271286
github.com/sigstore/cosign/v2 v2.4.1 // indirect
@@ -275,6 +290,7 @@ require (
275290
github.com/sigstore/sigstore v1.8.12 // indirect
276291
github.com/sigstore/timestamp-authority v1.2.3 // indirect
277292
github.com/sirupsen/logrus v1.9.3 // indirect
293+
github.com/skeema/knownhosts v1.3.0 // indirect
278294
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
279295
github.com/sourcegraph/conc v0.3.0 // indirect
280296
github.com/spf13/afero v1.11.0 // indirect
@@ -296,8 +312,10 @@ require (
296312
github.com/valyala/bytebufferpool v1.0.0 // indirect
297313
github.com/valyala/fasttemplate v1.2.2 // indirect
298314
github.com/vbatts/tar-split v0.11.7 // indirect
315+
github.com/whilp/git-urls v1.0.0 // indirect
299316
github.com/x448/float16 v0.8.4 // indirect
300317
github.com/xanzy/go-gitlab v0.112.0 // indirect
318+
github.com/xanzy/ssh-agent v0.3.3 // indirect
301319
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
302320
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
303321
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -345,12 +363,15 @@ require (
345363
gopkg.in/warnings.v0 v0.1.2 // indirect
346364
gopkg.in/yaml.v2 v2.4.0 // indirect
347365
gopkg.in/yaml.v3 v3.0.1 // indirect
348-
helm.sh/helm/v3 v3.16.3 // indirect
366+
helm.sh/helm/v3 v3.17.0 // indirect
349367
k8s.io/cli-runtime v0.32.1 // indirect
368+
k8s.io/component-base v0.32.2 // indirect
350369
k8s.io/klog/v2 v2.130.1 // indirect
351370
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
371+
k8s.io/kubectl v0.32.1 // indirect
352372
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
353373
oras.land/oras-go v1.2.6 // indirect
374+
oras.land/oras-go/v2 v2.5.0 // indirect
354375
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
355376
sigs.k8s.io/kustomize/api v0.19.0 // indirect
356377
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect

0 commit comments

Comments
 (0)