[PR #1091] [CLOSED] chore(deps): bump the all group with 11 updates #984

Closed
opened 2026-02-25 23:36:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/1091
Author: @dependabot[bot]
Created: 4/1/2025
Status: Closed

Base: masterHead: dependabot/go_modules/all-78a9d92fd3


📝 Commits (1)

  • 6e1b7d0 chore(deps): bump the all group with 11 updates

📊 Changes

2 files changed (+90 additions, -90 deletions)

View changed files

📝 go.mod (+28 -25)
📝 go.sum (+62 -65)

📄 Description

Bumps the all group with 11 updates:

Package From To
github.com/go-sql-driver/mysql 1.9.0 1.9.1
github.com/gofrs/uuid/v5 5.3.1 5.3.2
github.com/golang-jwt/jwt/v5 5.2.1 5.2.2
github.com/huandu/go-sqlbuilder 1.34.0 1.35.0
github.com/spf13/afero 1.12.0 1.14.0
github.com/testcontainers/testcontainers-go 0.35.0 0.36.0
golang.org/x/crypto 0.35.0 0.36.0
golang.org/x/image 0.24.0 0.25.0
golang.org/x/net 0.36.0 0.38.0
golang.org/x/term 0.29.0 0.30.0
modernc.org/sqlite 1.36.0 1.37.0

Updates github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.9.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

v1.9.1 (2025-03-21)

Major Changes

  • Add Charset() option. (#1679)

Bugfixes

  • go.mod: fix go version format (#1682)
  • Fix FormatDSN missing ConnectionAttributes (#1619)
Commits

Updates github.com/gofrs/uuid/v5 from 5.3.1 to 5.3.2

Release notes

Sourced from github.com/gofrs/uuid/v5's releases.

v5.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2

Commits
  • a85a526 Improve performance of FromBytesOrNil (#206)
  • 1404e37 Merge pull request #205 from gofrs/dependabot/github_actions/all-3cda599c10
  • 1768f76 Bump the all group with 3 updates
  • 9d8c586 Bump the all group across 1 directory with 4 updates (#204)
  • 4be0733 Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group (#200)
  • 143be6a Merge pull request #201 from kohenkatz/fixes_195
  • 9844d64 doc: clarify comment in test
  • See full diff in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2

Commits

Updates github.com/huandu/go-sqlbuilder from 1.34.0 to 1.35.0

Release notes

Sourced from github.com/huandu/go-sqlbuilder's releases.

v1.35.0

What's Changed

  • NEW: New flavor Doris, which is a dialect of MySQL. See discussion in #192 for details.
  • FIX: the order of LIMIT and OFFSET clauses when using the Presto flavor #195 in #196

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0

Commits
  • dad603c fix #192 Add new flavor Doris
  • 3e72c6a Merge pull request #196 from barweiss/fix-presto-limit-and-offset-order
  • baa3920 Add some in-code documentation
  • a7c1eeb Fix the order of LIMIT and OFFSET clauses when using the Presto flavor (issue...
  • See full diff in compare view

Updates github.com/spf13/afero from 1.12.0 to 1.14.0

Release notes

Sourced from github.com/spf13/afero's releases.

v1.14.0

What's Changed

Full Changelog: https://github.com/spf13/afero/compare/v1.13.0...v1.14.0

v1.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/afero/compare/v1.12.0...v1.13.0

Commits
  • ea38482 Merge pull request #462 from spf13/dependencies
  • a9aaabc docs: add release instructions
  • d3a70b6 ci: run tests for submodules
  • 2af1925 feat: split gcsfs and sftpfs into separate modules
  • dbd6f61 Merge pull request #477 from spf13/update-dependencies
  • 83b8a55 update readme
  • bf3bd73 update dependencies
  • 464bc98 Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...
  • da239a4 Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
  • 523f621 Merge pull request #461 from spf13/go124
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.35.0 to 0.36.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.36.0

What's Changed

⚠️ Breaking Changes

  • feat(azure)!: add Azurite, EventHubs and ServiceBus in the new Azure module, deprecating the old Azurite module (#3008) @​mdelapenya

Users of the old Azurite module must update their code to use the new Azure module instead, which contains the same functionality under the azurite sub-package. We took this opportunity to remove the unnecessarily exported Settings field from the Azurite container type, so users of the Azurite container type must update their code to simply do not use that field.

  • chore(deps)!: bump github.com/docker/docker from 27.1.1+incompatible to 28.0.1+incompatible (#3017) @dependabot[bot]

Bumping the Docker package to a newer major version came with lots of benefits, but also some breaking changes. For that reason, users of the following container methods and types must update their code to use the new types and methods instead:

  • Container.Inspect: the return type has been changed from types.ContainerJSON to container.InspectResponse.
  • Container.State: the return type has been changed from types.ContainerState to container.State.
  • DockerProvider.ContainerFromType: the method signature has been changed to accept a container.Summary instead of a types.Container. At the same time, if consuming Docker types or methods, users must update their code to use the new types and methods instead. As a good rule of thumb, users of the "github.com/docker/docker/api/types" package must update their code to use "github.com/docker/docker/api/types/container" instead.

Users of the deprecated DockerCompose type from the compose module must update their code to use DockerComposer instead. The former unexported dockerCompose type has been renamed to DockerCompose. This breaking change was done because returning an un-exported type from a constructor function limits the flexibility and usability of the returned instance. Callers could use the exported methods, but could not declare variables of that type, pass instances to other functions, or embed them in structs without exposing the constructor itself. This breaking change was needed to improve the usability of the compose module.

Users of the testcontainers.Logging variable and the testcontainers.TestLogger function must update their code to use the new log.Default() logger instance and the log.TestLogger() function instead, and users of the testcontainers.Logger interface must update their code to use the new log.Logger interface instead. The new log package allows users to set a custom logger instance calling the log.SetDefault(l log.Logger) function. This breaking change was needed to improve the usability of the logging functionality when using the testcontainers package.

Users of the NATS module and the ConnectionString type must remove the variadic arguments from the ConnectionString method. This breaking change was needed because those arguments weren't in use.

We fixed a typo in the exported field of the ContainerRequest struct, so users of the EnpointSettingsModifier type must update their code to use the EndpointSettingsModifier type instead.

🔒 Security

🚀 Features

... (truncated)

Commits
  • a0e3b71 chore: use new version (v0.36.0) in modules and examples
  • 3298e9a chore: dockerise docs build (#3060)
  • 5334660 chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb...
  • 82c37e2 chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (#3057)
  • 615aa5d chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (#3052)
  • bdbdf3e chore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (#3056)
  • 4bfd24c chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)
  • 6ab30fe chore(deps): bump golang.org/x/net in /modules/scylladb (#3058)
  • 802d143 chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)
  • b88be99 chore(deps): bump golang.org/x/net in /modules/databend (#3055)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.35.0 to 0.36.0

Commits
  • 49bf5b8 go.mod: update golang.org/x dependencies
  • 24852b6 ssh: add decode support for banners
  • bbc689c ssh: use a more straightforward return value
  • See full diff in compare view

Updates golang.org/x/image from 0.24.0 to 0.25.0

Commits
  • e7e23ba go.mod: update golang.org/x dependencies
  • 58efddc all: use a more straightforward return value
  • ef6c1ab all: upgrade go directive to at least 1.23.0 [generated]
  • See full diff in compare view

Updates golang.org/x/net from 0.36.0 to 0.38.0

Commits
  • e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign...
  • ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
  • 1f1fa29 publicsuffix: regenerate table
  • 1215081 http2: improve error when server sends HTTP/1
  • 312450e html: ensure <search> tag closes <p> and update tests
  • 09731f9 http2: improve handling of lost PING in Server
  • 55989e2 http2/h2c: use ResponseController for hijacking connections
  • 2914f46 websocket: re-recommend gorilla/websocket
  • 99b3ae0 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates golang.org/x/term from 0.29.0 to 0.30.0

Commits
  • 04218fd go.mod: update golang.org/x dependencies
  • 208db03 all: upgrade go directive to at least 1.23.0 [generated]
  • See full diff in compare view

Updates modernc.org/sqlite from 1.36.0 to 1.37.0

Commits

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/1091 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-78a9d92fd3` --- ### 📝 Commits (1) - [`6e1b7d0`](https://github.com/go-shiori/shiori/commit/6e1b7d06d7c7dd0b880945525dfe5a4aecc1134b) chore(deps): bump the all group with 11 updates ### 📊 Changes **2 files changed** (+90 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+28 -25) 📝 `go.sum` (+62 -65) </details> ### 📄 Description Bumps the all group with 11 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.9.0` | `1.9.1` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.1` | `5.3.2` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.1` | `5.2.2` | | [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | `1.34.0` | `1.35.0` | | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.12.0` | `1.14.0` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.36.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.35.0` | `0.36.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.24.0` | `0.25.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.36.0` | `0.38.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.29.0` | `0.30.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.36.0` | `1.37.0` | Updates `github.com/go-sql-driver/mysql` from 1.9.0 to 1.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/releases">github.com/go-sql-driver/mysql's releases</a>.</em></p> <blockquote> <h2>v1.9.1</h2> <h2>What's Changed</h2> <ul> <li>add Charset() option by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1679">go-sql-driver/mysql#1679</a></li> <li>Fix FormatDSN missing ConnectionAttributes by <a href="https://github.com/bogcon"><code>@​bogcon</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1619">go-sql-driver/mysql#1619</a></li> <li>go.mod: fix go version format by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1682">go-sql-driver/mysql#1682</a></li> <li>release v1.9.1 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1683">go-sql-driver/mysql#1683</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bogcon"><code>@​bogcon</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1619">go-sql-driver/mysql#1619</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1">https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md">github.com/go-sql-driver/mysql's changelog</a>.</em></p> <blockquote> <h2>v1.9.1 (2025-03-21)</h2> <h3>Major Changes</h3> <ul> <li>Add Charset() option. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1679">#1679</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>go.mod: fix go version format (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1682">#1682</a>)</li> <li>Fix FormatDSN missing ConnectionAttributes (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1619">#1619</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/1fbafa8082dab81e2c2e8caeb55d569dfeafcf94"><code>1fbafa8</code></a> release v1.9.1 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1683">#1683</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/b84ac5af9c77b13e4c6417e484cbed087cd672f3"><code>b84ac5a</code></a> go.mod: fix go version format (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1682">#1682</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/88ff88b5915d34bde2b2c59991c586abb8ea9eca"><code>88ff88b</code></a> Fix FormatDSN missing ConnectionAttributes (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1619">#1619</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/c87981610c07572d94be59d39550be1e3b1b5bb3"><code>c879816</code></a> add Charset() option (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1679">#1679</a>)</li> <li>See full diff in <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.3.1 to 5.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gofrs/uuid/releases">github.com/gofrs/uuid/v5's releases</a>.</em></p> <blockquote> <h2>v5.3.2</h2> <h2>What's Changed</h2> <ul> <li>Minor comment fix by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/201">gofrs/uuid#201</a></li> <li>Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/200">gofrs/uuid#200</a></li> <li>Bump the all group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/204">gofrs/uuid#204</a></li> <li>Bump the all group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/205">gofrs/uuid#205</a></li> <li>Improve performance of FromBytesOrNil by <a href="https://github.com/gaffneyc"><code>@​gaffneyc</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/206">gofrs/uuid#206</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaffneyc"><code>@​gaffneyc</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/206">gofrs/uuid#206</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2">https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/a85a52659427f1ffb8677b19cf0a3b8939ef5362"><code>a85a526</code></a> Improve performance of FromBytesOrNil (<a href="https://redirect.github.com/gofrs/uuid/issues/206">#206</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/1404e370c7cf86bdfa6d3ee6767f6098c63d6715"><code>1404e37</code></a> Merge pull request <a href="https://redirect.github.com/gofrs/uuid/issues/205">#205</a> from gofrs/dependabot/github_actions/all-3cda599c10</li> <li><a href="https://github.com/gofrs/uuid/commit/1768f766e7087c98ffbc339cda88d182a593e4c9"><code>1768f76</code></a> Bump the all group with 3 updates</li> <li><a href="https://github.com/gofrs/uuid/commit/9d8c5869f74cd1c6c7da17a363f5d9acc3678fa7"><code>9d8c586</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/204">#204</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/4be0733cc4096bc6cfe85c1f3c0a0c852cc03b70"><code>4be0733</code></a> Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/200">#200</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/143be6a3efd227688538193e13ec7cef543c2639"><code>143be6a</code></a> Merge pull request <a href="https://redirect.github.com/gofrs/uuid/issues/201">#201</a> from kohenkatz/fixes_195</li> <li><a href="https://github.com/gofrs/uuid/commit/9844d64fb3a04f2d4c0c7241d8220b92f86dfd55"><code>9844d64</code></a> doc: clarify comment in test</li> <li>See full diff in <a href="https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/golang-jwt/jwt/v5` from 5.2.1 to 5.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v5's releases</a>.</em></p> <blockquote> <h2>v5.2.2</h2> <h2>What's Changed</h2> <ul> <li>Fixed <a href="https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp">https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp</a> by <a href="https://github.com/mfridman"><code>@​mfridman</code></a></li> <li>Fixed some typos by <a href="https://github.com/Ashikpaul"><code>@​Ashikpaul</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/382">golang-jwt/jwt#382</a></li> <li>build: add go1.22 to ci workflows by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/383">golang-jwt/jwt#383</a></li> <li>Bump golangci/golangci-lint-action from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/387">golang-jwt/jwt#387</a></li> <li>Bump golangci/golangci-lint-action from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/389">golang-jwt/jwt#389</a></li> <li>chore: bump ci tests to include go1.23 by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/405">golang-jwt/jwt#405</a></li> <li>Fix jwt -show by <a href="https://github.com/AlexanderYastrebov"><code>@​AlexanderYastrebov</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/406">golang-jwt/jwt#406</a></li> <li>docs: typo by <a href="https://github.com/kvii"><code>@​kvii</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/407">golang-jwt/jwt#407</a></li> <li>Update SECURITY.md by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/416">golang-jwt/jwt#416</a></li> <li>Update <code>jwt.Parse</code> example to use <code>jwt.WithValidMethods</code> by <a href="https://github.com/mattt"><code>@​mattt</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/425">golang-jwt/jwt#425</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ashikpaul"><code>@​Ashikpaul</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/382">golang-jwt/jwt#382</a></li> <li><a href="https://github.com/kvii"><code>@​kvii</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/407">golang-jwt/jwt#407</a></li> <li><a href="https://github.com/mattt"><code>@​mattt</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/425">golang-jwt/jwt#425</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2">https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"><code>0951d18</code></a> Merge commit from fork</li> <li><a href="https://github.com/golang-jwt/jwt/commit/c035977d9e11c351f4c05dfeae193923cbab49ee"><code>c035977</code></a> Update Parse example to use WithValidMethods (<a href="https://redirect.github.com/golang-jwt/jwt/issues/425">#425</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/bc8bdca5cced1caa9787e4a1c313a3538544c877"><code>bc8bdca</code></a> Update SECURITY.md (<a href="https://redirect.github.com/golang-jwt/jwt/issues/416">#416</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/5ec246c074b71790eec1f2e05b54daf6ec29ec5f"><code>5ec246c</code></a> docs: typo (<a href="https://redirect.github.com/golang-jwt/jwt/issues/407">#407</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/0123f1ad66cbc45013dbfba6eff0cd81472bfc12"><code>0123f1a</code></a> Fix jwt -show (<a href="https://redirect.github.com/golang-jwt/jwt/issues/406">#406</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/f961c72abd3b91442a9ab3d3e356bf547636e89b"><code>f961c72</code></a> chore: bump ci tests to include go1.23 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/405">#405</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/62e504c2810b67f6b97313424411cfffb25e41b0"><code>62e504c</code></a> Bump golangci/golangci-lint-action from 5 to 6 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/389">#389</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/1a56dcf532089fc2bb723a3cb4076a4e45cb1c1a"><code>1a56dcf</code></a> Bump golangci/golangci-lint-action from 4 to 5 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/387">#387</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/c8043eab61f0ec5bdd924c1c30caf164a9bb2c66"><code>c8043ea</code></a> build: add go1.22 to ci workflows (<a href="https://redirect.github.com/golang-jwt/jwt/issues/383">#383</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/7c3f6dc56316e5e222a9df9612ec04243189a989"><code>7c3f6dc</code></a> Update README.md (<a href="https://redirect.github.com/golang-jwt/jwt/issues/382">#382</a>)</li> <li>See full diff in <a href="https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/huandu/go-sqlbuilder` from 1.34.0 to 1.35.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huandu/go-sqlbuilder/releases">github.com/huandu/go-sqlbuilder's releases</a>.</em></p> <blockquote> <h2>v1.35.0</h2> <h2>What's Changed</h2> <ul> <li>NEW: New flavor <code>Doris</code>, which is a dialect of <code>MySQL</code>. See discussion in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/192">#192</a> for details.</li> <li>FIX: the order of LIMIT and OFFSET clauses when using the Presto flavor <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/195">#195</a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/196">#196</a> <ul> <li>Thanks for your contribution, <a href="https://github.com/barweiss"><code>@​barweiss</code></a>.</li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/barweiss"><code>@​barweiss</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/196">#196</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0">https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/dad603cd146bc2768f8d26ed7099876d61461074"><code>dad603c</code></a> fix <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/192">#192</a> Add new flavor Doris</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/3e72c6ab268262e11636814eff036c93f14af389"><code>3e72c6a</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/196">#196</a> from barweiss/fix-presto-limit-and-offset-order</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/baa39209c6b3edc9581cfb322015a45435a20eb8"><code>baa3920</code></a> Add some in-code documentation</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/a7c1eebcbc96c8ecef15a30978091aae71f229c9"><code>a7c1eeb</code></a> Fix the order of LIMIT and OFFSET clauses when using the Presto flavor (issue...</li> <li>See full diff in <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/afero` from 1.12.0 to 1.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/afero/releases">github.com/spf13/afero's releases</a>.</em></p> <blockquote> <h2>v1.14.0</h2> <h2>What's Changed</h2> <ul> <li>Split gcsfs and sftpfs into separate modules by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/462">spf13/afero#462</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/afero/compare/v1.13.0...v1.14.0">https://github.com/spf13/afero/compare/v1.13.0...v1.14.0</a></p> <h2>v1.13.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/setup-go from 5.2.0 to 5.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/446">spf13/afero#446</a></li> <li>Bump golangci/golangci-lint-action from 6.1.1 to 6.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/451">spf13/afero#451</a></li> <li>Bump golang.org/x/text from 0.21.0 to 0.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/452">spf13/afero#452</a></li> <li>Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/453">spf13/afero#453</a></li> <li>Bump golangci/golangci-lint-action from 6.3.0 to 6.3.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/459">spf13/afero#459</a></li> <li>Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/455">spf13/afero#455</a></li> <li>Bump golangci/golangci-lint-action from 6.3.3 to 6.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/460">spf13/afero#460</a></li> <li>ci: add Go 1.24 to the test matrix by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/461">spf13/afero#461</a></li> <li>Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/473">spf13/afero#473</a></li> <li>Update dependencies by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/477">spf13/afero#477</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/afero/pull/446">spf13/afero#446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/afero/compare/v1.12.0...v1.13.0">https://github.com/spf13/afero/compare/v1.12.0...v1.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/afero/commit/ea38482beffb2485aed022e0c1ed3b4b561f67b6"><code>ea38482</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/462">#462</a> from spf13/dependencies</li> <li><a href="https://github.com/spf13/afero/commit/a9aaabc51a41042d41595255ba13d62fdefd4561"><code>a9aaabc</code></a> docs: add release instructions</li> <li><a href="https://github.com/spf13/afero/commit/d3a70b6f8258ab362e5190c01c21ade617fad9ec"><code>d3a70b6</code></a> ci: run tests for submodules</li> <li><a href="https://github.com/spf13/afero/commit/2af192559d89b03611b3ce4c70f9a72ec01f0439"><code>2af1925</code></a> feat: split gcsfs and sftpfs into separate modules</li> <li><a href="https://github.com/spf13/afero/commit/dbd6f6174e148a5b54b151b4cfc31dc8a4423451"><code>dbd6f61</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/477">#477</a> from spf13/update-dependencies</li> <li><a href="https://github.com/spf13/afero/commit/83b8a558532728814aafd233cbfd9e9642abe7af"><code>83b8a55</code></a> update readme</li> <li><a href="https://github.com/spf13/afero/commit/bf3bd7346b551cccadf936d821b982799daa6843"><code>bf3bd73</code></a> update dependencies</li> <li><a href="https://github.com/spf13/afero/commit/464bc9859a5863a4c49e18b973b1398c0ac465f3"><code>464bc98</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/473">#473</a> from spf13/dependabot/github_actions/golangci/golangc...</li> <li><a href="https://github.com/spf13/afero/commit/da239a4ded2831f87f4df336563d3d4b8bd1abaf"><code>da239a4</code></a> Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1</li> <li><a href="https://github.com/spf13/afero/commit/523f621845f8f2bd5aebb28650957b06b8778598"><code>523f621</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/461">#461</a> from spf13/go124</li> <li>Additional commits viewable in <a href="https://github.com/spf13/afero/compare/v1.12.0...v1.14.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/testcontainers/testcontainers-go` from 0.35.0 to 0.36.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go's releases</a>.</em></p> <blockquote> <h2>v0.36.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>feat(azure)!: add Azurite, EventHubs and ServiceBus in the new Azure module, deprecating the old Azurite module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3008">#3008</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <blockquote> <p>Users of the old Azurite module must update their code to use the new Azure module instead, which contains the same functionality under the <code>azurite</code> sub-package. We took this opportunity to remove the unnecessarily exported <code>Settings</code> field from the <code>Azurite</code> container type, so users of the <code>Azurite</code> container type must update their code to simply do not use that field.</p> </blockquote> <ul> <li>chore(deps)!: bump github.com/docker/docker from 27.1.1+incompatible to 28.0.1+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3017">#3017</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <blockquote> <p>Bumping the Docker package to a newer major version came with lots of benefits, but also some breaking changes. For that reason, users of the following container methods and types must update their code to use the new types and methods instead:</p> <ul> <li><code>Container.Inspect</code>: the return type has been changed from <code>types.ContainerJSON</code> to <code>container.InspectResponse</code>.</li> <li><code>Container.State</code>: the return type has been changed from <code>types.ContainerState</code> to <code>container.State</code>.</li> <li><code>DockerProvider.ContainerFromType</code>: the method signature has been changed to accept a <code>container.Summary</code> instead of a <code>types.Container</code>. At the same time, if consuming Docker types or methods, users must update their code to use the new types and methods instead. As a good rule of thumb, users of the <code>&quot;github.com/docker/docker/api/types&quot;</code> package must update their code to use <code>&quot;github.com/docker/docker/api/types/container&quot;</code> instead.</li> </ul> </blockquote> <ul> <li>chore!: export DockerCompose type in compose package (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2953">#2953</a>) <a href="https://github.com/jasonyunicorn"><code>@​jasonyunicorn</code></a></li> </ul> <blockquote> <p>Users of the deprecated <code>DockerCompose</code> type from the <code>compose</code> module must update their code to use <code>DockerComposer</code> instead. The former unexported <code>dockerCompose</code> type has been renamed to <code>DockerCompose</code>. This breaking change was done because returning an un-exported type from a constructor function limits the flexibility and usability of the returned instance. Callers could use the exported methods, but could not declare variables of that type, pass instances to other functions, or embed them in structs without exposing the constructor itself. This breaking change was needed to improve the usability of the <code>compose</code> module.</p> </blockquote> <ul> <li>feat!: log package for consistent output (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2979">#2979</a>) <a href="https://github.com/KenxinKun"><code>@​KenxinKun</code></a></li> </ul> <blockquote> <p>Users of the <code>testcontainers.Logging</code> variable and the <code>testcontainers.TestLogger</code> function must update their code to use the new <code>log.Default()</code> logger instance and the <code>log.TestLogger()</code> function instead, and users of the <code>testcontainers.Logger</code> interface must update their code to use the new <code>log.Logger</code> interface instead. The new <code>log</code> package allows users to set a custom logger instance calling the <code>log.SetDefault(l log.Logger)</code> function. This breaking change was needed to improve the usability of the logging functionality when using the <code>testcontainers</code> package.</p> </blockquote> <ul> <li>chore(nats)!: remove variadic arguments from nats ConnectionString (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2967">#2967</a>) <a href="https://github.com/jasonyunicorn"><code>@​jasonyunicorn</code></a></li> </ul> <blockquote> <p>Users of the NATS module and the <code>ConnectionString</code> type must remove the variadic arguments from the <code>ConnectionString</code> method. This breaking change was needed because those arguments weren't in use.</p> </blockquote> <ul> <li>chore!: rename EnpointSettingsModifier to EndpointSettingsModifier (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2941">#2941</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> </ul> <blockquote> <p>We fixed a typo in the exported field of the <code>ContainerRequest</code> struct, so users of the <code>EnpointSettingsModifier</code> type must update their code to use the <code>EndpointSettingsModifier</code> type instead.</p> </blockquote> <h2>🔒 Security</h2> <ul> <li>chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3059">#3059</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/scylladb (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3058">#3058</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/databend (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3055">#3055</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2961">#2961</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(azure)!: add Azurite, EventHubs and ServiceBus in the new Azure module, deprecating the old Azurite module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3008">#3008</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat(modules): add dind module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3004">#3004</a>) <a href="https://github.com/acouvreur"><code>@​acouvreur</code></a></li> <li>feat: add ScyllaDB module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2992">#2992</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat(mssql): add WithInitSQL function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2988">#2988</a>) <a href="https://github.com/MattiasMTS"><code>@​MattiasMTS</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/a0e3b7181b82f9781f8517473f9ed873ef40ca1b"><code>a0e3b71</code></a> chore: use new version (v0.36.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/3298e9a4d9c48615715f892e8e6e5505384270aa"><code>3298e9a</code></a> chore: dockerise docs build (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3060">#3060</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/53346601c174e33a4f19553682b3b21367e3699d"><code>5334660</code></a> chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb...</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/82c37e29dd92b4c1d8ff7787ee2014e0c786e183"><code>82c37e2</code></a> chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3057">#3057</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/615aa5d6e1724cc93a8046aa7c4d35b97c29292d"><code>615aa5d</code></a> chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3052">#3052</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/bdbdf3e3d19e06357fa0adb8041248659378ce8e"><code>bdbdf3e</code></a> chore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3056">#3056</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/4bfd24c453bbd136c812a9f3b4facb717f552ab7"><code>4bfd24c</code></a> chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3054">#3054</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/6ab30fe702d60338253002cf4a76b9c5f191960c"><code>6ab30fe</code></a> chore(deps): bump golang.org/x/net in /modules/scylladb (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3058">#3058</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/802d143f7b6d0e0a5b801ebe8590051620226111"><code>802d143</code></a> chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3053">#3053</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/b88be9911046b02f8459d19620a94627a596dbff"><code>b88be99</code></a> chore(deps): bump golang.org/x/net in /modules/databend (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3055">#3055</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.35.0...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.35.0 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/49bf5b80c8108983f588ecabd7bf996e6e63a515"><code>49bf5b8</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/24852b6b3fe89f0f239f5e7181473a28e39ae814"><code>24852b6</code></a> ssh: add decode support for banners</li> <li><a href="https://github.com/golang/crypto/commit/bbc689cf5cfb1b9f9ea88939690590d3521c2487"><code>bbc689c</code></a> ssh: use a more straightforward return value</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.35.0...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.24.0 to 0.25.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/e7e23ba50196f0b209e707121bd3fdfab8e7eea5"><code>e7e23ba</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/58efddcdbffb077b01a1cfd5978e2d77f876a65e"><code>58efddc</code></a> all: use a more straightforward return value</li> <li><a href="https://github.com/golang/image/commit/ef6c1ab6fef58f6d0dd4dfeb34f9efa4e8200753"><code>ef6c1ab</code></a> all: upgrade go directive to at least 1.23.0 [generated]</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.24.0...v0.25.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.36.0 to 0.38.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/e1fcd82abba34df74614020343be8eb1fe85f0d9"><code>e1fcd82</code></a> html: properly handle trailing solidus in unquoted attribute value in foreign...</li> <li><a href="https://github.com/golang/net/commit/ebed060e8f30f20235f74808c22125fd86b15edd"><code>ebed060</code></a> internal/http3: fix build of tests with GOEXPERIMENT=nosynctest</li> <li><a href="https://github.com/golang/net/commit/1f1fa29e0a46fffe18c43a9da8daa5a0b180dfa9"><code>1f1fa29</code></a> publicsuffix: regenerate table</li> <li><a href="https://github.com/golang/net/commit/12150816f701c912a32a376754ab28dd3878833a"><code>1215081</code></a> http2: improve error when server sends HTTP/1</li> <li><a href="https://github.com/golang/net/commit/312450e473eae9f9e6173ad895c80bc5ea2f79ad"><code>312450e</code></a> html: ensure &lt;search&gt; tag closes &lt;p&gt; and update tests</li> <li><a href="https://github.com/golang/net/commit/09731f9bf919b00b344c763894cd1920b3d96d90"><code>09731f9</code></a> http2: improve handling of lost PING in Server</li> <li><a href="https://github.com/golang/net/commit/55989e24b972a90ab99308fdc7ea1fb58a96fef1"><code>55989e2</code></a> http2/h2c: use ResponseController for hijacking connections</li> <li><a href="https://github.com/golang/net/commit/2914f46773171f4fa13e276df1135bafef677801"><code>2914f46</code></a> websocket: re-recommend gorilla/websocket</li> <li><a href="https://github.com/golang/net/commit/99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48"><code>99b3ae0</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/net/compare/v0.36.0...v0.38.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.29.0 to 0.30.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/04218fdaf78fa213d4e82c988184a250f6c354c2"><code>04218fd</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/208db03875ede13ab6fe9213b87281e0d4ca7426"><code>208db03</code></a> all: upgrade go directive to at least 1.23.0 [generated]</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.29.0...v0.30.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.36.0 to 1.37.0 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/dc8212054b608339e80d7e986e530fa24bc5e369"><code>dc82120</code></a> performance improvements</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/18614361f887b946dd683938c6be61f83fc68f96"><code>1861436</code></a> vfs: fix crash on Close, updates <a href="https://gitlab.com/cznic/sqlite/issues/135">#135</a>, <a href="https://gitlab.com/cznic/sqlite/issues/205">#205</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/15bd6706d68587b72269e03b244deca07b079b59"><code>15bd670</code></a> go.mod: -toolchain</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/79a4ebb69bddc447a92aa09ada6ed97108b7d430"><code>79a4ebb</code></a> update dependencies</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/1f333f0b8088e00cb5ea2377f98349477bada03d"><code>1f333f0</code></a> make vendor: SQLite 3.49.1</li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.36.0...v1.37.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:36:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#984
No description provided.