Skip to content

Commit 819c491

Browse files
chore(deps): bump the go-dependencies group across 1 directory with 4 updates (#83)
Bumps the go-dependencies group with 4 updates in the / directory: [github.com/compose-spec/compose-go/v2](https://github.com/compose-spec/compose-go), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git), [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) and gopkg.in/ini.v1. Updates `github.com/compose-spec/compose-go/v2` from 2.10.2 to 2.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compose-spec/compose-go/releases">github.com/compose-spec/compose-go/v2's releases</a>.</em></p> <blockquote> <h2>v2.11.0</h2> <h2>What's Changed</h2> <ul> <li>fix: add UnmarshalJSON and UnmarshalYAML to UnitBytes by <a href="https://github.com/Venkatesh1505"><code>@​Venkatesh1505</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/867">compose-spec/compose-go#867</a></li> <li>bump JSON Schema to draft 2020-12 by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/864">compose-spec/compose-go#864</a></li> <li>fix: preserve empty slices in OmitEmpty for schema validation by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/873">compose-spec/compose-go#873</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Venkatesh1505"><code>@​Venkatesh1505</code></a> made their first contribution in <a href="https://redirect.github.com/compose-spec/compose-go/pull/867">compose-spec/compose-go#867</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v2.10.2...v2.11.0">https://github.com/compose-spec/compose-go/compare/v2.10.2...v2.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/468e3142d7878f6ec8f0c99e3e64c913cf3d3148"><code>468e314</code></a> fix(reset): add caching and visit limits to alias resolution</li> <li><a href="https://github.com/compose-spec/compose-go/commit/c9079e967f2a221810ddec3f5051833f6a47516b"><code>c9079e9</code></a> fix: preserve empty slices in OmitEmpty for schema validation</li> <li><a href="https://github.com/compose-spec/compose-go/commit/e350f0840447f1c64229ebfd933c862a9263fc16"><code>e350f08</code></a> bump JSON Schema to draft 2020-12</li> <li><a href="https://github.com/compose-spec/compose-go/commit/f8882ec09ce838db93f2a3ca24de758b8bd379b7"><code>f8882ec</code></a> fix: use go.yaml.in/yaml/v4 instead of gopkg.in/yaml.v3</li> <li><a href="https://github.com/compose-spec/compose-go/commit/514d71de2297bd87b38a8b034acc443368644ac4"><code>514d71d</code></a> refactor: use parseString method on receiver and reuse in DecodeMapstructure</li> <li><a href="https://github.com/compose-spec/compose-go/commit/3db73305a9347bb4fe021a48a47a8c468e2d2810"><code>3db7330</code></a> fix: add UnmarshalJSON and UnmarshalYAML to UnitBytes for round-trip support</li> <li>See full diff in <a href="https://github.com/compose-spec/compose-go/compare/v2.10.2...v2.11.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-git/go-git/v5` from 5.18.0 to 5.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.19.1</h2> <h2>What's Changed</h2> <ul> <li>v5: plumbing: transport/ssh, Shell-quote path by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2068">go-git/go-git#2068</a></li> <li>v5: git: submodule, Fix relative URL resolution by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2070">go-git/go-git#2070</a></li> <li>v5: git: submodule, canonical remote for relative URLs by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2074">go-git/go-git#2074</a></li> <li>v5: git: submodule, error on remote without URLs by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2078">go-git/go-git#2078</a></li> <li>v5: plumbing: format/idxfile, Validate offset64 indices by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2084">go-git/go-git#2084</a></li> <li>v5: *: Reject malformed variable-length integers by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2092">go-git/go-git#2092</a></li> <li>v5: plumbing: format/packfile, Tighten delta validation by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2091">go-git/go-git#2091</a></li> <li>v5: Add <code>worktreeFilesystem</code> wrapper for worktree and hardening by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2100">go-git/go-git#2100</a></li> <li>v5: config: validate submodule names by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2082">go-git/go-git#2082</a></li> <li>build: Update module github.com/go-git/go-git/v5 to v5.19.0 [SECURITY] (releases/v5.x) by <a href="https://github.com/go-git-renovate"><code>@​go-git-renovate</code></a>[bot] in <a href="https://redirect.github.com/go-git/go-git/pull/2111">go-git/go-git#2111</a></li> <li>v5: git: Allow MkdirAll on worktree-root paths by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2117">go-git/go-git#2117</a></li> <li>v5: git: Stop validating symlink target paths by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2116">go-git/go-git#2116</a></li> <li>v5: plumbing: format decoder input bounds and contracts by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2125">go-git/go-git#2125</a></li> <li>plumbing: format/packfile, cap delta chain depth in parser by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2137">go-git/go-git#2137</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.19.0...v5.19.1">https://github.com/go-git/go-git/compare/v5.19.0...v5.19.1</a></p> <h2>v5.19.0</h2> <h2>What's Changed</h2> <ul> <li>build: Update module github.com/go-git/go-git/v5 to v5.18.0 [SECURITY] (releases/v5.x) by <a href="https://github.com/go-git-renovate"><code>@​go-git-renovate</code></a>[bot] in <a href="https://redirect.github.com/go-git/go-git/pull/2010">go-git/go-git#2010</a></li> <li>v5: Bump sha1cd and go-billy by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2060">go-git/go-git#2060</a></li> <li>v5: Align object encoding with upstream by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/2065">go-git/go-git#2065</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.18.0...v5.19.0">https://github.com/go-git/go-git/compare/v5.18.0...v5.19.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/3c3be601aa6c0fd0d536c0d1e4f898b4c60e65fe"><code>3c3be60</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/2137">#2137</a> from go-git/validate-v5</li> <li><a href="https://github.com/go-git/go-git/commit/3fba897bd9e84b1aec170fa708b80e297b7d6cf6"><code>3fba897</code></a> plumbing: format/packfile, cap delta chain depth in parser</li> <li><a href="https://github.com/go-git/go-git/commit/a97d6601c85e017bb64c2b0f2e3169f6ef6a6709"><code>a97d660</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/2125">#2125</a> from hiddeco/v5/format-input-bounds</li> <li><a href="https://github.com/go-git/go-git/commit/aeaa125c8af8e4c4c95b574c22c5633e97fc436e"><code>aeaa125</code></a> plumbing: format/objfile, require Header before Read</li> <li><a href="https://github.com/go-git/go-git/commit/1f38e171218526ea254a73187a52f0648253c1b8"><code>1f38e17</code></a> plumbing: format/packfile, bound inflate size</li> <li><a href="https://github.com/go-git/go-git/commit/f7545a02529e03998d6a7219140dc0e6644ad337"><code>f7545a0</code></a> plumbing: format/idxfile, bound nr by file size</li> <li><a href="https://github.com/go-git/go-git/commit/170b88181f385913a457a08b68c88956fb3f8e4f"><code>170b881</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/2116">#2116</a> from pjbgf/symlink-v5</li> <li><a href="https://github.com/go-git/go-git/commit/7b6d994467f06630268904aa3c441b6de7248b31"><code>7b6d994</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/2117">#2117</a> from hiddeco/v5/worktree-fs-mkdirall-root-noop</li> <li><a href="https://github.com/go-git/go-git/commit/f0709b32f8fbb87c16cd63c6762d2cd515f36541"><code>f0709b3</code></a> git: Stop validating symlink target paths</li> <li><a href="https://github.com/go-git/go-git/commit/776d00f11d336f26862d0f2bab987b217f3a7844"><code>776d00f</code></a> git: Allow MkdirAll on worktree-root paths</li> <li>Additional commits viewable in <a href="https://github.com/go-git/go-git/compare/v5.18.0...v5.19.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/google/go-containerregistry` from 0.21.5 to 0.21.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-containerregistry/releases">github.com/google/go-containerregistry's releases</a>.</em></p> <blockquote> <h2>v0.21.6</h2> <h2>What's Changed</h2> <ul> <li>fix: update dependencies to use new azure sdk components by <a href="https://github.com/gaganhr94"><code>@​gaganhr94</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2262">google/go-containerregistry#2262</a></li> <li>transport: restore resp.Body in retryError so CheckError can parse it by <a href="https://github.com/alliasgher"><code>@​alliasgher</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2264">google/go-containerregistry#2264</a></li> <li>pkg/registry: return 202 Accepted for PATCH chunk uploads by <a href="https://github.com/alliasgher"><code>@​alliasgher</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2265">google/go-containerregistry#2265</a></li> <li>Follow OCI distribution spec for artifactType and annotations by <a href="https://github.com/malt3"><code>@​malt3</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2269">google/go-containerregistry#2269</a></li> <li>actions: attach Codecov token to coverage tests on main by <a href="https://github.com/Subserial"><code>@​Subserial</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2270">google/go-containerregistry#2270</a></li> <li>remote: use DeleteScope (with &quot;delete&quot; action) for manifest deletion by <a href="https://github.com/alliasgher"><code>@​alliasgher</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2266">google/go-containerregistry#2266</a></li> <li>remote: limit concurrent layer pulls by <a href="https://github.com/gnix0"><code>@​gnix0</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2271">google/go-containerregistry#2271</a></li> <li>pkg/registry: reject corrupt disk blobs by <a href="https://github.com/gnix0"><code>@​gnix0</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2272">google/go-containerregistry#2272</a></li> <li>mutate: close layer readers during export by <a href="https://github.com/gnix0"><code>@​gnix0</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2277">google/go-containerregistry#2277</a></li> <li>crane/flatten: preserve image media type when flattening by <a href="https://github.com/alliasgher"><code>@​alliasgher</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2267">google/go-containerregistry#2267</a></li> <li>build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1 in the actions group across 1 directory by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/go-containerregistry/pull/2273">google/go-containerregistry#2273</a></li> <li>build(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.41.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/go-containerregistry/pull/2278">google/go-containerregistry#2278</a></li> <li>build(deps): bump the go-deps group across 3 directories with 6 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/go-containerregistry/pull/2280">google/go-containerregistry#2280</a></li> <li>Replace go-homedir with os.UserHomeDir by <a href="https://github.com/jammie-jelly"><code>@​jammie-jelly</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2282">google/go-containerregistry#2282</a></li> <li>pkg/name: only treat .localhost as non-HTTPS, not .local by <a href="https://github.com/blackwell-systems"><code>@​blackwell-systems</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2281">google/go-containerregistry#2281</a></li> <li>transport: block unspecified IPs (0.0.0.0, ::) in validateRealmURL by <a href="https://github.com/marwan9696"><code>@​marwan9696</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2285">google/go-containerregistry#2285</a></li> <li>test(mutate): add Extract round-trip test for filesystem object preservation by <a href="https://github.com/blackwell-systems"><code>@​blackwell-systems</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2283">google/go-containerregistry#2283</a></li> <li>experiments: remove deprecated support for estargz by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2288">google/go-containerregistry#2288</a></li> <li>build(deps): bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 in the actions group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/go-containerregistry/pull/2289">google/go-containerregistry#2289</a></li> <li>fix: limit HTTP response body reads to prevent OOM by <a href="https://github.com/evilgensec"><code>@​evilgensec</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2296">google/go-containerregistry#2296</a></li> <li>build(deps): bump the go-deps group across 3 directories with 6 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/google/go-containerregistry/pull/2297">google/go-containerregistry#2297</a></li> <li>transport: block redirects from token server to private/link-local addresses (SSRF fix) by <a href="https://github.com/evilgensec"><code>@​evilgensec</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2292">google/go-containerregistry#2292</a></li> <li>pkg/v1/mutate: preserve relative symlinks that stay within rootfs in Extract by <a href="https://github.com/anishesg"><code>@​anishesg</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2279">google/go-containerregistry#2279</a></li> <li>validate: skip non-layer layers by <a href="https://github.com/imjasonh"><code>@​imjasonh</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2298">google/go-containerregistry#2298</a></li> <li>remote: validate foreign layer URLs to prevent SSRF (fixes <a href="https://redirect.github.com/google/go-containerregistry/issues/2259">#2259</a>) by <a href="https://github.com/evilgensec"><code>@​evilgensec</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2293">google/go-containerregistry#2293</a></li> <li>remote: block SSRF via private-IP Location headers in blob uploads by <a href="https://github.com/adilburaksen"><code>@​adilburaksen</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2295">google/go-containerregistry#2295</a></li> <li>fix(mutate): preserve config blob and layers for non-Docker OCI artifacts by <a href="https://github.com/blackwell-systems"><code>@​blackwell-systems</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2286">google/go-containerregistry#2286</a></li> <li>fix: preserve per-occurrence layer identity in mutate.Image.Layers() by <a href="https://github.com/iahsanGill"><code>@​iahsanGill</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2299">google/go-containerregistry#2299</a></li> <li>transport: retry HTTP 429 (Too Many Requests) by <a href="https://github.com/iahsanGill"><code>@​iahsanGill</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2301">google/go-containerregistry#2301</a></li> <li>transport: allow bearer realm at same host:port as registry by <a href="https://github.com/iahsanGill"><code>@​iahsanGill</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2302">google/go-containerregistry#2302</a></li> <li>Update go version to 1.26.3 by <a href="https://github.com/Subserial"><code>@​Subserial</code></a> in <a href="https://redirect.github.com/google/go-containerregistry/pull/2300">google/go-containerregistry#2300</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaganhr94"><code>@​gaganhr94</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2262">google/go-containerregistry#2262</a></li> <li><a href="https://github.com/alliasgher"><code>@​alliasgher</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2264">google/go-containerregistry#2264</a></li> <li><a href="https://github.com/malt3"><code>@​malt3</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2269">google/go-containerregistry#2269</a></li> <li><a href="https://github.com/gnix0"><code>@​gnix0</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2271">google/go-containerregistry#2271</a></li> <li><a href="https://github.com/blackwell-systems"><code>@​blackwell-systems</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2281">google/go-containerregistry#2281</a></li> <li><a href="https://github.com/marwan9696"><code>@​marwan9696</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2285">google/go-containerregistry#2285</a></li> <li><a href="https://github.com/anishesg"><code>@​anishesg</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2279">google/go-containerregistry#2279</a></li> <li><a href="https://github.com/adilburaksen"><code>@​adilburaksen</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2295">google/go-containerregistry#2295</a></li> <li><a href="https://github.com/iahsanGill"><code>@​iahsanGill</code></a> made their first contribution in <a href="https://redirect.github.com/google/go-containerregistry/pull/2299">google/go-containerregistry#2299</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6">https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/go-containerregistry/commit/53f7e39e15bfd6aeea6a5f733ee1a8fcf54c15cf"><code>53f7e39</code></a> Update go version to 1.26.3 (<a href="https://redirect.github.com/google/go-containerregistry/issues/2300">#2300</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/bf87c3bfe4cc3218ac0baa364545d72729d2906d"><code>bf87c3b</code></a> transport: allow bearer realm at same host:port as registry (<a href="https://redirect.github.com/google/go-containerregistry/issues/2302">#2302</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/c55facddfbd7fc3d648c6fdda9860b350b013a76"><code>c55facd</code></a> transport: retry HTTP 429 (Too Many Requests) (<a href="https://redirect.github.com/google/go-containerregistry/issues/2301">#2301</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/68a569e4a0eb927d36ccb0fcdf4578425c03b5a2"><code>68a569e</code></a> fix: preserve per-occurrence layer identity in Layers() (<a href="https://redirect.github.com/google/go-containerregistry/issues/2299">#2299</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/35b354b436879457221028f05a580fe1c0deccbc"><code>35b354b</code></a> fix(mutate): preserve config blob and layers for non-Docker OCI artifacts (<a href="https://redirect.github.com/google/go-containerregistry/issues/2">#2</a>...</li> <li><a href="https://github.com/google/go-containerregistry/commit/e5983f2a67ec46b76984ce6de85de08a44eee955"><code>e5983f2</code></a> remote: block SSRF via private-IP Location headers in blob uploads (<a href="https://redirect.github.com/google/go-containerregistry/issues/2295">#2295</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/6dad820da7de0d619f1127c46914f2eaf58e3b46"><code>6dad820</code></a> remote: validate foreign layer URLs to prevent SSRF (fixes <a href="https://redirect.github.com/google/go-containerregistry/issues/2259">#2259</a>) (<a href="https://redirect.github.com/google/go-containerregistry/issues/2293">#2293</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/78bdf1b7e2105cdfcd8f23509992c78357ce16ed"><code>78bdf1b</code></a> validate: skip non-layer layers (<a href="https://redirect.github.com/google/go-containerregistry/issues/2298">#2298</a>)</li> <li><a href="https://github.com/google/go-containerregistry/commit/c29d91cdc394cb288270f4dd04a31f81054946f4"><code>c29d91c</code></a> pkg/v1/mutate: preserve relative symlinks that stay within rootfs in Extract ...</li> <li><a href="https://github.com/google/go-containerregistry/commit/a70d75a6915ed3137792206dac4bca21d1924959"><code>a70d75a</code></a> transport: block redirects from token server to private/link-local addresses ...</li> <li>Additional commits viewable in <a href="https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6">compare view</a></li> </ul> </details> <br /> Updates `gopkg.in/ini.v1` from 1.67.1 to 1.67.2 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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6ff90f commit 819c491

2 files changed

Lines changed: 47 additions & 53 deletions

File tree

go.mod

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ go 1.25.9
55
require (
66
github.com/alecthomas/kong v1.15.0
77
github.com/alecthomas/kong-yaml v0.2.0
8-
github.com/compose-spec/compose-go/v2 v2.10.2
8+
github.com/compose-spec/compose-go/v2 v2.11.0
99
github.com/coreos/go-systemd/v22 v22.7.0
1010
github.com/creativeprojects/go-selfupdate v1.5.2
11-
github.com/go-git/go-git/v5 v5.18.0
12-
github.com/google/go-containerregistry v0.21.5
11+
github.com/go-git/go-git/v5 v5.19.1
12+
github.com/google/go-containerregistry v0.21.6
1313
github.com/stretchr/testify v1.11.1
14-
gopkg.in/ini.v1 v1.67.1
14+
gopkg.in/ini.v1 v1.67.2
1515
gopkg.in/yaml.v3 v3.0.1
1616
)
1717

1818
require (
19-
github.com/cyphar/filepath-securejoin v0.5.2 // indirect
19+
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
2020
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2121
github.com/distribution/reference v0.6.0 // indirect
2222
)
@@ -29,17 +29,16 @@ require (
2929
github.com/Microsoft/go-winio v0.6.2 // indirect
3030
github.com/ProtonMail/go-crypto v1.1.6 // indirect
3131
github.com/cloudflare/circl v1.6.3 // indirect
32-
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
3332
github.com/davidmz/go-pageant v1.0.2 // indirect
34-
github.com/docker/cli v29.4.0+incompatible // indirect
33+
github.com/docker/cli v29.4.3+incompatible // indirect
3534
github.com/docker/docker-credential-helpers v0.9.3 // indirect
36-
github.com/docker/go-connections v0.6.0 // indirect
35+
github.com/docker/go-connections v0.7.0 // indirect
3736
github.com/docker/go-units v0.5.0 // indirect
3837
github.com/emirpasic/gods v1.18.1 // indirect
3938
github.com/fatih/color v1.18.0 // indirect
4039
github.com/go-fed/httpsig v1.1.0 // indirect
4140
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
42-
github.com/go-git/go-billy/v5 v5.8.0 // indirect
41+
github.com/go-git/go-billy/v5 v5.9.0 // indirect
4342
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4443
github.com/godbus/dbus/v5 v5.2.2 // indirect
4544
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
@@ -50,30 +49,29 @@ require (
5049
github.com/hashicorp/go-version v1.8.0 // indirect
5150
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5251
github.com/kevinburke/ssh_config v1.4.0 // indirect
53-
github.com/klauspost/compress v1.18.5 // indirect
52+
github.com/klauspost/compress v1.18.6 // indirect
53+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
5454
github.com/mattn/go-shellwords v1.0.12 // indirect
55-
github.com/mitchellh/go-homedir v1.1.0 // indirect
5655
github.com/onsi/gomega v1.38.2 // indirect
5756
github.com/opencontainers/go-digest v1.0.0 // indirect
5857
github.com/opencontainers/image-spec v1.1.1 // indirect
59-
github.com/pjbgf/sha1cd v0.3.2 // indirect
58+
github.com/pjbgf/sha1cd v0.6.0 // indirect
6059
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6160
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
6261
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
6362
github.com/sirupsen/logrus v1.9.4 // indirect
6463
github.com/skeema/knownhosts v1.3.2 // indirect
6564
github.com/ulikunitz/xz v0.5.15 // indirect
66-
github.com/vbatts/tar-split v0.12.2 // indirect
6765
github.com/xanzy/ssh-agent v0.3.3 // indirect
6866
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
6967
gitlab.com/gitlab-org/api/client-go v1.9.1 // indirect
7068
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
71-
golang.org/x/crypto v0.46.0 // indirect
72-
golang.org/x/net v0.47.0 // indirect
69+
golang.org/x/crypto v0.50.0 // indirect
70+
golang.org/x/net v0.53.0 // indirect
7371
golang.org/x/oauth2 v0.36.0 // indirect
7472
golang.org/x/sync v0.20.0 // indirect
75-
golang.org/x/sys v0.43.0 // indirect
76-
golang.org/x/text v0.34.0 // indirect
73+
golang.org/x/sys v0.44.0 // indirect
74+
golang.org/x/text v0.36.0 // indirect
7775
golang.org/x/time v0.14.0 // indirect
7876
gopkg.in/warnings.v0 v0.1.2 // indirect
7977
gotest.tools/v3 v3.5.2 // indirect

go.sum

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
2525
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
2626
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
2727
github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4=
28-
github.com/compose-spec/compose-go/v2 v2.10.2 h1:USa1NUbDcl/cjb8T9iwnuFsnO79H+2ho2L5SjFKz3uI=
29-
github.com/compose-spec/compose-go/v2 v2.10.2/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg=
30-
github.com/containerd/stargz-snapshotter/estargz v0.18.2 h1:yXkZFYIzz3eoLwlTUZKz2iQ4MrckBxJjkmD16ynUTrw=
31-
github.com/containerd/stargz-snapshotter/estargz v0.18.2/go.mod h1:XyVU5tcJ3PRpkA9XS2T5us6Eg35yM0214Y+wvrZTBrY=
28+
github.com/compose-spec/compose-go/v2 v2.11.0 h1:xoq/ootgIL6TsHmbJHrkuh7+bzjhPV3NHftHRPPyVXM=
29+
github.com/compose-spec/compose-go/v2 v2.11.0/go.mod h1:ZU6zlcweCZKyiB7BVfCizQT9XmkEIMFE+PRZydVcsZg=
3230
github.com/coreos/go-systemd/v22 v22.7.0 h1:LAEzFkke61DFROc7zNLX/WA2i5J8gYqe0rSj9KI28KA=
3331
github.com/coreos/go-systemd/v22 v22.7.0/go.mod h1:xNUYtjHu2EDXbsxz1i41wouACIwT7Ybq9o0BQhMwD0w=
3432
github.com/creativeprojects/go-selfupdate v1.5.2 h1:3KR3JLrq70oplb9yZzbmJ89qRP78D1AN/9u+l3k0LJ4=
3533
github.com/creativeprojects/go-selfupdate v1.5.2/go.mod h1:BCOuwIl1dRRCmPNRPH0amULeZqayhKyY2mH/h4va7Dk=
36-
github.com/cyphar/filepath-securejoin v0.5.2 h1:w/T2bhKr4pgwG0SUGjU4S/Is9+zUknLh5ROTJLzWX8E=
37-
github.com/cyphar/filepath-securejoin v0.5.2/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
34+
github.com/cyphar/filepath-securejoin v0.6.1 h1:5CeZ1jPXEiYt3+Z6zqprSAgSWiggmpVyciv8syjIpVE=
35+
github.com/cyphar/filepath-securejoin v0.6.1/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc=
3836
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3937
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4038
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -45,12 +43,12 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
4543
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
4644
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
4745
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
48-
github.com/docker/cli v29.4.0+incompatible h1:+IjXULMetlvWJiuSI0Nbor36lcJ5BTcVpUmB21KBoVM=
49-
github.com/docker/cli v29.4.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
46+
github.com/docker/cli v29.4.3+incompatible h1:u+UliYm2J/rYrIh2FqHQg32neRG8GjbvNuwQRTzGspU=
47+
github.com/docker/cli v29.4.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
5048
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
5149
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
52-
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
53-
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
50+
github.com/docker/go-connections v0.7.0 h1:6SsRfJddP22WMrCkj19x9WKjEDTB+ahsdiGYf0mN39c=
51+
github.com/docker/go-connections v0.7.0/go.mod h1:no1qkHdjq7kLMGUXYAduOhYPSJxxvgWBh7ogVvptn3Q=
5452
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
5553
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
5654
github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o=
@@ -65,12 +63,12 @@ github.com/go-fed/httpsig v1.1.0 h1:9M+hb0jkEICD8/cAiNqEB66R87tTINszBRTjwjQzWcI=
6563
github.com/go-fed/httpsig v1.1.0/go.mod h1:RCMrTZvN1bJYtofsG4rd5NaO5obxQ5xBkdiS7xsT7bM=
6664
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
6765
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
68-
github.com/go-git/go-billy/v5 v5.8.0 h1:I8hjc3LbBlXTtVuFNJuwYuMiHvQJDq1AT6u4DwDzZG0=
69-
github.com/go-git/go-billy/v5 v5.8.0/go.mod h1:RpvI/rw4Vr5QA+Z60c6d6LXH0rYJo0uD5SqfmrrheCY=
66+
github.com/go-git/go-billy/v5 v5.9.0 h1:jItGXszUDRtR/AlferWPTMN4j38BQ88XnXKbilmmBPA=
67+
github.com/go-git/go-billy/v5 v5.9.0/go.mod h1:jCnQMLj9eUgGU7+ludSTYoZL/GGmii14RxKFj7ROgHw=
7068
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
7169
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
72-
github.com/go-git/go-git/v5 v5.18.0 h1:O831KI+0PR51hM2kep6T8k+w0/LIAD490gvqMCvL5hM=
73-
github.com/go-git/go-git/v5 v5.18.0/go.mod h1:pW/VmeqkanRFqR6AljLcs7EA7FbZaN5MQqO7oZADXpo=
70+
github.com/go-git/go-git/v5 v5.19.1 h1:nX27AnaU43/K5bKktKwgBmR9lawoYVe1Ckg0rgzzN00=
71+
github.com/go-git/go-git/v5 v5.19.1/go.mod h1:Pb1v0c7/g8aGQJwx9Us09W85yGoyvSwuhEGMH7zjDKQ=
7472
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
7573
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
7674
github.com/godbus/dbus/v5 v5.2.2 h1:TUR3TgtSVDmjiXOgAAyaZbYmIeP3DPkld3jgKGV8mXQ=
@@ -80,8 +78,8 @@ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUv
8078
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
8179
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
8280
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
83-
github.com/google/go-containerregistry v0.21.5 h1:KTJG9Pn/jC0VdZR6ctV3/jcN+q6/Iqlx0sTVz3ywZlM=
84-
github.com/google/go-containerregistry v0.21.5/go.mod h1:ySvMuiWg+dOsRW0Hw8GYwfMwBlNRTmpYBFJPlkco5zU=
81+
github.com/google/go-containerregistry v0.21.6 h1:T+yqQIlJXKrM98Om4DlW3GoWQAmhZuLMwoDOvVrtiUM=
82+
github.com/google/go-containerregistry v0.21.6/go.mod h1:U7MMSBIJynke2MVQrQk19NP9k/uQsGz/h0amIFSHMbo=
8583
github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM=
8684
github.com/google/go-github/v74 v74.0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak=
8785
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
@@ -100,8 +98,10 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOl
10098
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
10199
github.com/kevinburke/ssh_config v1.4.0 h1:6xxtP5bZ2E4NF5tuQulISpTO2z8XbtH8cg1PWkxoFkQ=
102100
github.com/kevinburke/ssh_config v1.4.0/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7DmvbW9P4hIVx2Kg4M=
103-
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
104-
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
101+
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
102+
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
103+
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
104+
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
105105
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
106106
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
107107
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
@@ -115,16 +115,14 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
115115
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
116116
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=
117117
github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
118-
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
119-
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
120118
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=
121119
github.com/onsi/gomega v1.38.2/go.mod h1:W2MJcYxRGV63b418Ai34Ud0hEdTVXq9NW9+Sx6uXf3k=
122120
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
123121
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
124122
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
125123
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
126-
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=
127-
github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A=
124+
github.com/pjbgf/sha1cd v0.6.0 h1:3WJ8Wz8gvDz29quX1OcEmkAlUg9diU4GxJHqs0/XiwU=
125+
github.com/pjbgf/sha1cd v0.6.0/go.mod h1:lhpGlyHLpQZoxMv8HcgXvZEhcGs0PG/vsZnEJ7H0iCM=
128126
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
129127
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
130128
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -154,8 +152,6 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
154152
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
155153
github.com/ulikunitz/xz v0.5.15 h1:9DNdB5s+SgV3bQ2ApL10xRc35ck0DuIX/isZvIk+ubY=
156154
github.com/ulikunitz/xz v0.5.15/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
157-
github.com/vbatts/tar-split v0.12.2 h1:w/Y6tjxpeiFMR47yzZPlPj/FcPLpXbTUi/9H7d3CPa4=
158-
github.com/vbatts/tar-split v0.12.2/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA=
159155
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
160156
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
161157
github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=
@@ -170,13 +166,13 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
170166
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
171167
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8=
172168
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
173-
golang.org/x/crypto v0.46.0 h1:cKRW/pmt1pKAfetfu+RCEvjvZkA9RimPbh7bhFjGVBU=
174-
golang.org/x/crypto v0.46.0/go.mod h1:Evb/oLKmMraqjZ2iQTwDwvCtJkczlDuTmdJXoZVzqU0=
169+
golang.org/x/crypto v0.50.0 h1:zO47/JPrL6vsNkINmLoo/PH1gcxpls50DNogFvB5ZGI=
170+
golang.org/x/crypto v0.50.0/go.mod h1:3muZ7vA7PBCE6xgPX7nkzzjiUq87kRItoJQM1Yo8S+Q=
175171
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
176172
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
177173
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
178-
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
179-
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
174+
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
175+
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
180176
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
181177
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
182178
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
@@ -189,16 +185,16 @@ golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7w
189185
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
190186
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
191187
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
192-
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
193-
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
188+
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
189+
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
194190
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
195-
golang.org/x/term v0.38.0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q=
196-
golang.org/x/term v0.38.0/go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg=
191+
golang.org/x/term v0.42.0 h1:UiKe+zDFmJobeJ5ggPwOshJIVt6/Ft0rcfrXZDLWAWY=
192+
golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
197193
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
198194
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
199195
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
200-
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
201-
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
196+
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
197+
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
202198
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
203199
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
204200
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -207,8 +203,8 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
207203
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
208204
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
209205
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
210-
gopkg.in/ini.v1 v1.67.1 h1:tVBILHy0R6e4wkYOn3XmiITt/hEVH4TFMYvAX2Ytz6k=
211-
gopkg.in/ini.v1 v1.67.1/go.mod h1:x/cyOwCgZqOkJoDIJ3c1KNHMo10+nLGAhh+kn3Zizss=
206+
gopkg.in/ini.v1 v1.67.2 h1:JtOSMb9OuaCZKr7h5D/h6iii14sK0hLbplTc6frx4Ss=
207+
gopkg.in/ini.v1 v1.67.2/go.mod h1:x/cyOwCgZqOkJoDIJ3c1KNHMo10+nLGAhh+kn3Zizss=
212208
gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
213209
gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI=
214210
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=

0 commit comments

Comments
 (0)