waveterm/go.sum

118 lines
10 KiB
Plaintext
Raw Normal View History

filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/0xrawsec/golang-utils v1.3.2 h1:ww4jrtHRSnX9xrGzJYbalx5nXoZewy4zPxiY+ubJgtg=
github.com/0xrawsec/golang-utils v1.3.2/go.mod h1:m7AzHXgdSAkFCD9tWWsApxNVxMlyy7anpPVOyT/yM7E=
github.com/alexflint/go-filemutex v1.3.0 h1:LgE+nTUWnQCyRKbpoceKZsPQbs84LivvgwUymZXdOcM=
github.com/alexflint/go-filemutex v1.3.0/go.mod h1:U0+VA/i30mGBlLCrFPGtTe9y6wGQfNAWPBTekHQ+c8A=
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/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#1189) Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.9 to 4.24.10. <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.24.10</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>[cpu][disk][netbsd] Generate arm-specific definitions by <a href="https://github.com/Lomanic"><code>@​Lomanic</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1731">shirou/gopsutil#1731</a></li> </ul> <h3>mem</h3> <ul> <li>fix(mem): possible memory leak on Windows by <a href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1722">shirou/gopsutil#1722</a></li> <li>feat(mem): Add windows commit stats by <a href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li> </ul> <h3>Other Changes</h3> <ul> <li>sensors: avoid passing nil pointer to CFArrayGetCount by <a href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1727">shirou/gopsutil#1727</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/aa9796d3d754cc700939236e2fa8c3a95374c61b"><code>aa9796d</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1723">#1723</a> from shirou/dependabot/go_modules/golang.org/x/sys-0...</li> <li><a href="https://github.com/shirou/gopsutil/commit/6be0508aeb80711cfb45a829590fb4b2b9972bba"><code>6be0508</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1739">#1739</a> from shirou/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/shirou/gopsutil/commit/137fd2acac96eba29ffb3a3965f62f4657a284fb"><code>137fd2a</code></a> chore(deps): bump actions/checkout from 4.2.1 to 4.2.2</li> <li><a href="https://github.com/shirou/gopsutil/commit/aa47e0fde03020f7f969bcfef708c6debb786b42"><code>aa47e0f</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1720">#1720</a> from n4nn31355/feat/win_mem_commit_total</li> <li><a href="https://github.com/shirou/gopsutil/commit/de435c37395e815dbc87143002a0eff3b89941ca"><code>de435c3</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1737">#1737</a> from shirou/dependabot/go_modules/github.com/ebiteng...</li> <li><a href="https://github.com/shirou/gopsutil/commit/9ae3f38658e489809c1e20e993d862e274bcb203"><code>9ae3f38</code></a> chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1</li> <li><a href="https://github.com/shirou/gopsutil/commit/a19cedeb30ceea8dff0407419509f00774629981"><code>a19cede</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1727">#1727</a> from uubulb/fix_sensors_darwin_arm64</li> <li><a href="https://github.com/shirou/gopsutil/commit/c9da2cc0aa2023fa764797bab6d7fac8e5f44eef"><code>c9da2cc</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1731">#1731</a> from Lomanic/issue1645</li> <li><a href="https://github.com/shirou/gopsutil/commit/44c71b62c0f39823b90203abe06c7460bf9fb23f"><code>44c71b6</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1722">#1722</a> from uubulb/fix_windows_mem</li> <li><a href="https://github.com/shirou/gopsutil/commit/30457973b514354fd25d1695d180913298cb7f7c"><code>3045797</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1735">#1735</a> from shirou/dependabot/github_actions/actions/upload...</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">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.9&new-version=4.24.10)](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-02 18:58:57 +01:00
github.com/ebitengine/purego v0.8.1 h1:sdRKd6plj7KYW33EH5As6YKfe8m9zbN9JMrOjNVF/BE=
github.com/ebitengine/purego v0.8.1/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
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 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
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 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
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/golang-migrate/migrate/v4 v4.18.1 h1:JML/k+t4tpHCpQTCAD62Nu43NUFzHY4CV3uAuvHGC+Y=
github.com/golang-migrate/migrate/v4 v4.18.1/go.mod h1:HAX6m3sQgcdO81tdjn5exv20+3Kb13cmGli1hrD6hks=
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
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 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/handlers v1.5.2 h1:cLTUSsNkgcwhgRqvCNmdbRWG0A3N4F+M2nWKdScwyEE=
github.com/gorilla/handlers v1.5.2/go.mod h1:dX+xVpaxdSw+q0Qek8SSsl3dfMk3jNddUkMzo0GtH0w=
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 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
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 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
2024-06-14 21:19:36 +02:00
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT4JLY=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
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 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM=
github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
2024-05-26 02:37:05 +02:00
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/photostorm/pty v1.1.19-0.20230903182454-31354506054b h1:cLGKfKb1uk0hxI0Q8L83UAJPpeJ+gSpn3cCU/tjd3eg=
github.com/photostorm/pty v1.1.19-0.20230903182454-31354506054b/go.mod h1:KO+FcPtyLAiRC0hJwreJVvfwc7vnNz77UxBTIGHdPVk=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
2024-06-14 21:19:36 +02:00
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Bump github.com/sashabaranov/go-openai from 1.32.5 to 1.35.6 (#1236) Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.32.5 to 1.35.6. <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.35.6</h2> <h2>What's Changed</h2> <ul> <li>Added Vector Store File List properties that allow for pagination by <a href="https://github.com/MattDavisRV"><code>@​MattDavisRV</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/891">sashabaranov/go-openai#891</a></li> <li>Support Attachments in MessageRequest by <a href="https://github.com/kodernubie"><code>@​kodernubie</code></a> in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/890">sashabaranov/go-openai#890</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MattDavisRV"><code>@​MattDavisRV</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/891">sashabaranov/go-openai#891</a></li> <li><a href="https://github.com/kodernubie"><code>@​kodernubie</code></a> made their first contribution in <a href="https://redirect.github.com/sashabaranov/go-openai/pull/890">sashabaranov/go-openai#890</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6">https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sashabaranov/go-openai/commit/6d066bb12dfbaa3cefa83f204c431fb0d0ef02fa"><code>6d066bb</code></a> Support Attachments in MessageRequest (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/890">#890</a>)</li> <li><a href="https://github.com/sashabaranov/go-openai/commit/f5e6e0e4fed1284bafa4805f6487e5b5f8a4ccd1"><code>f5e6e0e</code></a> Added Vector Store File List properties that allow for pagination (<a href="https://redirect.github.com/sashabaranov/go-openai/issues/891">#891</a>)</li> <li>See full diff in <a href="https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6">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.32.5&new-version=1.35.6)](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-08 19:20:32 +01:00
github.com/sashabaranov/go-openai v1.35.6 h1:oi0rwCvyxMxgFALDGnyqFTyCJm6n72OnEG3sybIFR0g=
github.com/sashabaranov/go-openai v1.35.6/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
2024-05-13 20:45:47 +02:00
github.com/sawka/txwrap v0.2.0 h1:V3LfvKVLULxcYSxdMguLwFyQFMEU9nFDJopg0ZkL+94=
github.com/sawka/txwrap v0.2.0/go.mod h1:wwQ2SQiN4U+6DU/iVPhbvr7OzXAtgZlQCIGuvOswEfA=
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#1189) Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.9 to 4.24.10. <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.24.10</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>[cpu][disk][netbsd] Generate arm-specific definitions by <a href="https://github.com/Lomanic"><code>@​Lomanic</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1731">shirou/gopsutil#1731</a></li> </ul> <h3>mem</h3> <ul> <li>fix(mem): possible memory leak on Windows by <a href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1722">shirou/gopsutil#1722</a></li> <li>feat(mem): Add windows commit stats by <a href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li> </ul> <h3>Other Changes</h3> <ul> <li>sensors: avoid passing nil pointer to CFArrayGetCount by <a href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1727">shirou/gopsutil#1727</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/aa9796d3d754cc700939236e2fa8c3a95374c61b"><code>aa9796d</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1723">#1723</a> from shirou/dependabot/go_modules/golang.org/x/sys-0...</li> <li><a href="https://github.com/shirou/gopsutil/commit/6be0508aeb80711cfb45a829590fb4b2b9972bba"><code>6be0508</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1739">#1739</a> from shirou/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/shirou/gopsutil/commit/137fd2acac96eba29ffb3a3965f62f4657a284fb"><code>137fd2a</code></a> chore(deps): bump actions/checkout from 4.2.1 to 4.2.2</li> <li><a href="https://github.com/shirou/gopsutil/commit/aa47e0fde03020f7f969bcfef708c6debb786b42"><code>aa47e0f</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1720">#1720</a> from n4nn31355/feat/win_mem_commit_total</li> <li><a href="https://github.com/shirou/gopsutil/commit/de435c37395e815dbc87143002a0eff3b89941ca"><code>de435c3</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1737">#1737</a> from shirou/dependabot/go_modules/github.com/ebiteng...</li> <li><a href="https://github.com/shirou/gopsutil/commit/9ae3f38658e489809c1e20e993d862e274bcb203"><code>9ae3f38</code></a> chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1</li> <li><a href="https://github.com/shirou/gopsutil/commit/a19cedeb30ceea8dff0407419509f00774629981"><code>a19cede</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1727">#1727</a> from uubulb/fix_sensors_darwin_arm64</li> <li><a href="https://github.com/shirou/gopsutil/commit/c9da2cc0aa2023fa764797bab6d7fac8e5f44eef"><code>c9da2cc</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1731">#1731</a> from Lomanic/issue1645</li> <li><a href="https://github.com/shirou/gopsutil/commit/44c71b62c0f39823b90203abe06c7460bf9fb23f"><code>44c71b6</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1722">#1722</a> from uubulb/fix_windows_mem</li> <li><a href="https://github.com/shirou/gopsutil/commit/30457973b514354fd25d1695d180913298cb7f7c"><code>3045797</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1735">#1735</a> from shirou/dependabot/github_actions/actions/upload...</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">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.9&new-version=4.24.10)](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-02 18:58:57 +01:00
github.com/shirou/gopsutil/v4 v4.24.10 h1:7VOzPtfw/5YDU+jLEoBwXwxJbQetULywoSV4RYY7HkM=
github.com/shirou/gopsutil/v4 v4.24.10/go.mod h1:s4D/wg+ag4rG0WO7AiTj2BeYCRhym0vM7DHbZRxnIT8=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=
github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M=
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 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
2024-06-14 21:19:36 +02:00
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
github.com/ubuntu/decorate v0.0.0-20230125165522-2d5b0a9bb117 h1:XQpsQG5lqRJlx4mUVHcJvyyc1rdTI9nHvwrdfcuy8aM=
github.com/ubuntu/decorate v0.0.0-20230125165522-2d5b0a9bb117/go.mod h1:mx0TjbqsaDD9DUT5gA1s3hw47U6RIbbIBfvGzR85K0g=
github.com/ubuntu/gowsl v0.0.0-20240906163211-049fd49bd93b h1:wFBKF5k5xbJQU8bYgcSoQ/ScvmYyq6KHUabAuVUjOWM=
github.com/ubuntu/gowsl v0.0.0-20240906163211-049fd49bd93b/go.mod h1:N1CYNinssZru+ikvYTgVbVeSi21thHUTCoJ9xMvWe+s=
2024-11-02 18:58:13 +01:00
github.com/wavetermdev/htmltoken v0.2.0 h1:sFVPPemlDv7/jg7n4Hx1AEF2m9MVAFjFpELWfhi/DlM=
github.com/wavetermdev/htmltoken v0.2.0/go.mod h1:5FM0XV6zNYiNza2iaTcFGj+hnMtgqumFHO31Z8euquk=
github.com/wavetermdev/ssh_config v0.0.0-20241027232332-ed124367682d h1:ArHaUBaiQWUqBzM2G/oLlm3Be0kwUMDt9vTNOWIfOd0=
github.com/wavetermdev/ssh_config v0.0.0-20241027232332-ed124367682d/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7DmvbW9P4hIVx2Kg4M=
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#953) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.28.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/adef4cc1a8c2ca4da1b1f4e6c976b59ca22dbfb8"><code>adef4cc</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/a0819fbb0244af70857f03b6984e1d4f93e6cabf"><code>a0819fb</code></a> sha3: fix cSHAKE initialization for extremely large N and or S</li> <li><a href="https://github.com/golang/crypto/commit/42ee18b963777d907bbef3e59665cf80968d57e6"><code>42ee18b</code></a> ssh: return ServerAuthError after too many auth failures</li> <li><a href="https://github.com/golang/crypto/commit/9e92970a1eb41e446822e037016aa89d24c0ce7a"><code>9e92970</code></a> bn256: add missing symbols in comment</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.27.0...v0.28.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.27.0&new-version=0.28.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-10-04 19:34:02 +02:00
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
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
golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo=
golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0=
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220721230656-c6bc011c0c49/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
Bump golang.org/x/term from 0.25.0 to 0.26.0 (#1238) Bumps [golang.org/x/term](https://github.com/golang/term) from 0.25.0 to 0.26.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/b725e362a8129d135cfc48159c4c4117f2cdc3b6"><code>b725e36</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/54df7da90da86330bfdf9c8d1b1f0711d906e64f"><code>54df7da</code></a> README: don't recommend go get</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.25.0...v0.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/term&package-manager=go_modules&previous-version=0.25.0&new-version=0.26.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-08 19:21:07 +01:00
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU=
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
2024-06-14 21:19:36 +02:00
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=