waveterm/go.mod

111 lines
5.0 KiB
Modula-2
Raw Normal View History

2024-09-05 23:25:45 +02:00
module github.com/wavetermdev/waveterm
go 1.23.4
require (
github.com/alexflint/go-filemutex v1.3.0
Bump github.com/aws/aws-sdk-go-v2 from 1.35.0 to 1.36.1 (#1916) Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.35.0 to 1.36.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/78fa10aa9eaaa0851b0006145382ec0a0f4304c5"><code>78fa10a</code></a> Release 2025-02-05</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2d65d975c21ababb3796264383b9b3f576257545"><code>2d65d97</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/64e842d4303abb468d7e07bcf1d92522c1081bae"><code>64e842d</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f255e31c2ce564ae829a7f5a8caaec3887bbc0d1"><code>f255e31</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/68c46490c32137ae1449ff3a33e88337b814903d"><code>68c4649</code></a> Track accountID endpoint mode in user-agent (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3000">#3000</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c45eaac0731f64505ae8a32703611657e31b6dea"><code>c45eaac</code></a> Release 2025-02-04</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7aecaffb9ba5ba0638e1ab4aab51977da5af0a47"><code>7aecaff</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a11e8e137b6f7906f7f686ef3cfe0553cf493088"><code>a11e8e1</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/91f8178a6636ded0282b1d1ee1490311856ad9d5"><code>91f8178</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d59b6584a641edf3b82778b44f7ef47aad2d5277"><code>d59b658</code></a> Release 2025-02-03</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.35.0...v1.36.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2&package-manager=go_modules&previous-version=1.35.0&new-version=1.36.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-07 18:53:40 +01:00
github.com/aws/aws-sdk-go-v2 v1.36.1
github.com/aws/aws-sdk-go-v2/config v1.29.6
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.1 to 1.76.1 (#1971) Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.75.1 to 1.76.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0724e008a0dd0666c06d09ca230bdb3d65f32e33"><code>0724e00</code></a> Release 2025-02-10</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/23b8145ec7b1dfb2b2c05f1ec8731fcf2285f5b5"><code>23b8145</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c3d486ede2271922ffc8c0a66684b81ecef5234e"><code>c3d486e</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2c779e8557664aeeedfbe7ff530914e762731ef1"><code>2c779e8</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/02b7d048f36e496a74d7676d70cbea5614809ec4"><code>02b7d04</code></a> support crc64nvme in flex checksum (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3002">#3002</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/79953480f831a11d89db5b9956c6eb65d87c8137"><code>7995348</code></a> Release 2025-02-07</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c2e45b7e037af04ae291054779973daf1debd217"><code>c2e45b7</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7fc46acc6309127b8a1e8941718befffa486fbe5"><code>7fc46ac</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/94ef3328a7f119e950bde5089f5b2547ef7c3338"><code>94ef332</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a004ddd92d6b68c2caa37f6c710d789d9a86e6b2"><code>a004ddd</code></a> typo in connect.go error message (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2997">#2997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.75.1...service/s3/v1.76.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.75.1&new-version=1.76.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 22:33:45 +01:00
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.1
Bump github.com/aws/smithy-go from 1.22.1 to 1.22.2 (#1835) Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.22.1 to 1.22.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/smithy-go/blob/main/CHANGELOG.md">github.com/aws/smithy-go's changelog</a>.</em></p> <blockquote> <h1>Release (2025-01-21)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.22.2 <ul> <li><strong>Bug Fix</strong>: Fix HTTP metrics data race.</li> <li><strong>Bug Fix</strong>: Replace usages of deprecated ioutil package.</li> </ul> </li> </ul> <h1>Release (2024-11-15)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.22.1 <ul> <li><strong>Bug Fix</strong>: Fix failure to replace URI path segments when their names overlap.</li> </ul> </li> </ul> <h1>Release (2024-10-03)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.22.0 <ul> <li><strong>Feature</strong>: Add HTTP client metrics.</li> </ul> </li> </ul> <h1>Release (2024-09-25)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go/aws-http-auth</code>: <a href="https://github.com/aws/smithy-go/blob/main/aws-http-auth/CHANGELOG.md#v100-2024-09-25">v1.0.0</a> <ul> <li><strong>Release</strong>: Initial release of module aws-http-auth, which implements generically consumable SigV4 and SigV4a request signing.</li> </ul> </li> </ul> <h1>Release (2024-09-19)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.21.0 <ul> <li><strong>Feature</strong>: Add tracing and metrics APIs, and builtin instrumentation for both, in generated clients.</li> </ul> </li> <li><code>github.com/aws/smithy-go/metrics/smithyotelmetrics</code>: <a href="https://github.com/aws/smithy-go/blob/main/metrics/smithyotelmetrics/CHANGELOG.md#v100-2024-09-19">v1.0.0</a> <ul> <li><strong>Release</strong>: Initial release of <code>smithyotelmetrics</code> module, which is used to adapt an OpenTelemetry SDK meter provider to be used with Smithy clients.</li> </ul> </li> <li><code>github.com/aws/smithy-go/tracing/smithyoteltracing</code>: <a href="https://github.com/aws/smithy-go/blob/main/tracing/smithyoteltracing/CHANGELOG.md#v100-2024-09-19">v1.0.0</a> <ul> <li><strong>Release</strong>: Initial release of <code>smithyoteltracing</code> module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.</li> </ul> </li> </ul> <h1>Release (2024-08-14)</h1> <h2>Module Highlights</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/smithy-go/commit/f2ae388e500163e77ae52d3e5a3e63b4eeb26362"><code>f2ae388</code></a> Release 2025-01-21</li> <li><a href="https://github.com/aws/smithy-go/commit/d9b8ee9d557806beb97cd79d30f1cddb9d790666"><code>d9b8ee9</code></a> refactor: fix deprecated for ioutil (<a href="https://redirect.github.com/aws/smithy-go/issues/560">#560</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ee8334e8322a2a4d2c16fe94e6b0ebb429e9ea69"><code>ee8334e</code></a> transport/http: fix metrics race condition (<a href="https://redirect.github.com/aws/smithy-go/issues/555">#555</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/7e8149709caf8d028eb026e5d797bbfc14682d80"><code>7e81497</code></a> transport/http: fix go doc typo (<a href="https://redirect.github.com/aws/smithy-go/issues/554">#554</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/a7d0f1ef5f730836889f670f8d739456fc940779"><code>a7d0f1e</code></a> fix potential nil deref in waiter path matcher (<a href="https://redirect.github.com/aws/smithy-go/issues/563">#563</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/e5c5ac30129ef5662916a130a971228c33163801"><code>e5c5ac3</code></a> add changelog instructions and make recipe</li> <li><a href="https://github.com/aws/smithy-go/commit/5e16ee7648a8d4194025bc898ee802123b63e09e"><code>5e16ee7</code></a> add missing waiter retry breakout on non-nil non-matched error (<a href="https://redirect.github.com/aws/smithy-go/issues/561">#561</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/10fbeed6f8454b3c0ce3a960646c09cb218a4936"><code>10fbeed</code></a> Revert &quot;Change defaults when generating a client via smithy CLI (<a href="https://redirect.github.com/aws/smithy-go/issues/558">#558</a>)&quot; (<a href="https://redirect.github.com/aws/smithy-go/issues/559">#559</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/95ba31879b6b65f46a57f2ca510ce0ce6e860c9e"><code>95ba318</code></a> Change defaults when generating a client via smithy CLI (<a href="https://redirect.github.com/aws/smithy-go/issues/558">#558</a>)</li> <li>See full diff in <a href="https://github.com/aws/smithy-go/compare/v1.22.1...v1.22.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/smithy-go&package-manager=go_modules&previous-version=1.22.1&new-version=1.22.2)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 20:16:57 +01:00
github.com/aws/smithy-go v1.22.2
Bump github.com/creack/pty from 1.1.18 to 1.1.21 (#141) Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.18 to 1.1.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/creack/pty/releases">github.com/creack/pty's releases</a>.</em></p> <blockquote> <h2>v1.1.21</h2> <h2>What's Changed</h2> <ul> <li>Tests cleanup by <a href="https://github.com/creack"><code>@​creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/173">creack/pty#173</a></li> <li>Revert <a href="https://redirect.github.com/creack/pty/issues/167">#167</a> to avoid race on Linux. by <a href="https://github.com/creack"><code>@​creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/177">creack/pty#177</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.20...v1.1.21">https://github.com/creack/pty/compare/v1.1.20...v1.1.21</a></p> <h2>v1.1.20</h2> <h2>What's Changed</h2> <ul> <li>Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints by <a href="https://github.com/sio"><code>@​sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/167">creack/pty#167</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.19...v1.1.20">https://github.com/creack/pty/compare/v1.1.19...v1.1.20</a></p> <h2>v1.1.19</h2> <h2>What's Changed</h2> <ul> <li>Add some basic tests by <a href="https://github.com/Frassle"><code>@​Frassle</code></a> in <a href="https://redirect.github.com/creack/pty/pull/145">creack/pty#145</a></li> <li>Provide correct pty/tty file paths on OpenBSD by <a href="https://github.com/4a6f656c"><code>@​4a6f656c</code></a> in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li>Add sparc support by <a href="https://github.com/matoro"><code>@​matoro</code></a> in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li>Add support for the 32-bit PPC Linux platform by <a href="https://github.com/samm-git"><code>@​samm-git</code></a> in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li>Use upstream compiler for linux/riscv64 and freebsd/riscv64 by <a href="https://github.com/sio"><code>@​sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/4a6f656c"><code>@​4a6f656c</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li><a href="https://github.com/matoro"><code>@​matoro</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li><a href="https://github.com/samm-git"><code>@​samm-git</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li><a href="https://github.com/sio"><code>@​sio</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.18...v1.1.19">https://github.com/creack/pty/compare/v1.1.18...v1.1.19</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/creack/pty/commit/f188b6dbd525024ba5e580fbd4cb3b85e4868f82"><code>f188b6d</code></a> Revert go.mod for v1.</li> <li><a href="https://github.com/creack/pty/commit/3194d695c3c1ebe413f038f160081bc238a718cd"><code>3194d69</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/177">#177</a> from creack/revert-nonblock-ioctl</li> <li><a href="https://github.com/creack/pty/commit/8efd70af931516117dfc280cb9221194ac3ff38f"><code>8efd70a</code></a> Revert <a href="https://redirect.github.com/creack/pty/issues/167">#167</a> to avoid race on Linux.</li> <li><a href="https://github.com/creack/pty/commit/2dfd24de619f8848501823560f1cf3dd89fde1c9"><code>2dfd24d</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/173">#173</a> from creack/tests-cleanup</li> <li><a href="https://github.com/creack/pty/commit/cafb3b47d008d5dd887a8f266969e15f3fe6a439"><code>cafb3b4</code></a> Fix typo.</li> <li><a href="https://github.com/creack/pty/commit/0a15590bf0148e86be03cc00016045cf42e6ee0e"><code>0a15590</code></a> Skip tests for go1.6.</li> <li><a href="https://github.com/creack/pty/commit/219f7e0db96efd51edb48aae71bf77a427209710"><code>219f7e0</code></a> Add more test helpers, cleanup existing tests. Add editorconfig and golangci ...</li> <li><a href="https://github.com/creack/pty/commit/ccf8e7e6b689fcf5142a9a1b39f2a5b173fba9e0"><code>ccf8e7e</code></a> Add openClose helper in tests to remove duplication.</li> <li><a href="https://github.com/creack/pty/commit/bc68e99fbce5ae8aad4806768b6f06ea0c743731"><code>bc68e99</code></a> Minor cosmetic cleanups in the tests. Add missing error checks. Use Fatal ins...</li> <li><a href="https://github.com/creack/pty/commit/a425b3719765b5064c10d413915d2fe759b9c79f"><code>a425b37</code></a> Bump major version to v2. Drop support for the old riscv in favor of the offi...</li> <li>Additional commits viewable in <a href="https://github.com/creack/pty/compare/v1.1.18...v1.1.21">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/creack/pty&package-manager=go_modules&previous-version=1.1.18&new-version=1.1.21)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 21:17:14 +02:00
github.com/creack/pty v1.1.21
github.com/emirpasic/gods v1.18.1
Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#1187) Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/releases">github.com/fsnotify/fsnotify's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <h2>Additions</h2> <ul> <li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li> </ul> <h3>Changes and fixes</h3> <ul> <li> <p>windows: fix behaviour of <code>WatchList()</code> to be consistent with other platforms (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p> </li> <li> <p>kqueue: ignore events with Ident=0 (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p> </li> <li> <p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p> </li> <li> <p>kqueue: emit events as &quot;/path/dir/file&quot; instead of &quot;path/link/file&quot; when watching a symlink (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p> </li> <li> <p>inotify: don't send event for IN_DELETE_SELF when also watching the parent (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p> </li> <li> <p>inotify: fix panic when calling Remove() in a goroutine (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p> </li> <li> <p>fen: allow watching subdirectories of watched directories (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md">github.com/fsnotify/fsnotify's changelog</a>.</em></p> <blockquote> <h2>1.8.0 2023-10-31</h2> <h3>Additions</h3> <ul> <li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li> </ul> <h3>Changes and fixes</h3> <ul> <li> <p>windows: fix behaviour of <code>WatchList()</code> to be consistent with other platforms (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p> </li> <li> <p>kqueue: ignore events with Ident=0 (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p> </li> <li> <p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p> </li> <li> <p>kqueue: emit events as &quot;/path/dir/file&quot; instead of &quot;path/link/file&quot; when watching a symlink (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p> </li> <li> <p>inotify: don't send event for IN_DELETE_SELF when also watching the parent (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p> </li> <li> <p>inotify: fix panic when calling Remove() in a goroutine (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p> </li> <li> <p>fen: allow watching subdirectories of watched directories (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p> </li> </ul> <p><a href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/590">fsnotify/fsnotify#590</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/610">fsnotify/fsnotify#610</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/617">fsnotify/fsnotify#617</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/619">fsnotify/fsnotify#619</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/620">fsnotify/fsnotify#620</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/621">fsnotify/fsnotify#621</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/625">fsnotify/fsnotify#625</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/650">fsnotify/fsnotify#650</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fsnotify/fsnotify/commit/a9bc2e01792f868516acf80817f7d7d7b3315409"><code>a9bc2e0</code></a> Prepare 1.8.0 release</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/2d133b81be1e26628491698a699ef9ce9fb71ed9"><code>2d133b8</code></a> inotify: fix panic on Remove()</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/16269627c5b0104cd78948b6b6d1efc3cdb60d9a"><code>1626962</code></a> Update CI</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/c1467c02fba575afdb5f4201072ab8403bbf00f4"><code>c1467c0</code></a> test/kqueue: watch symlinks</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/800ed8332bfeddcb97dce7733ce2674c17170eb4"><code>800ed83</code></a> kqueue: don't change internal state when Add() returns error (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/638">#638</a>)</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/ad7424447bfedb6409dddced3d418e093fe7e9f4"><code>ad74244</code></a> remove extra &quot;to&quot; from doc comment (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/634">#634</a>)</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/bec89034c5c5a875b2077b6b876cb085b527e7ee"><code>bec8903</code></a> Split out Watcher and backends (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/632">#632</a>)</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/a618f076c8cfc422e6d1f6f1f881af9152aa7c82"><code>a618f07</code></a> inotify: add recursive watcher (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/472">#472</a>)</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/17d905351249492aab4599fb177a947b119d2094"><code>17d9053</code></a> Print diffs for test failures</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/53b06a884d7164e2d93c1dcdda52b1e966b76aba"><code>53b06a8</code></a> inotify: implement WithNoFollow() (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/631">#631</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fsnotify/fsnotify&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 19:09:55 +01:00
github.com/fsnotify/fsnotify v1.8.0
github.com/golang-jwt/jwt/v5 v5.2.1
Bump github.com/golang-migrate/migrate/v4 from 4.18.1 to 4.18.2 (#1884) Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.18.1 to 4.18.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-migrate/migrate/releases">github.com/golang-migrate/migrate/v4's releases</a>.</em></p> <blockquote> <h2>v4.18.2</h2> <h2>Changelog</h2> <ul> <li>e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1</li> <li>e22d012 Don't output sensitive information on error</li> <li>e5a152b Drop support for Azure SQL Edge</li> <li>12c619e Fix CI (<a href="https://redirect.github.com/golang-migrate/migrate/issues/1222">#1222</a>)</li> <li>bc06922 Update dktest from v0.4.3 to v0.4.4</li> <li>7651c8a linter fixes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-migrate/migrate/commit/d477553dcd9ae33e2698c09f186e988767d71b79"><code>d477553</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1195">#1195</a> from golang-migrate/dependabot/go_modules/github.com...</li> <li><a href="https://github.com/golang-migrate/migrate/commit/e145cded4a5df0f5a8c4fb3aef34aa66f15ad2b9"><code>e145cde</code></a> Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1</li> <li><a href="https://github.com/golang-migrate/migrate/commit/7651c8a37ed0b473ce5d686830956a455a20a290"><code>7651c8a</code></a> linter fixes</li> <li><a href="https://github.com/golang-migrate/migrate/commit/e5a152b9f6499b0534300967f914856119931ed6"><code>e5a152b</code></a> Drop support for Azure SQL Edge</li> <li><a href="https://github.com/golang-migrate/migrate/commit/12c619ee47b713bf4855f3dd6ea6e9a68b719a07"><code>12c619e</code></a> Fix CI (<a href="https://redirect.github.com/golang-migrate/migrate/issues/1222">#1222</a>)</li> <li><a href="https://github.com/golang-migrate/migrate/commit/bc06922b4de8631b553f99600e564b161e79e798"><code>bc06922</code></a> Update dktest from v0.4.3 to v0.4.4</li> <li><a href="https://github.com/golang-migrate/migrate/commit/c378583d782e026f472dff657bfd088bf2510038"><code>c378583</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1162">#1162</a> from rselbach/rselbach/no-sensitive-info</li> <li><a href="https://github.com/golang-migrate/migrate/commit/e22d0128ccf15813fa40e3720010e5e6710ee3bb"><code>e22d012</code></a> Don't output sensitive information on error</li> <li>See full diff in <a href="https://github.com/golang-migrate/migrate/compare/v4.18.1...v4.18.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-migrate/migrate/v4&package-manager=go_modules&previous-version=4.18.1&new-version=4.18.2)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-31 19:49:47 +01:00
github.com/golang-migrate/migrate/v4 v4.18.2
github.com/google/generative-ai-go v0.19.0
Bump github.com/google/uuid from 1.4.0 to 1.6.0 (#142) Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/uuid/releases">github.com/google/uuid's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h2><a href="https://github.com/google/uuid/compare/v1.5.0...v1.6.0">1.6.0</a> (2024-01-16)</h2> <h3>Features</h3> <ul> <li>add Max UUID constant (<a href="https://redirect.github.com/google/uuid/issues/149">#149</a>) (<a href="https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3">c58770e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix typo in version 7 uuid documentation (<a href="https://redirect.github.com/google/uuid/issues/153">#153</a>) (<a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06">016b199</a>)</li> <li>Monotonicity in UUIDv7 (<a href="https://redirect.github.com/google/uuid/issues/150">#150</a>) (<a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6">a2b2b32</a>)</li> </ul> <h2>v1.5.0</h2> <h2><a href="https://github.com/google/uuid/compare/v1.4.0...v1.5.0">1.5.0</a> (2023-12-12)</h2> <h3>Features</h3> <ul> <li>Validate UUID without creating new UUID (<a href="https://redirect.github.com/google/uuid/issues/141">#141</a>) (<a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29">9ee7366</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google/uuid/blob/master/CHANGELOG.md">github.com/google/uuid's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/google/uuid/compare/v1.5.0...v1.6.0">1.6.0</a> (2024-01-16)</h2> <h3>Features</h3> <ul> <li>add Max UUID constant (<a href="https://redirect.github.com/google/uuid/issues/149">#149</a>) (<a href="https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3">c58770e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix typo in version 7 uuid documentation (<a href="https://redirect.github.com/google/uuid/issues/153">#153</a>) (<a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06">016b199</a>)</li> <li>Monotonicity in UUIDv7 (<a href="https://redirect.github.com/google/uuid/issues/150">#150</a>) (<a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6">a2b2b32</a>)</li> </ul> <h2><a href="https://github.com/google/uuid/compare/v1.4.0...v1.5.0">1.5.0</a> (2023-12-12)</h2> <h3>Features</h3> <ul> <li>Validate UUID without creating new UUID (<a href="https://redirect.github.com/google/uuid/issues/141">#141</a>) (<a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29">9ee7366</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/uuid/commit/0f11ee6918f41a04c201eceeadf612a377bc7fbc"><code>0f11ee6</code></a> chore(master): release 1.6.0 (<a href="https://redirect.github.com/google/uuid/issues/151">#151</a>)</li> <li><a href="https://github.com/google/uuid/commit/16939dafc37a38d2743810a8bdf60fdad6a0f3a3"><code>16939da</code></a> chore(tests): add strict monotonicity test case for uuid v7. (<a href="https://redirect.github.com/google/uuid/issues/154">#154</a>)</li> <li><a href="https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06"><code>016b199</code></a> fix: fix typo in version 7 uuid documentation (<a href="https://redirect.github.com/google/uuid/issues/153">#153</a>)</li> <li><a href="https://github.com/google/uuid/commit/1d8b6ea0990d688105843a9a67b1d07222350502"><code>1d8b6ea</code></a> ci: set token permissions to github workflows (<a href="https://redirect.github.com/google/uuid/issues/143">#143</a>)</li> <li><a href="https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6"><code>a2b2b32</code></a> fix: Monotonicity in UUIDv7 (<a href="https://redirect.github.com/google/uuid/issues/150">#150</a>)</li> <li><a href="https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3"><code>c58770e</code></a> feat: add Max UUID constant (<a href="https://redirect.github.com/google/uuid/issues/149">#149</a>)</li> <li><a href="https://github.com/google/uuid/commit/4d47f8eb066f43cfaedd728a543479d9c9dfa8f6"><code>4d47f8e</code></a> chore(master): release 1.5.0 (<a href="https://redirect.github.com/google/uuid/issues/145">#145</a>)</li> <li><a href="https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29"><code>9ee7366</code></a> feat: Validate UUID without creating new UUID (<a href="https://redirect.github.com/google/uuid/issues/141">#141</a>)</li> <li><a href="https://github.com/google/uuid/commit/b35aa6a595277504b1ec94c520d4091ec050b9d5"><code>b35aa6a</code></a> add uuid version 6 and 7 (<a href="https://redirect.github.com/google/uuid/issues/139">#139</a>)</li> <li>See full diff in <a href="https://github.com/google/uuid/compare/v1.4.0...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/uuid&package-manager=go_modules&previous-version=1.4.0&new-version=1.6.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 20:55:33 +02:00
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#143) Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's releases</a>.</em></p> <blockquote> <h2>Release v1.8.1</h2> <h2>What's Changed</h2> <ul> <li>build: CircleCI 2.1 + build matrix by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li> <li>Include &quot;404&quot; and &quot;405&quot; in the docs by <a href="https://github.com/Jille"><code>@​Jille</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li> <li>docs: update README w.r.t new maintainer ask by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li> <li>regexp: use iota instead of hardcoded values for regexType* by <a href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li> <li>Fix <code>authenticationMiddleware</code> initialization in the <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li> <li>Update README.md by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li> <li>[GPT-95] Update go version, add tools for verification and testing by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li> <li>Delete release-drafter.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li> <li>Delete stale.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li> <li>Delete AUTHORS by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li> <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li> <li>Updated the logo in README.md by <a href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li> <li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li> <li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li> <li>run go fmt with Go 1.20 by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li> <li>Fix <code>Single Page Application</code> example in <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li> <li>[BUG] Inconsistent HTTP status code on query mismatch by <a href="https://github.com/soheilrt"><code>@​soheilrt</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li> <li>Clarify documentation examples of Route methods by <a href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li> <li>changed the routeVariables text content. by <a href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li> <li>Add GetVarNames() by <a href="https://github.com/eh-steve"><code>@​eh-steve</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li> <li>fix SPA handler in README.md by <a href="https://github.com/sy9"><code>@​sy9</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li> <li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jille"><code>@​Jille</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li> <li><a href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li> <li><a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li> <li><a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li> <li><a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li> <li><a href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li> <li><a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li> <li><a href="https://github.com/soheilrt"><code>@​soheilrt</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li> <li><a href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li> <li><a href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li> <li><a href="https://github.com/eh-steve"><code>@​eh-steve</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li> <li><a href="https://github.com/sy9"><code>@​sy9</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/mux/commit/b4617d0b9670ad14039b2739167fd35a60f557c5"><code>b4617d0</code></a> update GitHub workflows (<a href="https://redirect.github.com/gorilla/mux/issues/734">#734</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/3401478badc7aa55470bc806ee8cd185a16f9298"><code>3401478</code></a> fix SPA handler in README.md (<a href="https://redirect.github.com/gorilla/mux/issues/733">#733</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/4a671cbc5162efa2ecb1b353e6a704a62737d66c"><code>4a671cb</code></a> Add GetVarNames() (<a href="https://redirect.github.com/gorilla/mux/issues/676">#676</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/85123bf20e069b156415b871dea10517f6a8938a"><code>85123bf</code></a> changed the routeVariables text content. (<a href="https://redirect.github.com/gorilla/mux/issues/708">#708</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/79f2f457ca5017e08de9f86ada03939a82dbf714"><code>79f2f45</code></a> Clarify documentation examples of Route methods (<a href="https://redirect.github.com/gorilla/mux/issues/672">#672</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/395ad81d0ebffa0c5a36f3e5a2e720a7d5870d92"><code>395ad81</code></a> [BUG] Inconsistent HTTP status code on query mismatch (<a href="https://redirect.github.com/gorilla/mux/issues/712">#712</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/24c3e7f499efd8b1429cfe789c7e6a3631357045"><code>24c3e7f</code></a> Fix <code>Single Page Application</code> example in <code>README.md</code> file (<a href="https://redirect.github.com/gorilla/mux/issues/678">#678</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/546dd0cc9f3ecdef8b065ac6336b4c6ed99887d4"><code>546dd0c</code></a> run go fmt with Go 1.20 (<a href="https://redirect.github.com/gorilla/mux/issues/725">#725</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/651928c42f7b60c7942e46d5f651dd1ece444246"><code>651928c</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/mux/issues/727">#727</a>)</li> <li><a href="https://github.com/gorilla/mux/commit/cfc696d6d239ff68ceb71ee35c9a4e4ef3f30ed9"><code>cfc696d</code></a> Update issues.yml (<a href="https://redirect.github.com/gorilla/mux/issues/726">#726</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 21:14:53 +02:00
github.com/gorilla/mux v1.8.1
Bump github.com/gorilla/websocket from 1.5.0 to 1.5.3 (#144) Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.0 to 1.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/websocket/releases">github.com/gorilla/websocket's releases</a>.</em></p> <blockquote> <h2>v1.5.3</h2> <h2>Important change</h2> <p>This reverts the websockets package back to <a href="https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d">https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d</a></p> <h2>What's Changed</h2> <ul> <li>Fixes subprotocol selection (aling with rfc6455) by <a href="https://github.com/KSDaemon"><code>@​KSDaemon</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/823">gorilla/websocket#823</a></li> <li>Update README.md, replace master to main by <a href="https://github.com/mstmdev"><code>@​mstmdev</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/862">gorilla/websocket#862</a></li> <li>Use status code constant by <a href="https://github.com/mstmdev"><code>@​mstmdev</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/864">gorilla/websocket#864</a></li> <li>conn.go: default close handler should not return ErrCloseSent. by <a href="https://github.com/pnx"><code>@​pnx</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/865">gorilla/websocket#865</a></li> <li>fix: replace ioutil.readfile with os.readfile by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/868">gorilla/websocket#868</a></li> <li>fix: add comment for the readBufferSize and writeBufferSize by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/869">gorilla/websocket#869</a></li> <li>Remove noisy printf in NextReader() and beginMessage() by <a href="https://github.com/bcreane"><code>@​bcreane</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/878">gorilla/websocket#878</a></li> <li>docs(echoreadall): fix function echoReadAll comment by <a href="https://github.com/XdpCs"><code>@​XdpCs</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/881">gorilla/websocket#881</a></li> <li>make tests parallel by <a href="https://github.com/ninedraft"><code>@​ninedraft</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/872">gorilla/websocket#872</a></li> <li>Upgrader.Upgrade: use http.ResposnseController by <a href="https://github.com/ninedraft"><code>@​ninedraft</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/871">gorilla/websocket#871</a></li> <li>Do not handle network error in <code>SetCloseHandler()</code> by <a href="https://github.com/nak3"><code>@​nak3</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/863">gorilla/websocket#863</a></li> <li>perf: reduce timer in write_control by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/879">gorilla/websocket#879</a></li> <li>fix: lint example code by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/890">gorilla/websocket#890</a></li> <li>feat: format message type by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/889">gorilla/websocket#889</a></li> <li>Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by <a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/894">gorilla/websocket#894</a></li> <li>Do not timeout when WriteControl deadline is zero in <a href="https://redirect.github.com/gorilla/websocket/pull/898">gorilla/websocket#898</a></li> <li>Excludes errchecks linter by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/904">gorilla/websocket#904</a></li> <li>Return errors instead of printing to logs by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/897">gorilla/websocket#897</a></li> <li>Revert &quot; Update go version &amp; add verification/testing tools (<a href="https://redirect.github.com/gorilla/websocket/issues/840">#840</a>)&quot; by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/908">gorilla/websocket#908</a></li> <li>Fixes broken random value generation by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/926">gorilla/websocket#926</a></li> <li>Reverts back to v1.5.0 by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/929">gorilla/websocket#929</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/KSDaemon"><code>@​KSDaemon</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/823">gorilla/websocket#823</a></li> <li><a href="https://github.com/mstmdev"><code>@​mstmdev</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/862">gorilla/websocket#862</a></li> <li><a href="https://github.com/pnx"><code>@​pnx</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/865">gorilla/websocket#865</a></li> <li><a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/868">gorilla/websocket#868</a></li> <li><a href="https://github.com/bcreane"><code>@​bcreane</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/878">gorilla/websocket#878</a></li> <li><a href="https://github.com/XdpCs"><code>@​XdpCs</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/881">gorilla/websocket#881</a></li> <li><a href="https://github.com/ninedraft"><code>@​ninedraft</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/872">gorilla/websocket#872</a></li> <li><a href="https://github.com/nak3"><code>@​nak3</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/863">gorilla/websocket#863</a></li> <li><a href="https://github.com/UnAfraid"><code>@​UnAfraid</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/894">gorilla/websocket#894</a></li> <li><a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/904">gorilla/websocket#904</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3">https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3</a></p> <h2>v1.5.2</h2> <h2>What's Changed</h2> <ul> <li>Fixes subprotocol selection (aling with rfc6455) by <a href="https://github.com/KSDaemon"><code>@​KSDaemon</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/823">gorilla/websocket#823</a></li> <li>Update README.md, replace master to main by <a href="https://github.com/mstmdev"><code>@​mstmdev</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/862">gorilla/websocket#862</a></li> <li>Use status code constant by <a href="https://github.com/mstmdev"><code>@​mstmdev</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/864">gorilla/websocket#864</a></li> <li>conn.go: default close handler should not return ErrCloseSent. by <a href="https://github.com/pnx"><code>@​pnx</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/865">gorilla/websocket#865</a></li> <li>fix: replace ioutil.readfile with os.readfile by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/868">gorilla/websocket#868</a></li> <li>fix: add comment for the readBufferSize and writeBufferSize by <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/869">gorilla/websocket#869</a></li> <li>Remove noisy printf in NextReader() and beginMessage() by <a href="https://github.com/bcreane"><code>@​bcreane</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/878">gorilla/websocket#878</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/websocket/commit/ce903f6d1d961af3a8602f2842c8b1c3fca58c4d"><code>ce903f6</code></a> Reverts to v1.5.0</li> <li><a href="https://github.com/gorilla/websocket/commit/9ec25ca502ec881a7e873d3cdf35da60eab22037"><code>9ec25ca</code></a> fixes broken random value generation</li> <li><a href="https://github.com/gorilla/websocket/commit/1bddf2e0dba6f35492b0f5614905b291cd0ab88d"><code>1bddf2e</code></a> bumps go version &amp; removes deprecated module usage</li> <li><a href="https://github.com/gorilla/websocket/commit/750bf92096b4cd4d75082948a4e143f303a65390"><code>750bf92</code></a> adds GHA &amp; Makefile configs</li> <li><a href="https://github.com/gorilla/websocket/commit/b2c246b2ec6f86b53889c79022fec8dabe0a20bb"><code>b2c246b</code></a> Revert &quot; Update go version &amp; add verification/testing tools (<a href="https://redirect.github.com/gorilla/websocket/issues/840">#840</a>)&quot;</li> <li><a href="https://github.com/gorilla/websocket/commit/09a6bab4667fc302c7f23ad770ce48be6fc2d15f"><code>09a6bab</code></a> removing error handling while closing connections</li> <li><a href="https://github.com/gorilla/websocket/commit/58af150309a40ad57463b8087fe33d59d5a490d3"><code>58af150</code></a> return errors instead of printing to logs</li> <li><a href="https://github.com/gorilla/websocket/commit/e5f1a0aad0accdff7dc9131fdcce912e28d8f4d5"><code>e5f1a0a</code></a> excludes errchecks linter</li> <li><a href="https://github.com/gorilla/websocket/commit/b2a86a174473e870c9fcc3eaba8957689090d2cc"><code>b2a86a1</code></a> Do not timeout when WriteControl deadline is zero</li> <li><a href="https://github.com/gorilla/websocket/commit/695e9095ce8736ac99c83939ca6b0fe93768f680"><code>695e909</code></a> Remove hideTempErr to allow downstream users to check for errors like net.Err...</li> <li>Additional commits viewable in <a href="https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/websocket&package-manager=go_modules&previous-version=1.5.0&new-version=1.5.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 21:17:24 +02:00
github.com/gorilla/websocket v1.5.3
github.com/invopop/jsonschema v0.13.0
github.com/jmoiron/sqlx v1.4.0
2025-02-07 03:02:16 +01:00
github.com/junegunn/fzf v0.59.0
github.com/kevinburke/ssh_config v1.2.0
Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 (#955) Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.23 to 1.14.24. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-sqlite3&package-manager=go_modules&previous-version=1.14.23&new-version=1.14.24)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 19:34:26 +02:00
github.com/mattn/go-sqlite3 v1.14.24
2024-05-26 02:37:05 +02:00
github.com/mitchellh/mapstructure v1.5.0
Bump github.com/sashabaranov/go-openai from 1.36.1 to 1.37.0 (#1915) Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.36.1 to 1.37.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's releases</a>.</em></p> <blockquote> <h2>v1.37.0</h2> <h2>What's Changed</h2> <ul> <li>Simplify tests with T.TempDir by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/929">sashabaranov/go-openai#929</a></li> <li>Chat Completion API: add ReasoningEffort and new o1 models by <a href="https://github.com/trevorcreech"><code>@​trevorcreech</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/928">sashabaranov/go-openai#928</a></li> <li>Make &quot;Content&quot; field in &quot;ChatCompletionMessage&quot; omitempty by <a href="https://github.com/saileshd1402"><code>@​saileshd1402</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/926">sashabaranov/go-openai#926</a></li> <li>Add support for O3-mini by <a href="https://github.com/rorymalcolm"><code>@​rorymalcolm</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/930">sashabaranov/go-openai#930</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexandear"><code>@​alexandear</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/929">sashabaranov/go-openai#929</a></li> <li><a href="https://github.com/trevorcreech"><code>@​trevorcreech</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/928">sashabaranov/go-openai#928</a></li> <li><a href="https://github.com/saileshd1402"><code>@​saileshd1402</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/926">sashabaranov/go-openai#926</a></li> <li><a href="https://github.com/rorymalcolm"><code>@​rorymalcolm</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/930">sashabaranov/go-openai#930</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.36.1...v1.37.0">https://github.com/sashabaranov/go-openai/compare/v1.36.1...v1.37.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sashabaranov/go-openai/commit/2054db016c335136eba471aebf49cc78981dd502"><code>2054db0</code></a> Add support for O3-mini (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/930">#930</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/45aa99607be0b4c225af57c36fb5cff7328957de"><code>45aa996</code></a> Make &quot;Content&quot; field in &quot;ChatCompletionMessage&quot; omitempty (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/926">#926</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/9823a8bbbdc00871c1d569ed2b90111af94a4fb2"><code>9823a8b</code></a> Chat Completion API: add ReasoningEffort and new o1 models (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/928">#928</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/7a2915a37dae714f40a4b5575fbf98430fe1d6aa"><code>7a2915a</code></a> Simplify tests with T.TempDir (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/929">#929</a>)</li> <li>See full diff in <a href="https://github.com/sashabaranov/go-openai/compare/v1.36.1...v1.37.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.36.1&new-version=1.37.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-08 01:13:16 +01:00
github.com/sashabaranov/go-openai v1.37.0
2024-05-13 20:45:47 +02:00
github.com/sawka/txwrap v0.2.0
Bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 (#1919) Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.12 to 4.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.25.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>chore: explicit revive rules by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1778">shirou/gopsutil#1778</a></li> <li>chore: call actions/checkout before actions/setup-go to benefit from native cache by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1779">shirou/gopsutil#1779</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/90e59961ca1cd462850ab7e3345bedc9b9559f4f"><code>90e5996</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1780">#1780</a> from shirou/dependabot/github_actions/actions/setup-...</li> <li><a href="https://github.com/shirou/gopsutil/commit/ee3a3d85a784981887049fb729acfc4ca41a73eb"><code>ee3a3d8</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1772">#1772</a> from shirou/dependabot/github_actions/actions/upload...</li> <li><a href="https://github.com/shirou/gopsutil/commit/a1359d4e1abd3d05ddf124945452244ceb269f10"><code>a1359d4</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1773">#1773</a> from shirou/dependabot/go_modules/github.com/ebiteng...</li> <li><a href="https://github.com/shirou/gopsutil/commit/8d6af6c6ed088c904230fa12c47883184b56e071"><code>8d6af6c</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1775">#1775</a> from shirou/dependabot/github_actions/advanced-secur...</li> <li><a href="https://github.com/shirou/gopsutil/commit/e826c61f60b435138ac46a63619f22a43c4f5556"><code>e826c61</code></a> chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0</li> <li><a href="https://github.com/shirou/gopsutil/commit/e7e2e9e4a8c97faf2531d86564212945c7c264c1"><code>e7e2e9e</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1779">#1779</a> from mmorel-35/remove-actions-cache</li> <li><a href="https://github.com/shirou/gopsutil/commit/644c48a15ad9179339c9e695c624d7cdf2cc87ca"><code>644c48a</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1778">#1778</a> from mmorel-35/golangci-lint/revive</li> <li><a href="https://github.com/shirou/gopsutil/commit/99d68e216010a3a8a305be7fe52fc507b0ba2b21"><code>99d68e2</code></a> chore: call actions/checkout before actions/setup-go to benefit from native c...</li> <li><a href="https://github.com/shirou/gopsutil/commit/d1977251f924c9b034bdaba452890d38a87aeaf0"><code>d197725</code></a> chore: explicit revive rules</li> <li><a href="https://github.com/shirou/gopsutil/commit/c8110d7c089cd41df0d97d782de670eb93e5e89c"><code>c8110d7</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1777">#1777</a> from shirou/dependabot/github_actions/golangci/golan...</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.12&new-version=4.25.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-08 01:12:50 +01:00
github.com/shirou/gopsutil/v4 v4.25.1
Bump github.com/skeema/knownhosts from 1.3.0 to 1.3.1 (#1882) Bumps [github.com/skeema/knownhosts](https://github.com/skeema/knownhosts) from 1.3.0 to 1.3.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/skeema/knownhosts/commit/93146c84bcb6abe4459e2adafad634cc40a712bf"><code>93146c8</code></a> update dependency golang.org/x/crypto to v0.25.0</li> <li><a href="https://github.com/skeema/knownhosts/commit/0f2fe42f5c261872934e2f81507effa4a4a07ca9"><code>0f2fe42</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/skeema/knownhosts/compare/v1.3.0...v1.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/skeema/knownhosts&package-manager=go_modules&previous-version=1.3.0&new-version=1.3.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-31 19:49:10 +01:00
github.com/skeema/knownhosts v1.3.1
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#140) Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h2>✨ Features</h2> <ul> <li>Add env variable to suppress completion descriptions on create by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1938">spf13/cobra#1938</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Micro-optimizations by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1957">spf13/cobra#1957</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2127">spf13/cobra#2127</a></li> <li>Consistent annotation names by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2140">spf13/cobra#2140</a></li> <li>Remove fully inactivated linters by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2148">spf13/cobra#2148</a></li> <li>Address golangci-lint deprecation warnings, enable some more linters by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2152">spf13/cobra#2152</a></li> </ul> <h2>🧪 Testing &amp; CI/CD</h2> <ul> <li>Add test for func in cobra.go by <a href="https://github.com/korovindenis"><code>@​korovindenis</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2094">spf13/cobra#2094</a></li> <li>ci: test golang 1.22 by <a href="https://github.com/cyrilico"><code>@​cyrilico</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2113">spf13/cobra#2113</a></li> <li>Optimized and added more linting by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2099">spf13/cobra#2099</a></li> <li>build(deps): bump actions/setup-go from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2087">spf13/cobra#2087</a></li> <li>build(deps): bump actions/labeler from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2086">spf13/cobra#2086</a></li> <li>build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2108">spf13/cobra#2108</a></li> <li>build(deps): bump actions/cache from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2102">spf13/cobra#2102</a></li> </ul> <h2>✏️ Documentation</h2> <ul> <li>Fixes and docs for usage as plugin by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2070">spf13/cobra#2070</a></li> <li>flags: clarify documentation that LocalFlags related function do not modify the state by <a href="https://github.com/niamster"><code>@​niamster</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2064">spf13/cobra#2064</a></li> <li>chore: remove repetitive words by <a href="https://github.com/racerole"><code>@​racerole</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2122">spf13/cobra#2122</a></li> <li>Add LXC to the list of projects using Cobra <a href="https://github.com/VaradBelwalkar"><code>@​VaradBelwalkar</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2071">spf13/cobra#2071</a></li> <li>Update projects_using_cobra.md by <a href="https://github.com/marcuskohlberg"><code>@​marcuskohlberg</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2089">spf13/cobra#2089</a></li> <li>[chore]: update projects using cobra by <a href="https://github.com/cmwylie19"><code>@​cmwylie19</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2093">spf13/cobra#2093</a></li> <li>Add Taikun CLI to list of projects by <a href="https://github.com/Smidra"><code>@​Smidra</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2098">spf13/cobra#2098</a></li> <li>Add Incus to the list of projects using Cobra by <a href="https://github.com/montag451"><code>@​montag451</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2118">spf13/cobra#2118</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec"><code>e94f6d0</code></a> Address golangci-lint deprecation warnings, enable some more linters (<a href="https://redirect.github.com/spf13/cobra/issues/2152">#2152</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/8003b74a10ef0d0d84fe3c408d3939d86fdeb210"><code>8003b74</code></a> Remove fully inactivated linters (<a href="https://redirect.github.com/spf13/cobra/issues/2148">#2148</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5c2c1d627d35a00153764a3d37400efc66eaca1c"><code>5c2c1d6</code></a> Consistent annotation names (<a href="https://redirect.github.com/spf13/cobra/issues/2140">#2140</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5a1acea3210649f3d70002818ec04b09f6347062"><code>5a1acea</code></a> build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (<a href="https://redirect.github.com/spf13/cobra/issues/2127">#2127</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/0fc86c2ffd0326b6f6ed5fa36803d26993655c08"><code>0fc86c2</code></a> docs: update user guide (<a href="https://redirect.github.com/spf13/cobra/issues/2128">#2128</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6b5f577ebce858ee70fcdd1f062ea3af4b1c03ab"><code>6b5f577</code></a> More linting (<a href="https://redirect.github.com/spf13/cobra/issues/2099">#2099</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/bd914e58d69d65e494b45bdb40e90ca816b92fcc"><code>bd914e5</code></a> fix: remove deprecated io/ioutils package (<a href="https://redirect.github.com/spf13/cobra/issues/2120">#2120</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/1f80fa2e23cc550c131e8a54dc72d11b265c6fcf"><code>1f80fa2</code></a> chore: remove repetitive words (<a href="https://redirect.github.com/spf13/cobra/issues/2122">#2122</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/c69ae4c36b134dd69e5ab9d3d6b9f571ca5afe1e"><code>c69ae4c</code></a> ci: test golang 1.22 (<a href="https://redirect.github.com/spf13/cobra/issues/2113">#2113</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/a30cee5e5ab0949cc888ef00ae6aee24e091e042"><code>a30cee5</code></a> build(deps): bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/spf13/cobra/issues/2102">#2102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 20:55:47 +02:00
github.com/spf13/cobra v1.8.1
github.com/ubuntu/gowsl v0.0.0-20240906163211-049fd49bd93b
2024-11-02 18:58:13 +01:00
github.com/wavetermdev/htmltoken v0.2.0
Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#1972) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/9290511cd23ab9813a307b7f2615325e3ca98902"><code>9290511</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/fa5273e461966728f91f33da62c0cf511a404c2a"><code>fa5273e</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/a8ea4be81f0769fd5857e087083cbb6d3cb9f196"><code>a8ea4be</code></a> ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface</li> <li><a href="https://github.com/golang/crypto/commit/71d3a4cfdb0360795ce5f2d7041e01823fd22eb6"><code>71d3a4c</code></a> acme: support challenges that require the ACME client to send a non-empty JSO...</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.32.0...v0.33.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.32.0&new-version=0.33.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 22:23:59 +01:00
golang.org/x/crypto v0.33.0
golang.org/x/mod v0.22.0
Bump golang.org/x/sys from 0.29.0 to 0.30.0 (#1917) [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sys/commit/863b3c4ac4975ff758815fa8d01acb6771f37177"><code>863b3c4</code></a> unix: update glibc to 2.41</li> <li><a href="https://github.com/golang/sys/commit/4d4692e1b078ef608f533de23ece0464d8f9e182"><code>4d4692e</code></a> unix: add Auxv</li> <li><a href="https://github.com/golang/sys/commit/b215a1c6fc7e2f5dc665b5e6f8d8a3424899d6d3"><code>b215a1c</code></a> unix: update to Linux kernel 6.13</li> <li><a href="https://github.com/golang/sys/commit/c75621413d5e9378521df26cd38206af2f9b9d1a"><code>c756214</code></a> cpu: add support for AVX-VNNI and IFMA detection</li> <li><a href="https://github.com/golang/sys/commit/1c14dcadc3ab57365f78d5cec67223a88a720479"><code>1c14dca</code></a> unix: add GetPeerUcred and UcredGet for solaris</li> <li>See full diff in <a href="https://github.com/golang/sys/compare/v0.29.0...v0.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.29.0&new-version=0.30.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-08 01:12:35 +01:00
golang.org/x/sys v0.30.0
Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#1972) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/9290511cd23ab9813a307b7f2615325e3ca98902"><code>9290511</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/fa5273e461966728f91f33da62c0cf511a404c2a"><code>fa5273e</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/a8ea4be81f0769fd5857e087083cbb6d3cb9f196"><code>a8ea4be</code></a> ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface</li> <li><a href="https://github.com/golang/crypto/commit/71d3a4cfdb0360795ce5f2d7041e01823fd22eb6"><code>71d3a4c</code></a> acme: support challenges that require the ACME client to send a non-empty JSO...</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.32.0...v0.33.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.32.0&new-version=0.33.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 22:23:59 +01:00
golang.org/x/term v0.29.0
google.golang.org/api v0.220.0
gopkg.in/ini.v1 v1.67.0
)
require (
cloud.google.com/go v0.115.0 // indirect
cloud.google.com/go/ai v0.8.0 // indirect
cloud.google.com/go/auth v0.14.1 // indirect
Bump google.golang.org/api from 0.216.0 to 0.217.0 (#1745) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.216.0 to 0.217.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.217.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e">dfbc111</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e">473d170</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e">972ede2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc">18f18fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407">5085dcf</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e">dfbc111</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e">473d170</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e">972ede2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc">18f18fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407">5085dcf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0dc24d94fdcb0c97be6c26bcb1419346b0d40b30"><code>0dc24d9</code></a> chore(main): release 0.217.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2956">#2956</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/53755695515f06a5984629222cf809fa20d1248a"><code>5375569</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2959">#2959</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407"><code>5085dcf</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc"><code>18f18fc</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e"><code>972ede2</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e"><code>473d170</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e"><code>dfbc111</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.216.0&new-version=0.217.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 07:49:10 +01:00
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
cloud.google.com/go/compute/metadata v0.6.0 // indirect
cloud.google.com/go/longrunning v0.5.7 // indirect
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.2 to 1.74.1 (#1856) Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.73.2 to 1.74.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/676a8b1bf0174c8763e19d99b68b988e67e2d398"><code>676a8b1</code></a> Release 2025-01-24</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1737386a85235b72e9676ed261b72cddb61355df"><code>1737386</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3bc09da29fb3dd079526f7ed141520f69245e445"><code>3bc09da</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cb98deef60318ce9a61cda159ebfb0166d88539b"><code>cb98dee</code></a> Fix flex checksum validation cfg (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2981">#2981</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9c764018fe28b27912a0b976614d9e806e3f8268"><code>9c76401</code></a> fix bad changelog type</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ed8a3caa0df9ce36a5b60aebeee201187098d205"><code>ed8a3ca</code></a> Reduce fmt.Sprintf allocations in query encoding (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2919">#2919</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d5773a9a070873393eb2e7eed37bd647e12e1267"><code>d5773a9</code></a> Add FixUnmarshalIndividualSetValues option to DecoderOptions of dynamodb (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2896">#2896</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/58e23dc0311cec940749e34ddfc542dbb00ff7a3"><code>58e23dc</code></a> fix codegen test failing in main</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/640d919419375c1bb9041ffa6dd024b60243a1ed"><code>640d919</code></a> fix broken jmespath waiters in cloudwatch and autoscaling (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2984">#2984</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/613a6cfc607af8470ceec5b7391f9231fa1f98dd"><code>613a6cf</code></a> Optimize/directory traversal (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2970">#2970</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.73.2...service/s3/v1.74.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.73.2&new-version=1.74.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 20:21:06 +01:00
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
Bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.3 (#1883) Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.1 to 1.29.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c7c68659ce67e5b7e18f31bc66068cec9e3d790d"><code>c7c6865</code></a> Release 2025-01-30</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/70f736c5dc0b8652c5fe5c387b2165c3b9beddb1"><code>70f736c</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/28731c2bdef3c2555a95632396b6d4936e58099d"><code>28731c2</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3505e4b255c327a1fa38f870612c327b93302dc0"><code>3505e4b</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0b4f6362bb9017615ed38124cdd20df7714bf98f"><code>0b4f636</code></a> don't sign transfer-encoding header (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2991">#2991</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/b820c5731d3bff3ae303166ea4379c73fb18a8d4"><code>b820c57</code></a> Release 2025-01-29</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/40ddb76e611944643404e79a6b92ac335f2921f2"><code>40ddb76</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2b4adae0bf0cb97fd910110c1f567d5bbc1f348b"><code>2b4adae</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/78c2be4ca0b69cddb5825b20309e35d4f54c6cf4"><code>78c2be4</code></a> Revert &quot;beta: feature/s3/transfermanager (S3 transfer manager v2) (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2988">#2988</a>)&quot;</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5c9d67c15ecc49b769f7ddab05f840e723e146ac"><code>5c9d67c</code></a> beta: feature/s3/transfermanager (S3 transfer manager v2) (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2988">#2988</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.1...config/v1.29.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/config&package-manager=go_modules&previous-version=1.29.1&new-version=1.29.3)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-31 19:48:59 +01:00
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.1 to 1.76.1 (#1971) Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.75.1 to 1.76.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0724e008a0dd0666c06d09ca230bdb3d65f32e33"><code>0724e00</code></a> Release 2025-02-10</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/23b8145ec7b1dfb2b2c05f1ec8731fcf2285f5b5"><code>23b8145</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c3d486ede2271922ffc8c0a66684b81ecef5234e"><code>c3d486e</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2c779e8557664aeeedfbe7ff530914e762731ef1"><code>2c779e8</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/02b7d048f36e496a74d7676d70cbea5614809ec4"><code>02b7d04</code></a> support crc64nvme in flex checksum (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3002">#3002</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/79953480f831a11d89db5b9956c6eb65d87c8137"><code>7995348</code></a> Release 2025-02-07</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c2e45b7e037af04ae291054779973daf1debd217"><code>c2e45b7</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7fc46acc6309127b8a1e8941718befffa486fbe5"><code>7fc46ac</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/94ef3328a7f119e950bde5089f5b2547ef7c3338"><code>94ef332</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a004ddd92d6b68c2caa37f6c710d789d9a86e6b2"><code>a004ddd</code></a> typo in connect.go error message (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2997">#2997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.75.1...service/s3/v1.76.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.75.1&new-version=1.76.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 22:33:45 +01:00
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.32 // indirect
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.2 to 1.74.1 (#1856) Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.73.2 to 1.74.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/676a8b1bf0174c8763e19d99b68b988e67e2d398"><code>676a8b1</code></a> Release 2025-01-24</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1737386a85235b72e9676ed261b72cddb61355df"><code>1737386</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3bc09da29fb3dd079526f7ed141520f69245e445"><code>3bc09da</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/cb98deef60318ce9a61cda159ebfb0166d88539b"><code>cb98dee</code></a> Fix flex checksum validation cfg (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2981">#2981</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/9c764018fe28b27912a0b976614d9e806e3f8268"><code>9c76401</code></a> fix bad changelog type</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ed8a3caa0df9ce36a5b60aebeee201187098d205"><code>ed8a3ca</code></a> Reduce fmt.Sprintf allocations in query encoding (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2919">#2919</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d5773a9a070873393eb2e7eed37bd647e12e1267"><code>d5773a9</code></a> Add FixUnmarshalIndividualSetValues option to DecoderOptions of dynamodb (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2896">#2896</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/58e23dc0311cec940749e34ddfc542dbb00ff7a3"><code>58e23dc</code></a> fix codegen test failing in main</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/640d919419375c1bb9041ffa6dd024b60243a1ed"><code>640d919</code></a> fix broken jmespath waiters in cloudwatch and autoscaling (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2984">#2984</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/613a6cfc607af8470ceec5b7391f9231fa1f98dd"><code>613a6cf</code></a> Optimize/directory traversal (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2970">#2970</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.73.2...service/s3/v1.74.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.73.2&new-version=1.74.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 20:21:06 +01:00
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.1 to 1.76.1 (#1971) Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.75.1 to 1.76.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0724e008a0dd0666c06d09ca230bdb3d65f32e33"><code>0724e00</code></a> Release 2025-02-10</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/23b8145ec7b1dfb2b2c05f1ec8731fcf2285f5b5"><code>23b8145</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c3d486ede2271922ffc8c0a66684b81ecef5234e"><code>c3d486e</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2c779e8557664aeeedfbe7ff530914e762731ef1"><code>2c779e8</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/02b7d048f36e496a74d7676d70cbea5614809ec4"><code>02b7d04</code></a> support crc64nvme in flex checksum (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3002">#3002</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/79953480f831a11d89db5b9956c6eb65d87c8137"><code>7995348</code></a> Release 2025-02-07</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c2e45b7e037af04ae291054779973daf1debd217"><code>c2e45b7</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7fc46acc6309127b8a1e8941718befffa486fbe5"><code>7fc46ac</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/94ef3328a7f119e950bde5089f5b2547ef7c3338"><code>94ef332</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a004ddd92d6b68c2caa37f6c710d789d9a86e6b2"><code>a004ddd</code></a> typo in connect.go error message (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2997">#2997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.75.1...service/s3/v1.76.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.75.1&new-version=1.76.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 22:33:45 +01:00
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.6.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.1 to 1.76.1 (#1971) Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.75.1 to 1.76.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0724e008a0dd0666c06d09ca230bdb3d65f32e33"><code>0724e00</code></a> Release 2025-02-10</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/23b8145ec7b1dfb2b2c05f1ec8731fcf2285f5b5"><code>23b8145</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c3d486ede2271922ffc8c0a66684b81ecef5234e"><code>c3d486e</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/2c779e8557664aeeedfbe7ff530914e762731ef1"><code>2c779e8</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/02b7d048f36e496a74d7676d70cbea5614809ec4"><code>02b7d04</code></a> support crc64nvme in flex checksum (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3002">#3002</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/79953480f831a11d89db5b9956c6eb65d87c8137"><code>7995348</code></a> Release 2025-02-07</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c2e45b7e037af04ae291054779973daf1debd217"><code>c2e45b7</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7fc46acc6309127b8a1e8941718befffa486fbe5"><code>7fc46ac</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/94ef3328a7f119e950bde5089f5b2547ef7c3338"><code>94ef332</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/a004ddd92d6b68c2caa37f6c710d789d9a86e6b2"><code>a004ddd</code></a> typo in connect.go error message (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2997">#2997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.75.1...service/s3/v1.76.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2/service/s3&package-manager=go_modules&previous-version=1.75.1&new-version=1.76.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 22:33:45 +01:00
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.13 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
Bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 (#1919) Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.12 to 4.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's releases</a>.</em></p> <blockquote> <h2>v4.25.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>chore: explicit revive rules by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1778">shirou/gopsutil#1778</a></li> <li>chore: call actions/checkout before actions/setup-go to benefit from native cache by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1779">shirou/gopsutil#1779</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/90e59961ca1cd462850ab7e3345bedc9b9559f4f"><code>90e5996</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1780">#1780</a> from shirou/dependabot/github_actions/actions/setup-...</li> <li><a href="https://github.com/shirou/gopsutil/commit/ee3a3d85a784981887049fb729acfc4ca41a73eb"><code>ee3a3d8</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1772">#1772</a> from shirou/dependabot/github_actions/actions/upload...</li> <li><a href="https://github.com/shirou/gopsutil/commit/a1359d4e1abd3d05ddf124945452244ceb269f10"><code>a1359d4</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1773">#1773</a> from shirou/dependabot/go_modules/github.com/ebiteng...</li> <li><a href="https://github.com/shirou/gopsutil/commit/8d6af6c6ed088c904230fa12c47883184b56e071"><code>8d6af6c</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1775">#1775</a> from shirou/dependabot/github_actions/advanced-secur...</li> <li><a href="https://github.com/shirou/gopsutil/commit/e826c61f60b435138ac46a63619f22a43c4f5556"><code>e826c61</code></a> chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0</li> <li><a href="https://github.com/shirou/gopsutil/commit/e7e2e9e4a8c97faf2531d86564212945c7c264c1"><code>e7e2e9e</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1779">#1779</a> from mmorel-35/remove-actions-cache</li> <li><a href="https://github.com/shirou/gopsutil/commit/644c48a15ad9179339c9e695c624d7cdf2cc87ca"><code>644c48a</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1778">#1778</a> from mmorel-35/golangci-lint/revive</li> <li><a href="https://github.com/shirou/gopsutil/commit/99d68e216010a3a8a305be7fe52fc507b0ba2b21"><code>99d68e2</code></a> chore: call actions/checkout before actions/setup-go to benefit from native c...</li> <li><a href="https://github.com/shirou/gopsutil/commit/d1977251f924c9b034bdaba452890d38a87aeaf0"><code>d197725</code></a> chore: explicit revive rules</li> <li><a href="https://github.com/shirou/gopsutil/commit/c8110d7c089cd41df0d97d782de670eb93e5e89c"><code>c8110d7</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1777">#1777</a> from shirou/dependabot/github_actions/golangci/golan...</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.12&new-version=4.25.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-08 01:12:50 +01:00
github.com/ebitengine/purego v0.8.2 // indirect
Bump github.com/golang-migrate/migrate/v4 from 4.17.1 to 4.18.1 (#376) Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.17.1 to 4.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-migrate/migrate/releases">github.com/golang-migrate/migrate/v4's releases</a>.</em></p> <blockquote> <h2>v4.18.1</h2> <h2>Changes</h2> <ul> <li>Update dktest from v0.4.2 to v0.4.3</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-migrate/migrate/compare/v4.18.0...v4.18.1">https://github.com/golang-migrate/migrate/compare/v4.18.0...v4.18.1</a></p> <h2>v4.18.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.21.0 to 0.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1074">golang-migrate/migrate#1074</a></li> <li>Make MySQL SetVersion compatible with sql_safe_update by <a href="https://github.com/maxmati"><code>@​maxmati</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1070">golang-migrate/migrate#1070</a></li> <li><a href="https://redirect.github.com/golang-migrate/migrate/issues/1104">#1104</a> Fix golanglint-ci lint config &amp; lint errors by <a href="https://github.com/Shion1305"><code>@​Shion1305</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1105">golang-migrate/migrate#1105</a></li> <li>🧑‍💻 improve error message for invalid source, database, resolves: <a href="https://redirect.github.com/golang-migrate/migrate/issues/1102">#1102</a> by <a href="https://github.com/Shion1305"><code>@​Shion1305</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1103">golang-migrate/migrate#1103</a></li> <li>Upgrade go-sqlite3 to v1.14.22 by <a href="https://github.com/gjabell"><code>@​gjabell</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1098">golang-migrate/migrate#1098</a></li> <li>Fix redshift tests by <a href="https://github.com/dhui"><code>@​dhui</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1151">golang-migrate/migrate#1151</a></li> <li>chore: remove deprecated <code>rand.Seed()</code> in testing.docker by <a href="https://github.com/joschi"><code>@​joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1149">golang-migrate/migrate#1149</a></li> <li>build: use Go 1.23 to build the project by <a href="https://github.com/joschi"><code>@​joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1133">golang-migrate/migrate#1133</a></li> <li>fix(tests): fix Docker imports by <a href="https://github.com/joschi"><code>@​joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1153">golang-migrate/migrate#1153</a></li> <li>test(postgres): run tests with PostgreSQL 16 by <a href="https://github.com/joschi"><code>@​joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1126">golang-migrate/migrate#1126</a></li> <li>test(mysql): run tests with MySQL 8.0, 8.4, and 9.0 by <a href="https://github.com/joschi"><code>@​joschi</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1127">golang-migrate/migrate#1127</a></li> <li>Support .deb package for Noble Numbat (24.04) by <a href="https://github.com/muzammilar"><code>@​muzammilar</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1119">golang-migrate/migrate#1119</a></li> <li>Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1152">golang-migrate/migrate#1152</a></li> <li>CORRECTION DONE near m.Step(2) if you want to explicitly set the number of migrations to run by <a href="https://github.com/adityassharma-ss"><code>@​adityassharma-ss</code></a> in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1101">golang-migrate/migrate#1101</a></li> </ul> <p>A special thanks to <a href="https://github.com/joschi"><code>@​joschi</code></a> fixing tests and builds!</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/maxmati"><code>@​maxmati</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1070">golang-migrate/migrate#1070</a></li> <li><a href="https://github.com/Shion1305"><code>@​Shion1305</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1105">golang-migrate/migrate#1105</a></li> <li><a href="https://github.com/gjabell"><code>@​gjabell</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1098">golang-migrate/migrate#1098</a></li> <li><a href="https://github.com/joschi"><code>@​joschi</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1149">golang-migrate/migrate#1149</a></li> <li><a href="https://github.com/muzammilar"><code>@​muzammilar</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1119">golang-migrate/migrate#1119</a></li> <li><a href="https://github.com/adityassharma-ss"><code>@​adityassharma-ss</code></a> made their first contribution in <a href="https://redirect.github.com/golang-migrate/migrate/pull/1101">golang-migrate/migrate#1101</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.17.2">https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.17.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-migrate/migrate/commit/555501f7cdbf52a34bf66d49eb37eb72b22b2a85"><code>555501f</code></a> Update dktest from v0.4.2 to v0.4.3</li> <li><a href="https://github.com/golang-migrate/migrate/commit/d5eb594426c00e26024d5824ee2db92b23de140a"><code>d5eb594</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1101">#1101</a> from adityassharma-ss/patch-1</li> <li><a href="https://github.com/golang-migrate/migrate/commit/67c71f9a9d602a600873762f49e643d3975d89e7"><code>67c71f9</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1152">#1152</a> from golang-migrate/dependabot/go_modules/google.gol...</li> <li><a href="https://github.com/golang-migrate/migrate/commit/1e02b42a7a32cf14f3c0068eb32eb8591f70c97b"><code>1e02b42</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1119">#1119</a> from muzammilar/add-noble-numbat</li> <li><a href="https://github.com/golang-migrate/migrate/commit/5b6f623dec0bc0c804fbcea5f2b21367f40e62ce"><code>5b6f623</code></a> Bump google.golang.org/grpc from 1.64.0 to 1.64.1</li> <li><a href="https://github.com/golang-migrate/migrate/commit/ddd7fa61dad2e5ecf6785eb1b03ead5bc1af83c9"><code>ddd7fa6</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1127">#1127</a> from joschi/tests-mysql-9</li> <li><a href="https://github.com/golang-migrate/migrate/commit/7e8f6be051309f99a8ea84ee7b2c69da0623cedf"><code>7e8f6be</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1126">#1126</a> from joschi/tests-postgres-16</li> <li><a href="https://github.com/golang-migrate/migrate/commit/65a3bd56cca7a6ad6072e4593fbda57f79eac97c"><code>65a3bd5</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1153">#1153</a> from joschi/fix-docker-imports</li> <li><a href="https://github.com/golang-migrate/migrate/commit/e40e64c4acea524918036dcf47d2600c818ff84d"><code>e40e64c</code></a> Merge pull request <a href="https://redirect.github.com/golang-migrate/migrate/issues/1133">#1133</a> from joschi/go-1.23</li> <li><a href="https://github.com/golang-migrate/migrate/commit/6ceb5a946734e7c80636462c5c3830175c8edb3c"><code>6ceb5a9</code></a> fix(tests): fix Docker imports</li> <li>Additional commits viewable in <a href="https://github.com/golang-migrate/migrate/compare/v4.17.1...v4.18.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-migrate/migrate/v4&package-manager=go_modules&previous-version=4.17.1&new-version=4.18.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 19:49:06 +02:00
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
Bump google.golang.org/api from 0.216.0 to 0.217.0 (#1745) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.216.0 to 0.217.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.217.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e">dfbc111</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e">473d170</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e">972ede2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc">18f18fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407">5085dcf</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e">dfbc111</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e">473d170</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e">972ede2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc">18f18fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407">5085dcf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0dc24d94fdcb0c97be6c26bcb1419346b0d40b30"><code>0dc24d9</code></a> chore(main): release 0.217.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2956">#2956</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/53755695515f06a5984629222cf809fa20d1248a"><code>5375569</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2959">#2959</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407"><code>5085dcf</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc"><code>18f18fc</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e"><code>972ede2</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e"><code>473d170</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e"><code>dfbc111</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.216.0&new-version=0.217.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 07:49:10 +01:00
github.com/google/s2a-go v0.1.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
Bump google.golang.org/api from 0.214.0 to 0.216.0 (#1705) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.216.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.216.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.215.0...v0.216.0">0.216.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06">fe72ad1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09">0386e0f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321">a04a14b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8">7ad3a5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9">d6e4f8d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f">01a17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e">d4f41c6</a>)</li> </ul> <h2>v0.215.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.215.0">0.215.0</a> (2025-01-01)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2933">#2933</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/509aecd4ef57f4f83cb3bde5381fafd9d52a564e">509aecd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2935">#2935</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b89d85ad602bdd272c14c9895c7325f657d8006a">b89d85a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2936">#2936</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c1849c7d02461cf2ac5a41af7312469aa3fdd549">c1849c7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2942">#2942</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d20ddf36c9127b7a64c52f30be0b2f807671b368">d20ddf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.215.0...v0.216.0">0.216.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06">fe72ad1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09">0386e0f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321">a04a14b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8">7ad3a5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9">d6e4f8d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f">01a17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e">d4f41c6</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.215.0">0.215.0</a> (2025-01-01)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2933">#2933</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/509aecd4ef57f4f83cb3bde5381fafd9d52a564e">509aecd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2935">#2935</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b89d85ad602bdd272c14c9895c7325f657d8006a">b89d85a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2936">#2936</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c1849c7d02461cf2ac5a41af7312469aa3fdd549">c1849c7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2942">#2942</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d20ddf36c9127b7a64c52f30be0b2f807671b368">d20ddf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/91e61ae982e22f35d3e607022e6936e8de39948b"><code>91e61ae</code></a> chore(main): release 0.216.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2952">#2952</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e"><code>d4f41c6</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f"><code>01a17b3</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9"><code>d6e4f8d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2ee9da3fa3bf93ebb3ee1ec442741ad813b99287"><code>2ee9da3</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2949">#2949</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8"><code>7ad3a5f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321"><code>a04a14b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09"><code>0386e0f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06"><code>fe72ad1</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/139725ea909de9d9a89110e085a92e1c3fcc7380"><code>139725e</code></a> chore: bump min Go version to 1.22 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2944">#2944</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.216.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.214.0&new-version=0.216.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 23:11:44 +01:00
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
2024-06-14 21:19:36 +02:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
2025-02-07 03:02:16 +01:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
2025-02-07 03:02:16 +01:00
github.com/rivo/uniseg v0.4.7 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
2024-06-14 21:19:36 +02:00
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/ubuntu/decorate v0.0.0-20230125165522-2d5b0a9bb117 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
go.opentelemetry.io/otel v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.34.0 // indirect
go.opentelemetry.io/otel/trace v1.34.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
Bump google.golang.org/api from 0.216.0 to 0.217.0 (#1745) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.216.0 to 0.217.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.217.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e">dfbc111</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e">473d170</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e">972ede2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc">18f18fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407">5085dcf</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">0.217.0</a> (2025-01-15)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e">dfbc111</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e">473d170</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e">972ede2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc">18f18fc</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407">5085dcf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0dc24d94fdcb0c97be6c26bcb1419346b0d40b30"><code>0dc24d9</code></a> chore(main): release 0.217.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2956">#2956</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/53755695515f06a5984629222cf809fa20d1248a"><code>5375569</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2959">#2959</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/5085dcfd8bdf85c96592513e669998f803ef0407"><code>5085dcf</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2962">#2962</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/18f18fc95e8bce658b37885a31701e0e700d0fbc"><code>18f18fc</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2960">#2960</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/972ede23d0b6f75f70e8bbc9d9924fc4be24fa6e"><code>972ede2</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2958">#2958</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/473d170a67e34ee3d21290465cd382f361c1591e"><code>473d170</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2957">#2957</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/dfbc111165fd6cf7d9c2b13c47f2168dea5a1c9e"><code>dfbc111</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2955">#2955</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.216.0...v0.217.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.216.0&new-version=0.217.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 07:49:10 +01:00
golang.org/x/net v0.34.0 // indirect
Bump google.golang.org/api from 0.214.0 to 0.216.0 (#1705) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.216.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.216.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.215.0...v0.216.0">0.216.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06">fe72ad1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09">0386e0f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321">a04a14b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8">7ad3a5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9">d6e4f8d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f">01a17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e">d4f41c6</a>)</li> </ul> <h2>v0.215.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.215.0">0.215.0</a> (2025-01-01)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2933">#2933</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/509aecd4ef57f4f83cb3bde5381fafd9d52a564e">509aecd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2935">#2935</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b89d85ad602bdd272c14c9895c7325f657d8006a">b89d85a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2936">#2936</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c1849c7d02461cf2ac5a41af7312469aa3fdd549">c1849c7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2942">#2942</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d20ddf36c9127b7a64c52f30be0b2f807671b368">d20ddf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.215.0...v0.216.0">0.216.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06">fe72ad1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09">0386e0f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321">a04a14b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8">7ad3a5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9">d6e4f8d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f">01a17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e">d4f41c6</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.215.0">0.215.0</a> (2025-01-01)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2933">#2933</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/509aecd4ef57f4f83cb3bde5381fafd9d52a564e">509aecd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2935">#2935</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b89d85ad602bdd272c14c9895c7325f657d8006a">b89d85a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2936">#2936</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c1849c7d02461cf2ac5a41af7312469aa3fdd549">c1849c7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2942">#2942</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d20ddf36c9127b7a64c52f30be0b2f807671b368">d20ddf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/91e61ae982e22f35d3e607022e6936e8de39948b"><code>91e61ae</code></a> chore(main): release 0.216.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2952">#2952</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e"><code>d4f41c6</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f"><code>01a17b3</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9"><code>d6e4f8d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2ee9da3fa3bf93ebb3ee1ec442741ad813b99287"><code>2ee9da3</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2949">#2949</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8"><code>7ad3a5f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321"><code>a04a14b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09"><code>0386e0f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06"><code>fe72ad1</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/139725ea909de9d9a89110e085a92e1c3fcc7380"><code>139725e</code></a> chore: bump min Go version to 1.22 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2944">#2944</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.216.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.214.0&new-version=0.216.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 23:11:44 +01:00
golang.org/x/oauth2 v0.25.0 // indirect
2025-02-08 01:11:40 +01:00
golang.org/x/sync v0.11.0 // indirect
golang.org/x/text v0.22.0 // indirect
Bump google.golang.org/api from 0.214.0 to 0.216.0 (#1705) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.216.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.216.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.215.0...v0.216.0">0.216.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06">fe72ad1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09">0386e0f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321">a04a14b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8">7ad3a5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9">d6e4f8d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f">01a17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e">d4f41c6</a>)</li> </ul> <h2>v0.215.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.215.0">0.215.0</a> (2025-01-01)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2933">#2933</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/509aecd4ef57f4f83cb3bde5381fafd9d52a564e">509aecd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2935">#2935</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b89d85ad602bdd272c14c9895c7325f657d8006a">b89d85a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2936">#2936</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c1849c7d02461cf2ac5a41af7312469aa3fdd549">c1849c7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2942">#2942</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d20ddf36c9127b7a64c52f30be0b2f807671b368">d20ddf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.215.0...v0.216.0">0.216.0</a> (2025-01-09)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06">fe72ad1</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09">0386e0f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321">a04a14b</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8">7ad3a5f</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9">d6e4f8d</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f">01a17b3</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e">d4f41c6</a>)</li> </ul> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.215.0">0.215.0</a> (2025-01-01)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2933">#2933</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/509aecd4ef57f4f83cb3bde5381fafd9d52a564e">509aecd</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2935">#2935</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b89d85ad602bdd272c14c9895c7325f657d8006a">b89d85a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2936">#2936</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/c1849c7d02461cf2ac5a41af7312469aa3fdd549">c1849c7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2942">#2942</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d20ddf36c9127b7a64c52f30be0b2f807671b368">d20ddf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/91e61ae982e22f35d3e607022e6936e8de39948b"><code>91e61ae</code></a> chore(main): release 0.216.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2952">#2952</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d4f41c6070fa7d976c2d70e2d2237d5d4f4ec39e"><code>d4f41c6</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2954">#2954</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/01a17b31be736d40369d7bfcb57b61c059aa5b7f"><code>01a17b3</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2953">#2953</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d6e4f8d04653d492c5e46fc9c65781c36215a5d9"><code>d6e4f8d</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2951">#2951</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2ee9da3fa3bf93ebb3ee1ec442741ad813b99287"><code>2ee9da3</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2949">#2949</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/7ad3a5f3ac65dc3531c421108e9ce5ffbd94a4c8"><code>7ad3a5f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2950">#2950</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a04a14b15482a1a19132482ee81ef6b795768321"><code>a04a14b</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2948">#2948</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/0386e0fba6d3ca3073953a1a8a95f658bc223d09"><code>0386e0f</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2947">#2947</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fe72ad1a338f479e121db2ff040787c8bff52c06"><code>fe72ad1</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2946">#2946</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/139725ea909de9d9a89110e085a92e1c3fcc7380"><code>139725e</code></a> chore: bump min Go version to 1.22 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2944">#2944</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.214.0...v0.216.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.214.0&new-version=0.216.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 23:11:44 +01:00
golang.org/x/time v0.9.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
Bump google.golang.org/api from 0.218.0 to 0.219.0 (#1881) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.218.0 to 0.219.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.219.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">0.219.0</a> (2025-01-28)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/76ccae7efe4a5f6c1453c11d52079302b6d68729">76ccae7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2979">#2979</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2ec3e56ec9fa7b84bac33cc59c17e4562336f8c1">2ec3e56</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2980">#2980</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b5187e53b13c4ccdce1915c4d7d05c6f4d42436e">b5187e5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2982">#2982</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d0e0254d3ebb7596798603ceb36c0b8bf9fa1a43">d0e0254</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2984">#2984</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/44a1c6521575250c75ad194dba2eb6a7b3066390">44a1c65</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2985">#2985</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/4e0515ad90003d4e792e62e4a5edd1c028f702b5">4e0515a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>option:</strong> Add warning about externally-provided credentials (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2978">#2978</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/45c35138b794e136a63b00666aff1b585a48a37c">45c3513</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">0.219.0</a> (2025-01-28)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/76ccae7efe4a5f6c1453c11d52079302b6d68729">76ccae7</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2979">#2979</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2ec3e56ec9fa7b84bac33cc59c17e4562336f8c1">2ec3e56</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2980">#2980</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/b5187e53b13c4ccdce1915c4d7d05c6f4d42436e">b5187e5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2982">#2982</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/d0e0254d3ebb7596798603ceb36c0b8bf9fa1a43">d0e0254</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2984">#2984</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/44a1c6521575250c75ad194dba2eb6a7b3066390">44a1c65</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2985">#2985</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/4e0515ad90003d4e792e62e4a5edd1c028f702b5">4e0515a</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>option:</strong> Add warning about externally-provided credentials (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2978">#2978</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/45c35138b794e136a63b00666aff1b585a48a37c">45c3513</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/a4ae12334e4faa2911015b505fc17ffd769d2bde"><code>a4ae123</code></a> chore(main): release 0.219.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2977">#2977</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/4e0515ad90003d4e792e62e4a5edd1c028f702b5"><code>4e0515a</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2985">#2985</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/bd2d03c33e6fa2202ff9dfa7a3b943912104b491"><code>bd2d03c</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2983">#2983</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/44a1c6521575250c75ad194dba2eb6a7b3066390"><code>44a1c65</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2984">#2984</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/d0e0254d3ebb7596798603ceb36c0b8bf9fa1a43"><code>d0e0254</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2982">#2982</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b5187e53b13c4ccdce1915c4d7d05c6f4d42436e"><code>b5187e5</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2980">#2980</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2ec3e56ec9fa7b84bac33cc59c17e4562336f8c1"><code>2ec3e56</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2979">#2979</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/45c35138b794e136a63b00666aff1b585a48a37c"><code>45c3513</code></a> docs(option): add warning about externally-provided credentials (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2978">#2978</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/76ccae7efe4a5f6c1453c11d52079302b6d68729"><code>76ccae7</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2976">#2976</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.219.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/api&package-manager=go_modules&previous-version=0.218.0&new-version=0.219.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-31 19:43:49 +01:00
google.golang.org/grpc v1.70.0 // indirect
google.golang.org/protobuf v1.36.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/kevinburke/ssh_config => github.com/wavetermdev/ssh_config v0.0.0-20241219203747-6409e4292f34
replace github.com/creack/pty => github.com/photostorm/pty v1.1.19-0.20230903182454-31354506054b