[PR #1164] [CLOSED] chore(deps): bump the all group across 1 directory with 10 updates #1020

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/all-b39a962e1a


📝 Commits (1)

  • be77b78 chore(deps): bump the all group across 1 directory with 10 updates

📊 Changes

2 files changed (+57 additions, -56 deletions)

View changed files

📝 go.mod (+19 -18)
📝 go.sum (+38 -38)

📄 Description

Bumps the all group with 8 updates in the / directory:

Package From To
github.com/gofrs/uuid/v5 5.3.2 5.4.0
github.com/huandu/go-sqlbuilder 1.37.0 1.38.1
github.com/playwright-community/playwright-go 0.5200.0 0.5200.1
github.com/swaggo/swag 1.16.4 1.16.6
github.com/testcontainers/testcontainers-go 0.37.0 0.39.0
golang.org/x/crypto 0.42.0 0.43.0
golang.org/x/image 0.31.0 0.32.0
modernc.org/sqlite 1.39.0 1.39.1

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

Release notes

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

v5.4.0

What's Changed

New Contributors

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

Commits
  • 153266a Add IsZero method to UUID type for MongoDB omitzero support (#226)
  • 90a218b Bump the all group across 1 directory with 4 updates (#230)
  • 5ec55b6 Bump the all group with 2 updates (#227)
  • e1fb84e perf: reduce allocations in NewV3 and NewV5 (#221)
  • f37c04d Bump the all group with 4 updates (#225)
  • efd4d5a fix: deduplicate UUID parsing logic with parsing tests #217; (#218)
  • bbcba78 Bump the all group across 1 directory with 4 updates (#223)
  • 78d4142 Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (#215)
  • 6fd71a3 Bump the all group across 1 directory with 4 updates (#214)
  • eabfc15 Bump the all group with 2 updates (#212)
  • Additional commits viewable in compare view

Updates github.com/huandu/go-sqlbuilder from 1.37.0 to 1.38.1

Release notes

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

v1.38.0

What's Changed

  • [NEW] Implement returning method on SQL Server by @​Bugadinho in #220
  • [FIX] Add document to demonstrate how to write nested JOIN. #217
  • [NEW] Add OrderByAsc and OrderByDesc to SelectBuilder/UpdateBuilder/DeleteBuilder/UnionBuilder for better readability. The old methods OrderBy/Asc/Desc are marked as deprecated. #214

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0

Commits
  • e4f129e Merge pull request #222 from zhangyongding/fix-oralce-limit
  • 81eb13e fix oracle limit bug
  • 87617c3 Add nested JOIN example to README and tests
  • 2aef540 Add OrderByAsc and OrderByDesc methods to all builders
  • aaf0f2c Merge pull request #220 from Bugadinho/return-sqlserver
  • 5669392 Add tests for returning on SQL Server
  • fe767ac Add returning support on SQL Server
  • 009947e Add WriteStringsPrefixed
  • See full diff in compare view

Updates github.com/playwright-community/playwright-go from 0.5200.0 to 0.5200.1

Release notes

Sourced from github.com/playwright-community/playwright-go's releases.

v0.5200.1

What's Changed

New Contributors

Full Changelog: https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1

Commits
  • 56e30d6 fix: waiter#RunAndWait maybe cause deadlock. (#555)
  • a70e216 test: wait for workerFunction to be defined in worker test (#561)
  • 2943f90 fix(ci): github runner deprecated ubuntu 20.04 (#560)
  • 123b947 fix: prevent panic in Sizes() (#544)
  • ed0010f fix: ignore nil error for up2date (#552)
  • 556282e fix(ci): misuse of matrix conditional (#559)
  • 6a47e17 ci: handle github action faillures (#553)
  • 4d70e13 docs: modify the playwright driver installation instructions (#542)
  • See full diff in compare view

Updates github.com/swaggo/swag from 1.16.4 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/testcontainers/testcontainers-go from 0.37.0 to 0.39.0

Release notes

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

v0.39.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs: clarify no client SDKs in production modules/images, in contributing.md (#3279) @​nimdrak

🧹 Housekeeping

📦 Dependency updates

... (truncated)

Commits
  • da47f5d chore: use new version (v0.39.0) in modules and examples
  • 404b345 chore(atlas): simplify host-port calculation in tests (#3300)
  • 6e14bda feat(atlaslocal): add MongoDB Atlas Local module (#3254)
  • 1fdd847 chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (#3299)
  • 88dead6 feat: allow saving specific platforms for an image (#3218)
  • 44d970c chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (#3238)
  • ac8fdd3 chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (#3282)
  • d254caa feat(redpanda): add support for http proxy (#3258)
  • f54a356 chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (#3287)
  • 7098d80 chore(go): bump to Go 1.24 as minimal version (#3298)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.42.0 to 0.43.0

Commits
  • 627cb89 go.mod: update golang.org/x dependencies
  • dca4914 acme: fix autocert TestHTTPHandlerDefaultFallback
  • 1336e21 x509roots/fallback: update bundle
  • 2beaa59 ssh: add VerifiedPublicKeyCallback
  • 66c3d8c ssh: add support for FIPS mode
  • ddb4e80 ssh: remove custom contains, use slices.Contains
  • f4d47b0 ssh: return clearer error when signature algorithm is used as key format
  • 96dc232 x509roots/fallback/bundle: add bundle package to export root certs
  • 8c9ba31 all: freeze and deprecate more packages
  • 559e062 ssh/agent: return an error for unexpected message types
  • See full diff in compare view

Updates golang.org/x/image from 0.31.0 to 0.32.0

Commits
  • 8c4e1c8 go.mod: update golang.org/x dependencies
  • 261d277 draw: accept slightly different JPEG decodings
  • See full diff in compare view

Updates golang.org/x/net from 0.44.0 to 0.45.0

Commits
  • 59706cd html: impose open element stack size limit
  • 6ec8895 html: align in row insertion mode with spec
  • 5393563 http2: fix RFC 9218 write scheduler not being idempotent
  • b2ab371 internal/httpsfv: implement parsing support for date and display string
  • edb764c internal/httpsfv: add parsing functionality for types defined in RFC 8941
  • fbba2c2 internal/httpsfv: add support for consuming Display String and Date type
  • 47a241f http2: make the error channel pool per-Server
  • 51f657b webdav/internal/xml: use the built-in min function
  • f2e909b internal/httpsfv: implement parsing support for Dictionary and List type.
  • 7d8cfce internal/httpsfv: add support for Bare Inner List and Item type.
  • Additional commits viewable in compare view

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

Commits

Updates modernc.org/sqlite from 1.39.0 to 1.39.1

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/1164 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-b39a962e1a` --- ### 📝 Commits (1) - [`be77b78`](https://github.com/go-shiori/shiori/commit/be77b78fe6e090c65109fa277a5962c6c3416094) chore(deps): bump the all group across 1 directory with 10 updates ### 📊 Changes **2 files changed** (+57 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+19 -18) 📝 `go.sum` (+38 -38) </details> ### 📄 Description Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.2` | `5.4.0` | | [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | `1.37.0` | `1.38.1` | | [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.5200.0` | `0.5200.1` | | [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.37.0` | `0.39.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.42.0` | `0.43.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.31.0` | `0.32.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.39.0` | `1.39.1` | Updates `github.com/gofrs/uuid/v5` from 5.3.2 to 5.4.0 <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.4.0</h2> <h2>What's Changed</h2> <ul> <li>fix: deduplicate UUID parsing logic with parsing tests <a href="https://redirect.github.com/gofrs/uuid/issues/217">#217</a>; by <a href="https://github.com/atlet99"><code>@​atlet99</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/218">gofrs/uuid#218</a></li> <li>perf: reduce allocations in NewV3 and NewV5 by <a href="https://github.com/anatoly-kussul"><code>@​anatoly-kussul</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/221">gofrs/uuid#221</a></li> <li>Add IsZero method to UUID type for MongoDB omitzero support by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/226">gofrs/uuid#226</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/atlet99"><code>@​atlet99</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/218">gofrs/uuid#218</a></li> <li><a href="https://github.com/anatoly-kussul"><code>@​anatoly-kussul</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/221">gofrs/uuid#221</a></li> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/226">gofrs/uuid#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0">https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/153266a4d7e6f54fc25f27023491f359ca18c560"><code>153266a</code></a> Add IsZero method to UUID type for MongoDB omitzero support (<a href="https://redirect.github.com/gofrs/uuid/issues/226">#226</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/90a218bde78a74c2c72af34dbc71147b6444082c"><code>90a218b</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/230">#230</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/5ec55b66c609e0ac195adba25624d00f6ec80eda"><code>5ec55b6</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/227">#227</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/e1fb84e5d827bb2ad5e5491f1442f9d5286ff16c"><code>e1fb84e</code></a> perf: reduce allocations in NewV3 and NewV5 (<a href="https://redirect.github.com/gofrs/uuid/issues/221">#221</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/f37c04d2cbaad0e4784e7dd2403ab4373ce7c39a"><code>f37c04d</code></a> Bump the all group with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/225">#225</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/efd4d5aab497d7d5fe42515666af3f39ee365b86"><code>efd4d5a</code></a> fix: deduplicate UUID parsing logic with parsing tests <a href="https://redirect.github.com/gofrs/uuid/issues/217">#217</a>; (<a href="https://redirect.github.com/gofrs/uuid/issues/218">#218</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/bbcba78f94fbfa0ffdfbeb230ef0bed168b73c77"><code>bbcba78</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/223">#223</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/78d414218c02472920cfed5cf147c30171d199f9"><code>78d4142</code></a> Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/215">#215</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/6fd71a373b0f8e3ace412c56127b540f48ba30c9"><code>6fd71a3</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/214">#214</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/eabfc154a534a0d664d56856634de8b0fd7a0ab3"><code>eabfc15</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/212">#212</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/huandu/go-sqlbuilder` from 1.37.0 to 1.38.1 <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.38.0</h2> <h2>What's Changed</h2> <ul> <li>[NEW] Implement returning method on SQL Server by <a href="https://github.com/Bugadinho"><code>@​Bugadinho</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/220">#220</a></li> <li>[FIX] Add document to demonstrate how to write nested <code>JOIN</code>. <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/217">#217</a></li> <li>[NEW] Add <code>OrderByAsc</code> and <code>OrderByDesc</code> to <code>SelectBuilder</code>/<code>UpdateBuilder</code>/<code>DeleteBuilder</code>/<code>UnionBuilder</code> for better readability. The old methods <code>OrderBy</code>/<code>Asc</code>/<code>Desc</code> are marked as deprecated. <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/214">#214</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Bugadinho"><code>@​Bugadinho</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/pull/220">huandu/go-sqlbuilder#220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0">https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/e4f129e422fa7217c6e580e6950aadc758484246"><code>e4f129e</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/222">#222</a> from zhangyongding/fix-oralce-limit</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/81eb13e43fb4b2671467ca4591ff617e06269fc8"><code>81eb13e</code></a> fix oracle limit bug</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/87617c3caf3121922c8eb79168e8026f77f84794"><code>87617c3</code></a> Add nested JOIN example to README and tests</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/2aef540e4b16f977a94057416cac0a2f2d636286"><code>2aef540</code></a> Add OrderByAsc and OrderByDesc methods to all builders</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/aaf0f2cf7e2f6b4d2d2ce4279ee5144318db677f"><code>aaf0f2c</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/220">#220</a> from Bugadinho/return-sqlserver</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/56693923903a7417fcd797d48724febd17928b72"><code>5669392</code></a> Add tests for returning on SQL Server</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/fe767acd37d8088923a15a4827e1aaa585db1e0e"><code>fe767ac</code></a> Add returning support on SQL Server</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/009947e6a12c5a1f4410013ac5bad5e56aa9b874"><code>009947e</code></a> Add WriteStringsPrefixed</li> <li>See full diff in <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/playwright-community/playwright-go` from 0.5200.0 to 0.5200.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/playwright-community/playwright-go/releases">github.com/playwright-community/playwright-go's releases</a>.</em></p> <blockquote> <h2>v0.5200.1</h2> <h2>What's Changed</h2> <ul> <li>docs: modify the playwright driver installation instructions by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/542">playwright-community/playwright-go#542</a></li> <li>ci: handle github action faillures by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/553">playwright-community/playwright-go#553</a></li> <li>fix(ci): misuse of matrix conditional by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/559">playwright-community/playwright-go#559</a></li> <li>fix: ignore nil error for up2date by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/552">playwright-community/playwright-go#552</a></li> <li>fix: prevent panic in Sizes() by <a href="https://github.com/derekperkins"><code>@​derekperkins</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/544">playwright-community/playwright-go#544</a></li> <li>fix(ci): github runner deprecated ubuntu 20.04 by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/560">playwright-community/playwright-go#560</a></li> <li>test: wait for workerFunction to be defined in worker test by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/561">playwright-community/playwright-go#561</a></li> <li>fix: waiter#RunAndWait maybe cause deadlock. by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/555">playwright-community/playwright-go#555</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> made their first contribution in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/552">playwright-community/playwright-go#552</a></li> <li><a href="https://github.com/derekperkins"><code>@​derekperkins</code></a> made their first contribution in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/544">playwright-community/playwright-go#544</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1">https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/playwright-community/playwright-go/commit/56e30d60f8b42785982469eaca6ad969bc2e1946"><code>56e30d6</code></a> fix: waiter#RunAndWait maybe cause deadlock. (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/555">#555</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/a70e216c28cc74dfbc1dc6224ab9da0c3f5a5f59"><code>a70e216</code></a> test: wait for workerFunction to be defined in worker test (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/561">#561</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/2943f90553df5eb45e477a31ed6391bb6ef75e5a"><code>2943f90</code></a> fix(ci): github runner deprecated ubuntu 20.04 (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/560">#560</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/123b947ddb17ab2e0d8b53d0e0a8bc755e61c577"><code>123b947</code></a> fix: prevent panic in Sizes() (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/544">#544</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/ed0010f3c6ebdbebb9dcffa7480f61e487530755"><code>ed0010f</code></a> fix: ignore nil error for up2date (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/552">#552</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/556282eb0a6036529f6fe2dbff80dd89773fd07d"><code>556282e</code></a> fix(ci): misuse of matrix conditional (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/559">#559</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/6a47e17273f45d89ed6e8ac786fbbebca68eac79"><code>6a47e17</code></a> ci: handle github action faillures (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/553">#553</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/4d70e13a55649abcfe582deeecbeeaf6e0ba6427"><code>4d70e13</code></a> docs: modify the playwright driver installation instructions (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/542">#542</a>)</li> <li>See full diff in <a href="https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/swaggo/swag` from 1.16.4 to 1.16.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swaggo/swag/releases">github.com/swaggo/swag's releases</a>.</em></p> <blockquote> <h2>v1.16.6</h2> <h2>What's Changed</h2> <ul> <li>fix: prevent nil pointer dereference in getFuncDoc when parsing depen… by <a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li>fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> by <a href="https://github.com/subwiz"><code>@​subwiz</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li>Feature: allow enum ordered const name override (2nd PR for this) by <a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li>Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment by <a href="https://github.com/skast96"><code>@​skast96</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> <li>feat: allow description line continuation by <a href="https://github.com/berk-karaal"><code>@​berk-karaal</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2048">swaggo/swag#2048</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li><a href="https://github.com/subwiz"><code>@​subwiz</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li><a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li><a href="https://github.com/skast96"><code>@​skast96</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6">https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6</a></p> <h2>v1.16.5</h2> <h2>What's Changed</h2> <ul> <li>Added support for <a href="https://github.com/tag"><code>@​tag</code></a>.x- attributes for tags (<a href="https://redirect.github.com/swaggo/swag/issues/1784">#1784</a>) by <a href="https://github.com/Ponywka"><code>@​Ponywka</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1785">swaggo/swag#1785</a></li> <li>feat: Add x-enum-descriptions to generated Swagger documentation for Enum by <a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li>fix: use '&amp;&amp;' for security pair(AND) by <a href="https://github.com/kkkiio"><code>@​kkkiio</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1659">swaggo/swag#1659</a></li> <li>feat: ParseComment error to contain the comment by <a href="https://github.com/stokito"><code>@​stokito</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li>support generate var-declared function doc by <a href="https://github.com/book987"><code>@​book987</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li>Fix compare original and formatted by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1915">swaggo/swag#1915</a></li> <li>Transfer golang type to swagger type with format reserved by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1944">swaggo/swag#1944</a></li> <li>Fix format by goimports by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1927">swaggo/swag#1927</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1945">swaggo/swag#1945</a></li> <li>fix: <a href="https://github.com/name"><code>@​name</code></a> for recursion by <a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li>Fix typo error in README by <a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li>Extension: collectionFormat in struct tag by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1989">swaggo/swag#1989</a></li> <li>chore: accept event streaming by <a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li>Non-empty stderr for <code>go list</code> is not an error in itself by <a href="https://github.com/atercattus"><code>@​atercattus</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li>Updated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by <a href="https://github.com/blame19"><code>@​blame19</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li>Remove redundant <code>(default: false)</code> for parseFuncBody flag by <a href="https://github.com/nikpivkin"><code>@​nikpivkin</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1961">swaggo/swag#1961</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1993">swaggo/swag#1993</a></li> <li>fix(test): include <code>rune</code> test in enums tests by <a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li>feat: json:omitempty marks field as optional by <a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li><a href="https://github.com/stokito"><code>@​stokito</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li><a href="https://github.com/book987"><code>@​book987</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li><a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li><a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li><a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li><a href="https://github.com/atercattus"><code>@​atercattus</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li><a href="https://github.com/blame19"><code>@​blame19</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li><a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li><a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358"><code>f676981</code></a> feat: allow description line continuation (<a href="https://redirect.github.com/swaggo/swag/issues/2048">#2048</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef"><code>252fecd</code></a> Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment (<a href="https://redirect.github.com/swaggo/swag/issues/2043">#2043</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249"><code>b0c5cc9</code></a> Feature: allow enum ordered const name override (2nd PR for this) (<a href="https://redirect.github.com/swaggo/swag/issues/2046">#2046</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a"><code>0f3bf86</code></a> fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> (<a href="https://redirect.github.com/swaggo/swag/issues/2005">#2005</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe"><code>d7cec57</code></a> fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...</li> <li><a href="https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291"><code>15a183b</code></a> feat: json:omitempty marks field as optional (<a href="https://redirect.github.com/swaggo/swag/issues/2041">#2041</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3"><code>714cd12</code></a> fix(test): include <code>rune</code> test in enums tests (<a href="https://redirect.github.com/swaggo/swag/issues/2025">#2025</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c"><code>93e8685</code></a> chore(deps): bump golang.org/x/crypto in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1993">#1993</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056"><code>aee4fdd</code></a> Remove redundant (default: false) for parseFuncBody flag (<a href="https://redirect.github.com/swaggo/swag/issues/1961">#1961</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92"><code>5c99c17</code></a> x/text v0.21, x/tools v0.21 (<a href="https://redirect.github.com/swaggo/swag/issues/1962">#1962</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6">compare view</a></li> </ul> </details> <br /> Updates `github.com/testcontainers/testcontainers-go` from 0.37.0 to 0.39.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.39.0</h2> <h1>What's Changed</h1> <h2>🚀 Features</h2> <ul> <li>feat(atlaslocal): add MongoDB Atlas Local module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3254">#3254</a>) <a href="https://github.com/prestonvasquez"><code>@​prestonvasquez</code></a></li> <li>feat: allow saving specific platforms for an image (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3218">#3218</a>) <a href="https://github.com/LaurentGoderre"><code>@​LaurentGoderre</code></a></li> <li>feat(redpanda): add support for http proxy (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3258">#3258</a>) <a href="https://github.com/simon0191"><code>@​simon0191</code></a></li> <li>feat(nebulagraph): add NebulaGraph module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3266">#3266</a>) <a href="https://github.com/egasimov"><code>@​egasimov</code></a></li> <li>feat(registry): add helper functions to pull and tag images (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3275">#3275</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat: add Solace pubsub+ module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3230">#3230</a>) <a href="https://github.com/unicod3"><code>@​unicod3</code></a></li> <li>feat(options): add WithProvider (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3241">#3241</a>) <a href="https://github.com/dfioravanti"><code>@​dfioravanti</code></a></li> <li>feat(mcpgateay): add Docker's MCP gateway module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3232">#3232</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: preserve unix socket schema in testcontainersHostFromProperties (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3213">#3213</a>) <a href="https://github.com/knqyf263"><code>@​knqyf263</code></a></li> <li>fix(reaper): remove termSignal override (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3261">#3261</a>) <a href="https://github.com/buraindo"><code>@​buraindo</code></a></li> <li>fix(registry): update <code>WithHtpasswd</code> to use <code>os.CreateTemp</code> instead of <code>os.Create</code> with <code>filepath.Join</code>. (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3272">#3272</a>) <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a></li> <li>fix(nats): use wait for listening port instead of wait for log (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3256">#3256</a>) <a href="https://github.com/own2pwn"><code>@​own2pwn</code></a></li> <li>fix(postgres): snapshot restore (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3264">#3264</a>) <a href="https://github.com/ascheman"><code>@​ascheman</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: clarify no client SDKs in production modules/images, in contributing.md (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3279">#3279</a>) <a href="https://github.com/nimdrak"><code>@​nimdrak</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>chore(atlas): simplify host-port calculation in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3300">#3300</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3283">#3283</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(modulegen): detect missing project files after new module creation (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3281">#3281</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(release): refine release script to update inter-module dependencies (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3273">#3273</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(postgres): use require.NotNil instead of assert.NotNil (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3252">#3252</a>) <a href="https://github.com/nolandseigler"><code>@​nolandseigler</code></a></li> <li>fix(dockermcpgateway): use duckduckgo instead of brave (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3247">#3247</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3299">#3299</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3238">#3238</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3282">#3282</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3287">#3287</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(go): bump to Go 1.24 as minimal version (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3298">#3298</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>deps(mongodb): update MongoDB Go Driver to v2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3278">#3278</a>) <a href="https://github.com/matthewdale"><code>@​matthewdale</code></a></li> <li>chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.5 to 4.25.6 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3224">#3224</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.1.7 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3284">#3284</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github.com/docker/go-connections from 0.5.0 to 0.6.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3285">#3285</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump tj-actions/changed-files from 46.0.3 to 47.0.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3283">#3283</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible in /modules/nebulagraph (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3277">#3277</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump ryuk to v0.13.0, which uses scratch as base image (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3274">#3274</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3270">#3270</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /modules/compose (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3267">#3267</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</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/da47f5d8e652a9a76d7adada8e37240044ce7424"><code>da47f5d</code></a> chore: use new version (v0.39.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/404b3453ee0acea29821bab2e36bdccfed541777"><code>404b345</code></a> chore(atlas): simplify host-port calculation in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3300">#3300</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/6e14bda839461bc5c76bd76bb7ff8d36cc9662d7"><code>6e14bda</code></a> feat(atlaslocal): add MongoDB Atlas Local module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3254">#3254</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/1fdd847cf3a5c8c1856da3dc3113aea423da75ee"><code>1fdd847</code></a> chore(deps): bump golang.org/x/net from 0.28.0 to 0.38.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3299">#3299</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/88dead6ad12658bf28c233c16466d990ae6ab93a"><code>88dead6</code></a> feat: allow saving specific platforms for an image (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3218">#3218</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/44d970c870f5c20b8a170401dd7d08a68ce052b1"><code>44d970c</code></a> chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3238">#3238</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/ac8fdd3dda3649a2099db5e55c891639955208f2"><code>ac8fdd3</code></a> chore(deps): bump golang.org/x/sys from 0.32.0 to 0.36.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3282">#3282</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/d254caa29675a0945cf21f233b4c397a6e95bdd0"><code>d254caa</code></a> feat(redpanda): add support for http proxy (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3258">#3258</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/f54a3566cf33b64e4866293997c9b153b930561b"><code>f54a356</code></a> chore(deps): bump github/codeql-action from 3.29.3 to 3.30.3 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3287">#3287</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7098d80b52521177aa4e39f78d5783bf9a9840b7"><code>7098d80</code></a> chore(go): bump to Go 1.24 as minimal version (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3298">#3298</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.37.0...v0.39.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.42.0 to 0.43.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/627cb894b6b2021e34c4ad4af4c0a963127491e4"><code>627cb89</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/dca4914afe94ebd485672b06b9a120e18b452533"><code>dca4914</code></a> acme: fix autocert TestHTTPHandlerDefaultFallback</li> <li><a href="https://github.com/golang/crypto/commit/1336e21bd6f39d1ab82ca6412693849c2d120e1d"><code>1336e21</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/2beaa59a3c994e5d01b6d58dc348dcd6d814ef26"><code>2beaa59</code></a> ssh: add VerifiedPublicKeyCallback</li> <li><a href="https://github.com/golang/crypto/commit/66c3d8ce714c31eb5a8adb6c931b4e29f5bebcf5"><code>66c3d8c</code></a> ssh: add support for FIPS mode</li> <li><a href="https://github.com/golang/crypto/commit/ddb4e80c6ad38c8a94001924a6ff8424f5cae369"><code>ddb4e80</code></a> ssh: remove custom contains, use slices.Contains</li> <li><a href="https://github.com/golang/crypto/commit/f4d47b0db5875e61dd52acdb63be800177ab48bb"><code>f4d47b0</code></a> ssh: return clearer error when signature algorithm is used as key format</li> <li><a href="https://github.com/golang/crypto/commit/96dc232fbd7928e9c23da42e770c8b79a2348d86"><code>96dc232</code></a> x509roots/fallback/bundle: add bundle package to export root certs</li> <li><a href="https://github.com/golang/crypto/commit/8c9ba318361080ea198c7461b6db621022d0a88e"><code>8c9ba31</code></a> all: freeze and deprecate more packages</li> <li><a href="https://github.com/golang/crypto/commit/559e062ce8bfd6a39925294620b50906ca2a6f95"><code>559e062</code></a> ssh/agent: return an error for unexpected message types</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.42.0...v0.43.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.31.0 to 0.32.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/8c4e1c85f1cf8c1730eeb0d0c2bf7777a39ac108"><code>8c4e1c8</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/261d2777537237975bcb057e6209a6109a002288"><code>261d277</code></a> draw: accept slightly different JPEG decodings</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.31.0...v0.32.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.44.0 to 0.45.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/59706cdaa8f95502fdec64b67b4c61d6ca58727d"><code>59706cd</code></a> html: impose open element stack size limit</li> <li><a href="https://github.com/golang/net/commit/6ec8895aa5f6594da7356da7d341b98133629009"><code>6ec8895</code></a> html: align in row insertion mode with spec</li> <li><a href="https://github.com/golang/net/commit/539356380d28a16325ff967d5c20c143f1d3d2c8"><code>5393563</code></a> http2: fix RFC 9218 write scheduler not being idempotent</li> <li><a href="https://github.com/golang/net/commit/b2ab3712bcebf329a84241fdd92c9210dc40e6f1"><code>b2ab371</code></a> internal/httpsfv: implement parsing support for date and display string</li> <li><a href="https://github.com/golang/net/commit/edb764c2296fdbcd9955bdc3ef9a67394824569d"><code>edb764c</code></a> internal/httpsfv: add parsing functionality for types defined in RFC 8941</li> <li><a href="https://github.com/golang/net/commit/fbba2c22cbf63a61f869b5f69e1a8052166ba088"><code>fbba2c2</code></a> internal/httpsfv: add support for consuming Display String and Date type</li> <li><a href="https://github.com/golang/net/commit/47a241fc51f963a97809506a57a5d0316709ca32"><code>47a241f</code></a> http2: make the error channel pool per-Server</li> <li><a href="https://github.com/golang/net/commit/51f657b16c625841a01874388d4a7e3765c40dfb"><code>51f657b</code></a> webdav/internal/xml: use the built-in min function</li> <li><a href="https://github.com/golang/net/commit/f2e909b982692b7382be0f856e1d415ac86f44e1"><code>f2e909b</code></a> internal/httpsfv: implement parsing support for Dictionary and List type.</li> <li><a href="https://github.com/golang/net/commit/7d8cfcee6ce7b6f612782f2f877c3fa76d157d17"><code>7d8cfce</code></a> internal/httpsfv: add support for Bare Inner List and Item type.</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.44.0...v0.45.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.35.0 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/3a0828a6667fd19fb680702513ff01f7afe76772"><code>3a0828a</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.35.0...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.39.0 to 1.39.1 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/17e06226647c18b11f8bce329dea8d9c24901f3f"><code>17e0622</code></a> upgrade to SQLite 3.50.4</li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.39.0...v1.39.1">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:13 +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#1020
No description provided.