[PR #1045] [CLOSED] chore(deps): bump the all group with 14 updates #948

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/all-e8d78fc190


📝 Commits (1)

  • b8fbe9e chore(deps): bump the all group with 14 updates

📊 Changes

2 files changed (+139 additions, -119 deletions)

View changed files

📝 go.mod (+36 -37)
📝 go.sum (+103 -82)

📄 Description

Bumps the all group with 14 updates:

Package From To
github.com/PuerkitoBio/goquery 1.9.2 1.10.1
github.com/fatih/color 1.17.0 1.18.0
github.com/gin-contrib/requestid 1.0.2 1.0.4
github.com/gin-contrib/static 1.1.2 1.1.3
github.com/gofrs/uuid/v5 5.2.0 5.3.0
github.com/mattn/go-sqlite3 1.14.22 1.14.24
github.com/sethvargo/go-envconfig 1.0.2 1.1.0
github.com/spf13/cobra 1.8.0 1.8.1
github.com/stretchr/testify 1.9.0 1.10.0
github.com/swaggo/swag 1.16.3 1.16.4
github.com/testcontainers/testcontainers-go 0.31.0 0.34.0
golang.org/x/image 0.18.0 0.23.0
golang.org/x/net 0.25.0 0.33.0
modernc.org/sqlite 1.29.9 1.34.4

Updates github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.1

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.10.1

Update go.mod dependencies.

v1.10.0

Add EachIter which provides an iterator that can be used in for..range loops on the *Selection object.

goquery now requires Go version 1.23+, use goquery v1.9.x for older Go versions.

v1.9.3

Update go.mod dependencies.

Commits
  • 1da3b30 Merge pull request #503 from iamleot/prepare-for-v1.10.1
  • 985aab3 Prepare for version v1.10.1
  • b995434 Merge pull request #502 from PuerkitoBio/dependabot/go_modules/github.com/and...
  • 381d6b9 Bump github.com/andybalholm/cascadia from 1.3.2 to 1.3.3
  • 69f0ce2 Merge pull request #501 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 4075868 Bump golang.org/x/net from 0.32.0 to 0.33.0
  • 13c6a0c Merge pull request #499 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 0f6e1ad Bump golang.org/x/net from 0.31.0 to 0.32.0
  • 3d8242f Merge pull request #496 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 41a8923 Bump golang.org/x/net from 0.30.0 to 0.31.0
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/color/compare/v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff in compare view

Updates github.com/gin-contrib/requestid from 1.0.2 to 1.0.4

Release notes

Sourced from github.com/gin-contrib/requestid's releases.

v1.0.4

Changelog

Enhancements

  • 6ccf98b3336ca12743a30d35e8b2a56e04c695d1: chore: update dependencies to latest versions (@​appleboy)
  • b20b2b1f741f1ba5558d243a066988c572bf5d00: chore: update dependencies and improve test configurations (@​appleboy)

Build process updates

  • 42a23786f0f06fc5d2f886eda38f102722d3936e: ci: update GitHub actions and API usage for improved CI/CD (@​appleboy)
  • 98f8b50a647d15005b575d0c185051ca87a63bf1: ci: add GitHub Actions workflow for Bearer PR checks (@​appleboy)

v1.0.3

Changelog

Enhancements

  • 8627134f4e8e07691895547106d8af3287962a7e: chore: update dependencies to latest stable versions (@​appleboy)
  • 45b6b1425de9fdd2189e8435a90a67e97869b016: chore: upgrade dependencies to latest versions (@​appleboy)
  • 970c0c8695bb650484c47e81618c65455d430ce3: chore: restrict Go versions and simplify CI workflow (@​appleboy)
  • d37aa7081e50a95d7bec030cf62296f6c3d61fc5: chore: update Go version matrix to include 1.23 (@​appleboy)
  • b57ed444e2d89fc3939835effc665d8656fae4b4: chore: upgrade Go version and dependencies in workflow (@​appleboy)

Build process updates

  • 228d8b0f60aadea29453e6ac21e863c2d72855d5: ci: update CI/CD pipeline and testing configurations (@​appleboy)

Documentation updates

  • c0b05e3673b846f4a97d2d1abf419f21756c2032: docs: Update README.md (#49) (@​lnnt)
Commits
  • b20b2b1 chore: update dependencies and improve test configurations
  • 98f8b50 ci: add GitHub Actions workflow for Bearer PR checks
  • 42a2378 ci: update GitHub actions and API usage for improved CI/CD
  • 6ccf98b chore: update dependencies to latest versions
  • b57ed44 chore: upgrade Go version and dependencies in workflow
  • c0b05e3 docs: Update README.md (#49)
  • d37aa70 chore: update Go version matrix to include 1.23
  • 970c0c8 chore: restrict Go versions and simplify CI workflow
  • 45b6b14 chore: upgrade dependencies to latest versions
  • 8627134 chore: update dependencies to latest stable versions
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/static from 1.1.2 to 1.1.3

Release notes

Sourced from github.com/gin-contrib/static's releases.

v1.1.3

Changelog

Enhancements

  • c98339cbd47bb48a540007a372e48994a405cd48: chore: update Go version and dependencies to latest versions (@​appleboy)

Refactor

  • 5b6fef503f0195680c2945ef84fc22b41ca86c66: refactor: refactor logging and error handling using log/slog package (@​appleboy)

Build process updates

  • 3c6260296eea5e0bf506aca143e8625336399c29: ci: add GitHub Actions workflow for Bearer PR checks (@​appleboy)
  • 3cbc5ca5e447f44809d2752636b13803603c972f: ci: update CI configuration for Go versions and GitHub actions (@​appleboy)
Commits
  • 5b6fef5 refactor: refactor logging and error handling using log/slog package
  • 3cbc5ca ci: update CI configuration for Go versions and GitHub actions
  • c98339c chore: update Go version and dependencies to latest versions
  • 3c62602 ci: add GitHub Actions workflow for Bearer PR checks
  • See full diff in compare view

Updates github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0

Release notes

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

v5.3.0

Summary

In this release, we updated the package to participate in OpenSSF Scorecard and tuned several development workflows and added some fuzz tests. Additionally, We added AtTime generators for V1, V6, and V7 so that users may generate UUIDs from time stamps.

NOTE Technically, the additional of the AtTime generators is a breaking change to the Generator interface. We decided to go with a minor update because of the unlikelihood of this interface being implemented by a consumer, and to reduce the impact of releasing a major version for this feature.  

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0

Commits
  • e826b84 Add "AtTime" generators for V1, V6, and V7 (#142)
  • 190948b Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all group (#171)
  • 1643bf3 Bump the all group with 2 updates (#170)
  • e60730a Bump github/codeql-action from 3.25.12 to 3.25.13 in the all group (#169)
  • 2f6f9f4 chore: group GitHub Action updates (#168)
  • da52fd9 Bump github/codeql-action from 3.25.11 to 3.25.12 (#165)
  • 8595587 Bump actions/setup-go from 5.0.1 to 5.0.2 (#166)
  • fad3d14 Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#167)
  • 817d03c Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#164)
  • b7cab94 Bump github/codeql-action from 3.25.10 to 3.25.11 (#163)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.24

Commits

Updates github.com/sethvargo/go-envconfig from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/sethvargo/go-envconfig's releases.

v1.1.0

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0

v1.0.3

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3

Commits

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

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

v1.8.1

Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

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

Release notes

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

v1.16.4

Changelog

  • 85254b4 Added multiline support for @​description attribute for securityDefinitions (#1786)
  • 7204462 Added suport for parsing comments inside of function bodies (#1824)
  • d323b48 Feat: Add support for parenthesis in router patterns (#1859)
  • 15dae35 Feat: multi-arch docker image (#1756)
  • 83fe3ca Fix generics used with function scoped types (#1883)
  • ff50cd6 Fix global overrides for any/interface ref types (#1835)
  • 1d730c5 Fix param comment escaping issue (#1890)
  • 697572a Fixes Issue 1829 (#1830)
  • 28de14c Flags to parse internal and dependency package (#1894)
  • 4c2f8dd Handle case of empty GOROOT (#1798)
  • 87e7d9c Update docker go build version to 1.21 (#1758)
  • 4fd8a36 Update docs for request and response headers (#1825)
  • 56fde5c Update operation.go (#1753)
  • 807dd1f [Issue 1812] fix misalignment in expected.json and api.go messing with parser_test (#1836)
  • 91624ad add support for "title" tag (#1762)
  • f32d4d3 adds support for complex types with function scope (#1813)
  • c7f1cd8 adds support for pointer function scoped fields (#1841)
  • 8a47dcb bump go version (#1797)
  • 0834357 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#1793)
  • 1bb1445 chore(deps): bump golang.org/x/net in /example/celler (#1794)
  • 6aa6613 chore(deps): bump golang.org/x/net in /example/go-module-support (#1795)
  • d5af957 chore(deps): bump golang.org/x/net in /example/markdown (#1792)
  • 0368d7d chore(deps): bump golang.org/x/net in /example/object-map-example (#1796)
  • b8662de chore(deps): bump google.golang.org/protobuf (#1773)
  • 4a11e23 chore(deps): bump google.golang.org/protobuf (#1774)
  • 937c239 chore(deps): bump google.golang.org/protobuf in /example/celler (#1775)
  • 103ac42 chore: Update ci.yml (#1902)
  • 90aa46f chore: fix some typos in comments (#1788)
  • e55c557 feat: read from stdin, write to stdout (#1831) (#1832)
  • fd2fa83 fix issue: #1780: filter $GOROOT path (#1827)
  • 10030b0 fix parse nested structs and aliases (#1866)
  • 7159b0f fix: failing assert in enums test on 32bit (#1634)
  • 928264c fix: remove dropped tags from general infos (#1764)
  • a74d34c fix:parse all field names declared in a row (#1872)
  • 0b9e347 new release (#1901)
  • a3c6d12 support markdown description for declaration (#1893)
  • 9069105 update README (#1856)
Commits

Updates github.com/testcontainers/testcontainers-go from 0.31.0 to 0.34.0

Release notes

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

v0.34.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits

Updates golang.org/x/image from 0.18.0 to 0.23.0

Commits
  • 941f210 go.mod: update golang.org/x dependencies
  • 3724ab8 go.mod: update golang.org/x dependencies
  • ec562a8 README: don't recommend go get
  • 931781a go.mod: update golang.org/x dependencies
  • c82123a go.mod: update golang.org/x dependencies
  • 59aa040 go.mod: update golang.org/x dependencies
  • 8bfd4fd colornames: update link to SVG spec
  • bad7eb8 LICENSE: update per Google Legal
  • 9abbe10 draw: avoid FMA (Fused Multiply Add)
  • See full diff in compare view

Updates golang.org/x/net from 0.25.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • 285e1cf go.mod: update golang.org/x dependencies
  • d0a1049 route: remove unused sizeof* consts on freebsd
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.29.9 to 1.34.4

Commits
  • d3e8a66 retract v1.34.3
  • 1fcc86e fix accidentaly broken openbsd/amd64 build
  • 7f15e6e linux/arm64: patch libc bug at runtime, updates #199
  • fe367e3 merge dev@2573fa9f, updates #198
  • 8406fda Update change log
  • eaf7611 Merge bran...

    Description has been truncated


    🔄 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/1045 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-e8d78fc190` --- ### 📝 Commits (1) - [`b8fbe9e`](https://github.com/go-shiori/shiori/commit/b8fbe9e05d3c2b05f2d845095d04aebc789930df) chore(deps): bump the all group with 14 updates ### 📊 Changes **2 files changed** (+139 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+36 -37) 📝 `go.sum` (+103 -82) </details> ### 📄 Description Bumps the all group with 14 updates: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.1` | | [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.0` | | [github.com/gin-contrib/requestid](https://github.com/gin-contrib/requestid) | `1.0.2` | `1.0.4` | | [github.com/gin-contrib/static](https://github.com/gin-contrib/static) | `1.1.2` | `1.1.3` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.2.0` | `5.3.0` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.22` | `1.14.24` | | [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `1.0.2` | `1.1.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.8.1` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` | | [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.3` | `1.16.4` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.31.0` | `0.34.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.18.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.25.0` | `0.33.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.9` | `1.34.4` | Updates `github.com/PuerkitoBio/goquery` from 1.9.2 to 1.10.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PuerkitoBio/goquery/releases">github.com/PuerkitoBio/goquery's releases</a>.</em></p> <blockquote> <h2>v1.10.1</h2> <p>Update <code>go.mod</code> dependencies.</p> <h2>v1.10.0</h2> <p>Add <code>EachIter</code> which provides an iterator that can be used in <code>for..range</code> loops on the <code>*Selection</code> object.</p> <p><strong>goquery now requires Go version 1.23+</strong>, use goquery <code>v1.9.x</code> for older Go versions.</p> <h2>v1.9.3</h2> <p>Update go.mod dependencies.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/1da3b302d370eaa94bf50bc9a2a29b81a23cbe31"><code>1da3b30</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/503">#503</a> from iamleot/prepare-for-v1.10.1</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/985aab32bab2da927c5db0e34492885a81c5baa3"><code>985aab3</code></a> Prepare for version v1.10.1</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/b995434ce7d738f512715f50d9fc9b1da4b21cce"><code>b995434</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/502">#502</a> from PuerkitoBio/dependabot/go_modules/github.com/and...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/381d6b903d4c2ec943677605394a07e44fbea485"><code>381d6b9</code></a> Bump github.com/andybalholm/cascadia from 1.3.2 to 1.3.3</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/69f0ce22d30d63daa82cfac441ba674e3e0e71ce"><code>69f0ce2</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/501">#501</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/40758683ede28cb06df81b65faf2a6a8c75ac0e7"><code>4075868</code></a> Bump golang.org/x/net from 0.32.0 to 0.33.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/13c6a0c3d9dacece9057eea862609c5bd182552c"><code>13c6a0c</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/499">#499</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/0f6e1ada8642b348f8add7d24eb9aef1bbed038d"><code>0f6e1ad</code></a> Bump golang.org/x/net from 0.31.0 to 0.32.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/3d8242fe5e702aff2574c59fcc19f2f5f3d1f512"><code>3d8242f</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/496">#496</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/41a89239afa36c4f0c2e35c9b1882690f244664e"><code>41a8923</code></a> Bump golang.org/x/net from 0.30.0 to 0.31.0</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.9.2...v1.10.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/fatih/color` from 1.17.0 to 1.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fatih/color/releases">github.com/fatih/color's releases</a>.</em></p> <blockquote> <h2>v1.18.0</h2> <h2>What's Changed</h2> <ul> <li>Add RGB API support by <a href="https://github.com/fatih"><code>@​fatih</code></a> in <a href="https://redirect.github.com/fatih/color/pull/225">fatih/color#225</a></li> <li>Bump GitHub workflow actions by <a href="https://github.com/deining"><code>@​deining</code></a> in <a href="https://redirect.github.com/fatih/color/pull/235">fatih/color#235</a></li> <li>Bump golang.org/x/sys from 0.18.0 to 0.24.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fatih/color/pull/236">fatih/color#236</a></li> <li>Bump golang.org/x/sys from 0.24.0 to 0.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fatih/color/pull/237">fatih/color#237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/deining"><code>@​deining</code></a> made their first contribution in <a href="https://redirect.github.com/fatih/color/pull/235">fatih/color#235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fatih/color/compare/v1.17.0...v1.18.0">https://github.com/fatih/color/compare/v1.17.0...v1.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fatih/color/commit/1c8d8706604ee5fb9a464e5097ba113101828a75"><code>1c8d870</code></a> Update README.md</li> <li><a href="https://github.com/fatih/color/commit/546c2d0f9aa4e97dab39a1ed273fd0aa08765972"><code>546c2d0</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/225">#225</a> from fatih/add-rgb-api</li> <li><a href="https://github.com/fatih/color/commit/1ff0f9790840e92e289b824302f71b465c426735"><code>1ff0f97</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/fatih/color/commit/5723903daae15b72846d40cf1483c37a1b86ba79"><code>5723903</code></a> Add RGB API support</li> <li><a href="https://github.com/fatih/color/commit/f203fbcecbc160dace4ffcec613221379365c67a"><code>f203fbc</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/237">#237</a> from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0</li> <li><a href="https://github.com/fatih/color/commit/60aa7fb483e2b048970dec3925d6c298ea428c4e"><code>60aa7fb</code></a> Bump golang.org/x/sys from 0.24.0 to 0.25.0</li> <li><a href="https://github.com/fatih/color/commit/741c2f4087173b24f4cb47ad02d93600b0d5c947"><code>741c2f4</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/236">#236</a> from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0</li> <li><a href="https://github.com/fatih/color/commit/0d24b42a27f768598c311ac3ec1961003418a90a"><code>0d24b42</code></a> Bump golang.org/x/sys from 0.18.0 to 0.24.0</li> <li><a href="https://github.com/fatih/color/commit/cb154c021886f50c313e686422c7baecff8c0b7f"><code>cb154c0</code></a> Merge pull request <a href="https://redirect.github.com/fatih/color/issues/235">#235</a> from deining/fix-typo</li> <li><a href="https://github.com/fatih/color/commit/9b9653e8ce3e644130b0412b9236c1d3e07a5017"><code>9b9653e</code></a> Bump GitHub workflow actions</li> <li>See full diff in <a href="https://github.com/fatih/color/compare/v1.17.0...v1.18.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gin-contrib/requestid` from 1.0.2 to 1.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-contrib/requestid/releases">github.com/gin-contrib/requestid's releases</a>.</em></p> <blockquote> <h2>v1.0.4</h2> <h2>Changelog</h2> <h3>Enhancements</h3> <ul> <li>6ccf98b3336ca12743a30d35e8b2a56e04c695d1: chore: update dependencies to latest versions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>b20b2b1f741f1ba5558d243a066988c572bf5d00: chore: update dependencies and improve test configurations (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Build process updates</h3> <ul> <li>42a23786f0f06fc5d2f886eda38f102722d3936e: ci: update GitHub actions and API usage for improved CI/CD (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>98f8b50a647d15005b575d0c185051ca87a63bf1: ci: add GitHub Actions workflow for Bearer PR checks (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h2>v1.0.3</h2> <h2>Changelog</h2> <h3>Enhancements</h3> <ul> <li>8627134f4e8e07691895547106d8af3287962a7e: chore: update dependencies to latest stable versions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>45b6b1425de9fdd2189e8435a90a67e97869b016: chore: upgrade dependencies to latest versions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>970c0c8695bb650484c47e81618c65455d430ce3: chore: restrict Go versions and simplify CI workflow (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>d37aa7081e50a95d7bec030cf62296f6c3d61fc5: chore: update Go version matrix to include 1.23 (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>b57ed444e2d89fc3939835effc665d8656fae4b4: chore: upgrade Go version and dependencies in workflow (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Build process updates</h3> <ul> <li>228d8b0f60aadea29453e6ac21e863c2d72855d5: ci: update CI/CD pipeline and testing configurations (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>c0b05e3673b846f4a97d2d1abf419f21756c2032: docs: Update README.md (<a href="https://redirect.github.com/gin-contrib/requestid/issues/49">#49</a>) (<a href="https://github.com/lnnt"><code>@​lnnt</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-contrib/requestid/commit/b20b2b1f741f1ba5558d243a066988c572bf5d00"><code>b20b2b1</code></a> chore: update dependencies and improve test configurations</li> <li><a href="https://github.com/gin-contrib/requestid/commit/98f8b50a647d15005b575d0c185051ca87a63bf1"><code>98f8b50</code></a> ci: add GitHub Actions workflow for Bearer PR checks</li> <li><a href="https://github.com/gin-contrib/requestid/commit/42a23786f0f06fc5d2f886eda38f102722d3936e"><code>42a2378</code></a> ci: update GitHub actions and API usage for improved CI/CD</li> <li><a href="https://github.com/gin-contrib/requestid/commit/6ccf98b3336ca12743a30d35e8b2a56e04c695d1"><code>6ccf98b</code></a> chore: update dependencies to latest versions</li> <li><a href="https://github.com/gin-contrib/requestid/commit/b57ed444e2d89fc3939835effc665d8656fae4b4"><code>b57ed44</code></a> chore: upgrade Go version and dependencies in workflow</li> <li><a href="https://github.com/gin-contrib/requestid/commit/c0b05e3673b846f4a97d2d1abf419f21756c2032"><code>c0b05e3</code></a> docs: Update README.md (<a href="https://redirect.github.com/gin-contrib/requestid/issues/49">#49</a>)</li> <li><a href="https://github.com/gin-contrib/requestid/commit/d37aa7081e50a95d7bec030cf62296f6c3d61fc5"><code>d37aa70</code></a> chore: update Go version matrix to include 1.23</li> <li><a href="https://github.com/gin-contrib/requestid/commit/970c0c8695bb650484c47e81618c65455d430ce3"><code>970c0c8</code></a> chore: restrict Go versions and simplify CI workflow</li> <li><a href="https://github.com/gin-contrib/requestid/commit/45b6b1425de9fdd2189e8435a90a67e97869b016"><code>45b6b14</code></a> chore: upgrade dependencies to latest versions</li> <li><a href="https://github.com/gin-contrib/requestid/commit/8627134f4e8e07691895547106d8af3287962a7e"><code>8627134</code></a> chore: update dependencies to latest stable versions</li> <li>Additional commits viewable in <a href="https://github.com/gin-contrib/requestid/compare/v1.0.2...v1.0.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/gin-contrib/static` from 1.1.2 to 1.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-contrib/static/releases">github.com/gin-contrib/static's releases</a>.</em></p> <blockquote> <h2>v1.1.3</h2> <h2>Changelog</h2> <h3>Enhancements</h3> <ul> <li>c98339cbd47bb48a540007a372e48994a405cd48: chore: update Go version and dependencies to latest versions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Refactor</h3> <ul> <li>5b6fef503f0195680c2945ef84fc22b41ca86c66: refactor: refactor logging and error handling using <code>log/slog</code> package (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> <h3>Build process updates</h3> <ul> <li>3c6260296eea5e0bf506aca143e8625336399c29: ci: add GitHub Actions workflow for Bearer PR checks (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> <li>3cbc5ca5e447f44809d2752636b13803603c972f: ci: update CI configuration for Go versions and GitHub actions (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-contrib/static/commit/5b6fef503f0195680c2945ef84fc22b41ca86c66"><code>5b6fef5</code></a> refactor: refactor logging and error handling using <code>log/slog</code> package</li> <li><a href="https://github.com/gin-contrib/static/commit/3cbc5ca5e447f44809d2752636b13803603c972f"><code>3cbc5ca</code></a> ci: update CI configuration for Go versions and GitHub actions</li> <li><a href="https://github.com/gin-contrib/static/commit/c98339cbd47bb48a540007a372e48994a405cd48"><code>c98339c</code></a> chore: update Go version and dependencies to latest versions</li> <li><a href="https://github.com/gin-contrib/static/commit/3c6260296eea5e0bf506aca143e8625336399c29"><code>3c62602</code></a> ci: add GitHub Actions workflow for Bearer PR checks</li> <li>See full diff in <a href="https://github.com/gin-contrib/static/compare/v1.1.2...v1.1.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.2.0 to 5.3.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.3.0</h2> <h2>Summary</h2> <p>In this release, we updated the package to participate in OpenSSF Scorecard and tuned several development workflows and added some fuzz tests. Additionally, We added <code>AtTime</code> generators for V1, V6, and V7 so that users may generate UUIDs from time stamps.</p> <p><strong>NOTE</strong> Technically, the additional of the <code>AtTime</code> generators is a breaking change to the <code>Generator</code> interface. We decided to go with a <code>minor</code> update because of the unlikelihood of this interface being implemented by a consumer, and to reduce the impact of releasing a major version for this feature.  </p> <h2>What's Changed</h2> <ul> <li>Add &quot;AtTime&quot; generators for V1, V6, and V7 by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/142">gofrs/uuid#142</a></li> <li>Fix typo in URL in README by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/141">gofrs/uuid#141</a></li> <li>Add OpenSSF Best Practices Badge to README by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/144">gofrs/uuid#144</a></li> <li>Create SECURITY.md by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/143">gofrs/uuid#143</a></li> <li>Add OpenSSF Scorecard badge to readme by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/149">gofrs/uuid#149</a></li> <li>Update fuzz tests to use go fuzz features by <a href="https://github.com/cameracker"><code>@​cameracker</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/148">gofrs/uuid#148</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ldez"><code>@​ldez</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/168">gofrs/uuid#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0">https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/e826b847f82a77680dc1cd6102ccf2a6422190df"><code>e826b84</code></a> Add &quot;AtTime&quot; generators for V1, V6, and V7 (<a href="https://redirect.github.com/gofrs/uuid/issues/142">#142</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/190948b923161f78d14a7fb88c0308e333c6417c"><code>190948b</code></a> Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/171">#171</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/1643bf3cba2d7f71dd386ec43dca98251702921e"><code>1643bf3</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/170">#170</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/e60730aec3e40b49cab65561a254dc4704ad9da0"><code>e60730a</code></a> Bump github/codeql-action from 3.25.12 to 3.25.13 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/169">#169</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/2f6f9f43153cac0d8bac14f32b14d82556e3b999"><code>2f6f9f4</code></a> chore: group GitHub Action updates (<a href="https://redirect.github.com/gofrs/uuid/issues/168">#168</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/da52fd97ddeaa5937164ac511871cabbabc23c06"><code>da52fd9</code></a> Bump github/codeql-action from 3.25.11 to 3.25.12 (<a href="https://redirect.github.com/gofrs/uuid/issues/165">#165</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/8595587386e9397024826a971bf629a79a68823f"><code>8595587</code></a> Bump actions/setup-go from 5.0.1 to 5.0.2 (<a href="https://redirect.github.com/gofrs/uuid/issues/166">#166</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/fad3d14a2d2b5911cefcfc8769f2a692e57fca79"><code>fad3d14</code></a> Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (<a href="https://redirect.github.com/gofrs/uuid/issues/167">#167</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/817d03c8df811ff78ef3d7de8a15a943690c7940"><code>817d03c</code></a> Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a href="https://redirect.github.com/gofrs/uuid/issues/164">#164</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/b7cab9431853b392cac3d8bccbfb54712bd555d1"><code>b7cab94</code></a> Bump github/codeql-action from 3.25.10 to 3.25.11 (<a href="https://redirect.github.com/gofrs/uuid/issues/163">#163</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/mattn/go-sqlite3` from 1.14.22 to 1.14.24 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-sqlite3/commit/846fea6c1443e8cc366fc1966fe078d7f825f6a9"><code>846fea6</code></a> Update amalgamation code to 3.46.1</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/3c0390b77cba9a7eaee4102e1ca6a35c14e2de7c"><code>3c0390b</code></a> add support for libsqlite3 on z/OS</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/18cdded9007a93b8bc1de151da21b1a1280be722"><code>18cdded</code></a> fix: some typos</li> <li>See full diff in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.22...v1.14.24">compare view</a></li> </ul> </details> <br /> Updates `github.com/sethvargo/go-envconfig` from 1.0.2 to 1.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sethvargo/go-envconfig/releases">github.com/sethvargo/go-envconfig's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add MustProcess which panics on errors by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/115">sethvargo/go-envconfig#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0">https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0</a></p> <h2>v1.0.3</h2> <h2>What's Changed</h2> <ul> <li>Relax Go constraint to 1.20 by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/113">sethvargo/go-envconfig#113</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3">https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sethvargo/go-envconfig/commit/bbaf7848a8a55b572e2d0c9ccbb924ba19481f9b"><code>bbaf784</code></a> Add MustProcess which panics on errors (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/115">#115</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/e51a54f91f5b9b2849b0cd0fb412e14afc9a4659"><code>e51a54f</code></a> Relax Go constraint to 1.20 (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/113">#113</a>)</li> <li>See full diff in <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.1.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h2>✨ Features</h2> <ul> <li>Add env variable to suppress completion descriptions on create by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1938">spf13/cobra#1938</a></li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Micro-optimizations by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1957">spf13/cobra#1957</a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2127">spf13/cobra#2127</a></li> <li>Consistent annotation names by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2140">spf13/cobra#2140</a></li> <li>Remove fully inactivated linters by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2148">spf13/cobra#2148</a></li> <li>Address golangci-lint deprecation warnings, enable some more linters by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2152">spf13/cobra#2152</a></li> </ul> <h2>🧪 Testing &amp; CI/CD</h2> <ul> <li>Add test for func in cobra.go by <a href="https://github.com/korovindenis"><code>@​korovindenis</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2094">spf13/cobra#2094</a></li> <li>ci: test golang 1.22 by <a href="https://github.com/cyrilico"><code>@​cyrilico</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2113">spf13/cobra#2113</a></li> <li>Optimized and added more linting by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2099">spf13/cobra#2099</a></li> <li>build(deps): bump actions/setup-go from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2087">spf13/cobra#2087</a></li> <li>build(deps): bump actions/labeler from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2086">spf13/cobra#2086</a></li> <li>build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2108">spf13/cobra#2108</a></li> <li>build(deps): bump actions/cache from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2102">spf13/cobra#2102</a></li> </ul> <h2>✏️ Documentation</h2> <ul> <li>Fixes and docs for usage as plugin by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2070">spf13/cobra#2070</a></li> <li>flags: clarify documentation that LocalFlags related function do not modify the state by <a href="https://github.com/niamster"><code>@​niamster</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2064">spf13/cobra#2064</a></li> <li>chore: remove repetitive words by <a href="https://github.com/racerole"><code>@​racerole</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2122">spf13/cobra#2122</a></li> <li>Add LXC to the list of projects using Cobra <a href="https://github.com/VaradBelwalkar"><code>@​VaradBelwalkar</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2071">spf13/cobra#2071</a></li> <li>Update projects_using_cobra.md by <a href="https://github.com/marcuskohlberg"><code>@​marcuskohlberg</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2089">spf13/cobra#2089</a></li> <li>[chore]: update projects using cobra by <a href="https://github.com/cmwylie19"><code>@​cmwylie19</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2093">spf13/cobra#2093</a></li> <li>Add Taikun CLI to list of projects by <a href="https://github.com/Smidra"><code>@​Smidra</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2098">spf13/cobra#2098</a></li> <li>Add Incus to the list of projects using Cobra by <a href="https://github.com/montag451"><code>@​montag451</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2118">spf13/cobra#2118</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec"><code>e94f6d0</code></a> Address golangci-lint deprecation warnings, enable some more linters (<a href="https://redirect.github.com/spf13/cobra/issues/2152">#2152</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/8003b74a10ef0d0d84fe3c408d3939d86fdeb210"><code>8003b74</code></a> Remove fully inactivated linters (<a href="https://redirect.github.com/spf13/cobra/issues/2148">#2148</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5c2c1d627d35a00153764a3d37400efc66eaca1c"><code>5c2c1d6</code></a> Consistent annotation names (<a href="https://redirect.github.com/spf13/cobra/issues/2140">#2140</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5a1acea3210649f3d70002818ec04b09f6347062"><code>5a1acea</code></a> build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (<a href="https://redirect.github.com/spf13/cobra/issues/2127">#2127</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/0fc86c2ffd0326b6f6ed5fa36803d26993655c08"><code>0fc86c2</code></a> docs: update user guide (<a href="https://redirect.github.com/spf13/cobra/issues/2128">#2128</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/6b5f577ebce858ee70fcdd1f062ea3af4b1c03ab"><code>6b5f577</code></a> More linting (<a href="https://redirect.github.com/spf13/cobra/issues/2099">#2099</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/bd914e58d69d65e494b45bdb40e90ca816b92fcc"><code>bd914e5</code></a> fix: remove deprecated io/ioutils package (<a href="https://redirect.github.com/spf13/cobra/issues/2120">#2120</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/1f80fa2e23cc550c131e8a54dc72d11b265c6fcf"><code>1f80fa2</code></a> chore: remove repetitive words (<a href="https://redirect.github.com/spf13/cobra/issues/2122">#2122</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/c69ae4c36b134dd69e5ab9d3d6b9f571ca5afe1e"><code>c69ae4c</code></a> ci: test golang 1.22 (<a href="https://redirect.github.com/spf13/cobra/issues/2113">#2113</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/a30cee5e5ab0949cc888ef00ae6aee24e091e042"><code>a30cee5</code></a> build(deps): bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/spf13/cobra/issues/2102">#2102</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2>What's Changed</h2> <h3>Functional Changes</h3> <ul> <li>Add PanicAssertionFunc by <a href="https://github.com/fahimbagar"><code>@​fahimbagar</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1337">stretchr/testify#1337</a></li> <li>assert: deprecate CompareType by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1566">stretchr/testify#1566</a></li> <li>assert: make YAML dependency pluggable via build tags by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1579">stretchr/testify#1579</a></li> <li>assert: new assertion NotElementsMatch by <a href="https://github.com/hendrywiranto"><code>@​hendrywiranto</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1600">stretchr/testify#1600</a></li> <li>mock: in order mock calls by <a href="https://github.com/ReyOrtiz"><code>@​ReyOrtiz</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1637">stretchr/testify#1637</a></li> <li>Add assertion for NotErrorAs by <a href="https://github.com/palsivertsen"><code>@​palsivertsen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1129">stretchr/testify#1129</a></li> <li>Record Return Arguments of a Call by <a href="https://github.com/jayd3e"><code>@​jayd3e</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1636">stretchr/testify#1636</a></li> <li>assert.EqualExportedValues: accepts everything by <a href="https://github.com/redachl"><code>@​redachl</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1586">stretchr/testify#1586</a></li> </ul> <h3>Fixes</h3> <ul> <li>assert: make tHelper a type alias by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1562">stretchr/testify#1562</a></li> <li>Do not get argument again unnecessarily in Arguments.Error() by <a href="https://github.com/TomWright"><code>@​TomWright</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/820">stretchr/testify#820</a></li> <li>Fix time.Time compare by <a href="https://github.com/myxo"><code>@​myxo</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1582">stretchr/testify#1582</a></li> <li>assert.Regexp: handle []byte array properly by <a href="https://github.com/kevinburkesegment"><code>@​kevinburkesegment</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1587">stretchr/testify#1587</a></li> <li>assert: collect.FailNow() should not panic by <a href="https://github.com/marshall-lee"><code>@​marshall-lee</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1481">stretchr/testify#1481</a></li> <li>mock: simplify implementation of FunctionalOptions by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1571">stretchr/testify#1571</a></li> <li>mock: caller information for unexpected method call by <a href="https://github.com/spirin"><code>@​spirin</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1644">stretchr/testify#1644</a></li> <li>suite: fix test failures by <a href="https://github.com/stevenh"><code>@​stevenh</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1421">stretchr/testify#1421</a></li> <li>Fix issue <a href="https://redirect.github.com/stretchr/testify/issues/1662">#1662</a> (comparing infs should fail) by <a href="https://github.com/ybrustin"><code>@​ybrustin</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1663">stretchr/testify#1663</a></li> <li>NotSame should fail if args are not pointers <a href="https://redirect.github.com/stretchr/testify/issues/1661">#1661</a> by <a href="https://github.com/sikehish"><code>@​sikehish</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1664">stretchr/testify#1664</a></li> <li>Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by <a href="https://github.com/sikehish"><code>@​sikehish</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1667">stretchr/testify#1667</a></li> <li>fix: compare functional option names for indirect calls by <a href="https://github.com/arjun-1"><code>@​arjun-1</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1626">stretchr/testify#1626</a></li> </ul> <h3>Documantation, Build &amp; CI</h3> <ul> <li>.gitignore: ignore &quot;go test -c&quot; binaries by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1565">stretchr/testify#1565</a></li> <li>mock: improve doc by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1570">stretchr/testify#1570</a></li> <li>mock: fix FunctionalOptions docs by <a href="https://github.com/snirye"><code>@​snirye</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1433">stretchr/testify#1433</a></li> <li>README: link out to the excellent testifylint by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1568">stretchr/testify#1568</a></li> <li>assert: fix typo in comment by <a href="https://github.com/JohnEndson"><code>@​JohnEndson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1580">stretchr/testify#1580</a></li> <li>Correct the EventuallyWithT and EventuallyWithTf example by <a href="https://github.com/JonCrowther"><code>@​JonCrowther</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1588">stretchr/testify#1588</a></li> <li>CI: bump softprops/action-gh-release from 1 to 2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1575">stretchr/testify#1575</a></li> <li>mock: document more alternatives to deprecated AnythingOfTypeArgument by <a href="https://github.com/dolmen"><code>@​dolmen</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1569">stretchr/testify#1569</a></li> <li>assert: Correctly document EqualValues behavior by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1593">stretchr/testify#1593</a></li> <li>fix: grammar in godoc by <a href="https://github.com/miparnisari"><code>@​miparnisari</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1607">stretchr/testify#1607</a></li> <li>.github/workflows: Run tests for Go 1.22 by <a href="https://github.com/HaraldNordgren"><code>@​HaraldNordgren</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1629">stretchr/testify#1629</a></li> <li>Document suite's lack of support for t.Parallel by <a href="https://github.com/brackendawson"><code>@​brackendawson</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1645">stretchr/testify#1645</a></li> <li>assert: fix typos in comments by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1650">stretchr/testify#1650</a></li> <li>mock: fix doc comment for NotBefore by <a href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1651">stretchr/testify#1651</a></li> <li>Generate better comments for require package by <a href="https://github.com/Neokil"><code>@​Neokil</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1610">stretchr/testify#1610</a></li> <li>README: replace Testify V2 notice with <a href="https://github.com/dolmen"><code>@​dolmen</code></a>'s V2 manifesto by <a href="https://github.com/hendrywiranto"><code>@​hendrywiranto</code></a> in <a href="https://redirect.github.com/stretchr/testify/pull/1518">stretchr/testify#1518</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fahimbagar"><code>@​fahimbagar</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1337">stretchr/testify#1337</a></li> <li><a href="https://github.com/TomWright"><code>@​TomWright</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/820">stretchr/testify#820</a></li> <li><a href="https://github.com/snirye"><code>@​snirye</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1433">stretchr/testify#1433</a></li> <li><a href="https://github.com/myxo"><code>@​myxo</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1582">stretchr/testify#1582</a></li> <li><a href="https://github.com/JohnEndson"><code>@​JohnEndson</code></a> made their first contribution in <a href="https://redirect.github.com/stretchr/testify/pull/1580">stretchr/testify#1580</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stretchr/testify/commit/89cbdd9e7b39eb58896d316a7495597d3aba4371"><code>89cbdd9</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1626">#1626</a> from arjun-1/fix-functional-options-diff-indirect-calls</li> <li><a href="https://github.com/stretchr/testify/commit/07bac606be2191ae89a281195e58d01e0de7b5f8"><code>07bac60</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1667">#1667</a> from sikehish/flaky</li> <li><a href="https://github.com/stretchr/testify/commit/716de8dff46ed7ae3c6ebb7a6124db741ba7c018"><code>716de8d</code></a> Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI</li> <li><a href="https://github.com/stretchr/testify/commit/118fb8346630c192421c8914848381af9d4412a7"><code>118fb83</code></a> NotSame should fail if args are not pointers <a href="https://redirect.github.com/stretchr/testify/issues/1661">#1661</a> (<a href="https://redirect.github.com/stretchr/testify/issues/1664">#1664</a>)</li> <li><a href="https://github.com/stretchr/testify/commit/7d99b2b43d8f60a8982a78cde6e8bd287dea5da0"><code>7d99b2b</code></a> attempt 2</li> <li><a href="https://github.com/stretchr/testify/commit/05f87c016035811e6d8371f1887ec360c318f53f"><code>05f87c0</code></a> more similar</li> <li><a href="https://github.com/stretchr/testify/commit/ea7129e00694592e20cb34c58a6b8a251418b9da"><code>ea7129e</code></a> better fmt</li> <li><a href="https://github.com/stretchr/testify/commit/a1b9c9efe3c25c50678b1e492045164b914e255f"><code>a1b9c9e</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1663">#1663</a> from ybrustin/master</li> <li><a href="https://github.com/stretchr/testify/commit/8302de98b17649445fc1f1992fc3fecdb40c59ba"><code>8302de9</code></a> Merge branch 'master' into master</li> <li><a href="https://github.com/stretchr/testify/commit/89352f7958086841c72425ccd6f43ab299e1309c"><code>89352f7</code></a> Merge pull request <a href="https://redirect.github.com/stretchr/testify/issues/1518">#1518</a> from hendrywiranto/adjust-readme-remove-v2</li> <li>Additional commits viewable in <a href="https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/swaggo/swag` from 1.16.3 to 1.16.4 <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.4</h2> <h2>Changelog</h2> <ul> <li>85254b4 Added multiline support for <a href="https://github.com/description"><code>@​description</code></a> attribute for securityDefinitions (<a href="https://redirect.github.com/swaggo/swag/issues/1786">#1786</a>)</li> <li>7204462 Added suport for parsing comments inside of function bodies (<a href="https://redirect.github.com/swaggo/swag/issues/1824">#1824</a>)</li> <li>d323b48 Feat: Add support for parenthesis in router patterns (<a href="https://redirect.github.com/swaggo/swag/issues/1859">#1859</a>)</li> <li>15dae35 Feat: multi-arch docker image (<a href="https://redirect.github.com/swaggo/swag/issues/1756">#1756</a>)</li> <li>83fe3ca Fix generics used with function scoped types (<a href="https://redirect.github.com/swaggo/swag/issues/1883">#1883</a>)</li> <li>ff50cd6 Fix global overrides for any/interface ref types (<a href="https://redirect.github.com/swaggo/swag/issues/1835">#1835</a>)</li> <li>1d730c5 Fix param comment escaping issue (<a href="https://redirect.github.com/swaggo/swag/issues/1890">#1890</a>)</li> <li>697572a Fixes Issue 1829 (<a href="https://redirect.github.com/swaggo/swag/issues/1830">#1830</a>)</li> <li>28de14c Flags to parse internal and dependency package (<a href="https://redirect.github.com/swaggo/swag/issues/1894">#1894</a>)</li> <li>4c2f8dd Handle case of empty GOROOT (<a href="https://redirect.github.com/swaggo/swag/issues/1798">#1798</a>)</li> <li>87e7d9c Update docker go build version to 1.21 (<a href="https://redirect.github.com/swaggo/swag/issues/1758">#1758</a>)</li> <li>4fd8a36 Update docs for request and response headers (<a href="https://redirect.github.com/swaggo/swag/issues/1825">#1825</a>)</li> <li>56fde5c Update operation.go (<a href="https://redirect.github.com/swaggo/swag/issues/1753">#1753</a>)</li> <li>807dd1f [Issue 1812] fix misalignment in expected.json and api.go messing with parser_test (<a href="https://redirect.github.com/swaggo/swag/issues/1836">#1836</a>)</li> <li>91624ad add support for &quot;title&quot; tag (<a href="https://redirect.github.com/swaggo/swag/issues/1762">#1762</a>)</li> <li>f32d4d3 adds support for complex types with function scope (<a href="https://redirect.github.com/swaggo/swag/issues/1813">#1813</a>)</li> <li>c7f1cd8 adds support for pointer function scoped fields (<a href="https://redirect.github.com/swaggo/swag/issues/1841">#1841</a>)</li> <li>8a47dcb bump go version (<a href="https://redirect.github.com/swaggo/swag/issues/1797">#1797</a>)</li> <li>0834357 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (<a href="https://redirect.github.com/swaggo/swag/issues/1793">#1793</a>)</li> <li>1bb1445 chore(deps): bump golang.org/x/net in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1794">#1794</a>)</li> <li>6aa6613 chore(deps): bump golang.org/x/net in /example/go-module-support (<a href="https://redirect.github.com/swaggo/swag/issues/1795">#1795</a>)</li> <li>d5af957 chore(deps): bump golang.org/x/net in /example/markdown (<a href="https://redirect.github.com/swaggo/swag/issues/1792">#1792</a>)</li> <li>0368d7d chore(deps): bump golang.org/x/net in /example/object-map-example (<a href="https://redirect.github.com/swaggo/swag/issues/1796">#1796</a>)</li> <li>b8662de chore(deps): bump google.golang.org/protobuf (<a href="https://redirect.github.com/swaggo/swag/issues/1773">#1773</a>)</li> <li>4a11e23 chore(deps): bump google.golang.org/protobuf (<a href="https://redirect.github.com/swaggo/swag/issues/1774">#1774</a>)</li> <li>937c239 chore(deps): bump google.golang.org/protobuf in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1775">#1775</a>)</li> <li>103ac42 chore: Update ci.yml (<a href="https://redirect.github.com/swaggo/swag/issues/1902">#1902</a>)</li> <li>90aa46f chore: fix some typos in comments (<a href="https://redirect.github.com/swaggo/swag/issues/1788">#1788</a>)</li> <li>e55c557 feat: read from stdin, write to stdout (<a href="https://redirect.github.com/swaggo/swag/issues/1831">#1831</a>) (<a href="https://redirect.github.com/swaggo/swag/issues/1832">#1832</a>)</li> <li>fd2fa83 fix issue: <a href="https://redirect.github.com/swaggo/swag/issues/1780">#1780</a>: filter $GOROOT path (<a href="https://redirect.github.com/swaggo/swag/issues/1827">#1827</a>)</li> <li>10030b0 fix parse nested structs and aliases (<a href="https://redirect.github.com/swaggo/swag/issues/1866">#1866</a>)</li> <li>7159b0f fix: failing assert in enums test on 32bit (<a href="https://redirect.github.com/swaggo/swag/issues/1634">#1634</a>)</li> <li>928264c fix: remove dropped tags from general infos (<a href="https://redirect.github.com/swaggo/swag/issues/1764">#1764</a>)</li> <li>a74d34c fix:parse all field names declared in a row (<a href="https://redirect.github.com/swaggo/swag/issues/1872">#1872</a>)</li> <li>0b9e347 new release (<a href="https://redirect.github.com/swaggo/swag/issues/1901">#1901</a>)</li> <li>a3c6d12 support markdown description for declaration (<a href="https://redirect.github.com/swaggo/swag/issues/1893">#1893</a>)</li> <li>9069105 update README (<a href="https://redirect.github.com/swaggo/swag/issues/1856">#1856</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/0b9e347c196710ea155a147782bf51707a600c2c"><code>0b9e347</code></a> new release (<a href="https://redirect.github.com/swaggo/swag/issues/1901">#1901</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/103ac425bb10efd43610f7a16f17298bfd61e71c"><code>103ac42</code></a> chore: Update ci.yml (<a href="https://redirect.github.com/swaggo/swag/issues/1902">#1902</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d323b4897592ac355ae3ee11fe140a115472d25d"><code>d323b48</code></a> Feat: Add support for parenthesis in router patterns (<a href="https://redirect.github.com/swaggo/swag/issues/1859">#1859</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/7159b0f7b3f11a516cf10b1b59e3513f955f912a"><code>7159b0f</code></a> fix: failing assert in enums test on 32bit (<a href="https://redirect.github.com/swaggo/swag/issues/1634">#1634</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/28de14c88f4745e163a184d96adbb009e29a52f5"><code>28de14c</code></a> Flags to parse internal and dependency package (<a href="https://redirect.github.com/swaggo/swag/issues/1894">#1894</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/a74d34c4566f59d7d8567f635e3909c7f86d823f"><code>a74d34c</code></a> fix:parse all field names declared in a row (<a href="https://redirect.github.com/swaggo/swag/issues/1872">#1872</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/4fd8a361b8eb343a3e463a8db5101568f0442c1e"><code>4fd8a36</code></a> Update docs for request and response headers (<a href="https://redirect.github.com/swaggo/swag/issues/1825">#1825</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/9069105bebbc90b10915f4ba2b014c1e875f2359"><code>9069105</code></a> update README (<a href="https://redirect.github.com/swaggo/swag/issues/1856">#1856</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/a3c6d12319acd519d0785c6211c4c8885e032e95"><code>a3c6d12</code></a> support markdown description for declaration (<a href="https://redirect.github.com/swaggo/swag/issues/1893">#1893</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/1d730c53a45b03640e1d15c6b0aacea6abbba2ce"><code>1d730c5</code></a> Fix param comment escaping issue (<a href="https://redirect.github.com/swaggo/swag/issues/1890">#1890</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.3...v1.16.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/testcontainers/testcontainers-go` from 0.31.0 to 0.34.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.34.0</h2> <h1>What's Changed</h1> <h2>🚀 Features</h2> <ul> <li>feat: add meilisearch-module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2835">#2835</a>) <a href="https://github.com/mashail"><code>@​mashail</code></a></li> <li>feat: add yugabytedb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2825">#2825</a>) <a href="https://github.com/henripqt"><code>@​henripqt</code></a></li> <li>feat: add etcd module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2788">#2788</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat: add dynamodb-local module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2799">#2799</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat: support databend module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2779">#2779</a>) <a href="https://github.com/hantmac"><code>@​hantmac</code></a></li> <li>feat(mongodb): Wait for mongodb module with a replicaset to finish (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2777">#2777</a>) <a href="https://github.com/smgt"><code>@​smgt</code></a></li> <li>feat: expose functions for resource clean up in tests and examples (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2738">#2738</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>feat(wait): for file (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2731">#2731</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>feat(compose): select services via profiles (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2758">#2758</a>) <a href="https://github.com/ngrash"><code>@​ngrash</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(postgres): duplicate snapshot name (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2840">#2840</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix(reaper): refactor to allow retries and fix races (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2728">#2728</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: update module container struct name and missing imports (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2831">#2831</a>) <a href="https://github.com/henripqt"><code>@​henripqt</code></a></li> <li>fix(redpanda): wait for (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2794">#2794</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix(elasticsearch): wait for (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2724">#2724</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix(grafana): update module path (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2797">#2797</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix: container logging deadlocks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2791">#2791</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: parallel containers clean race (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2790">#2790</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix(registry): wait for (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2793">#2793</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: handle 127 error code for podman compatibility (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2778">#2778</a>) <a href="https://github.com/vchandela"><code>@​vchandela</code></a></li> <li>fix: do not override ImageBuildOptions.Labels when building from a Dockerfile (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2775">#2775</a>) <a href="https://github.com/rzajac"><code>@​rzajac</code></a></li> <li>fix(postgres): Apply default snapshot name if no name specified (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2783">#2783</a>) <a href="https://github.com/kiview"><code>@​kiview</code></a></li> <li>fix: docker config error handling when config file does not exist (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2772">#2772</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: check if the discovered docker socket responds (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2741">#2741</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>Fix trailing slash on Image Prefix (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2747">#2747</a>) <a href="https://github.com/driverpt"><code>@​driverpt</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: document redpanda options (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2789">#2789</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>docs: refine heading badges in README (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2770">#2770</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>fix: use <code>Contains</code> or <code>ErrorContains</code> with testify (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2839">#2839</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li> <li>golangci-lint: enable thelper linter (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2834">#2834</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li> <li>chore: update ryuk to 0.10.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2833">#2833</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>chore: replace 'assert' with 'require' (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2827">#2827</a>) <a href="https://github.com/JoelLau"><code>@​JoelLau</code></a></li> <li>chore: replace 'assert' with 'require' for critical checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2824">#2824</a>) <a href="https://github.com/JoelLau"><code>@​JoelLau</code></a></li> <li>feat: add require for critical checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2812">#2812</a>) <a href="https://github.com/AshutoshKD"><code>@​AshutoshKD</code></a></li> <li>fix: container timeout test (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2792">#2792</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>chore: golangci-lint 1.61.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2787">#2787</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>ci: add generate for mocks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2774">#2774</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>chore: avoid using of log.Fatal in main in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2739">#2739</a>) <a href="https://github.com/stevenh"><code>@​stevenh</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/7d0f970ea5e25911e2f67f5fd4aff969067185a0"><code>7d0f970</code></a> chore: use new version (v0.34.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/2c66f202c5cf6605cbc4cf32329dc065d9cc4d95"><code>2c66f20</code></a> feat: add meilisearch-module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2835">#2835</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/235ab07d4c22fb7bf5ed735731d7a1aeb68018d5"><code>235ab07</code></a> fix(postgres): duplicate snapshot name (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2840">#2840</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/f1632b35b3a241818697aa338d54b61eb3550f39"><code>f1632b3</code></a> chore: use Contains or ErrorContains checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2839">#2839</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/b74984d043f27c31e3611b7d61dfb34e04ef0480"><code>b74984d</code></a> golangci-lint: enable thelper linter (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2834">#2834</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/5e988ffd21778f56f494cd744a0a288c2c8f3f6d"><code>5e988ff</code></a> fix(reaper): refactor to allow retries and fix races (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2728">#2728</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/56bb5015d460f67e7c185293a62b2707bd1e2ddb"><code>56bb501</code></a> chore: update ryuk to 0.10.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2833">#2833</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/27f699b43aa02e1d0bf7fe6efd7631f00e768319"><code>27f699b</code></a> feat: add yugabytedb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2825">#2825</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/00e7002d6cf57519e482796186a1f664dad48c07"><code>00e7002</code></a> fix: update module container struct name and missing imports (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2831">#2831</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/fb6a4ba574ecfebc2a14de987e3fe958f04a14f0"><code>fb6a4ba</code></a> chore: replace 'assert' with 'require' (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2827">#2827</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.31.0...v0.34.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.18.0 to 0.23.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/941f2100a0c205b9588e6c977c6acd0fd1f6a094"><code>941f210</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/3724ab8af5c31f982e13765ba3707ffe5c463e64"><code>3724ab8</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/ec562a8fd9463c138a07d623022ebb0e099f47c5"><code>ec562a8</code></a> README: don't recommend go get</li> <li><a href="https://github.com/golang/image/commit/931781a504d8accf27aaa5863e135f8b960b3aac"><code>931781a</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/c82123aa1384ef5797de16b8c67017758ebaaac6"><code>c82123a</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/59aa0406c4e8c388bad00a974aa256f21c4937a4"><code>59aa040</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/image/commit/8bfd4fda7549373b6c3ac280a8c62a7857fee133"><code>8bfd4fd</code></a> colornames: update link to SVG spec</li> <li><a href="https://github.com/golang/image/commit/bad7eb85590e3a472330709c65b0991f592da5f8"><code>bad7eb8</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/image/commit/9abbe108cb423f16627b1c32403aa8a2b9a8c633"><code>9abbe10</code></a> draw: avoid FMA (Fused Multiply Add)</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.18.0...v0.23.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.25.0 to 0.33.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/dfc720dfe0cfc125116068c20efcdcb5e4eab464"><code>dfc720d</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/8e66b04771e35c4e4125e8c60334b34e2423effb"><code>8e66b04</code></a> html: use strings.EqualFold instead of lowering ourselves</li> <li><a href="https://github.com/golang/net/commit/b935f7b5d723c82894e1a1fd936a94dd2d1eae46"><code>b935f7b</code></a> html: avoid endless loop on error token</li> <li><a href="https://github.com/golang/net/commit/9af49ef148d7d8b3e4cbbd9cc0cd37f2a520a4a3"><code>9af49ef</code></a> route: remove unused sizeof* consts</li> <li><a href="https://github.com/golang/net/commit/6705db9a4df8f2cf16aed83e773e7a0213788b7a"><code>6705db9</code></a> quic: clean up crypto streams when dropping packet protection keys</li> <li><a href="https://github.com/golang/net/commit/4ef7588d2b3f83775099797baac43c34e2e23200"><code>4ef7588</code></a> quic: handle ACK frame in packet which drops number space</li> <li><a href="https://github.com/golang/net/commit/552d8ac903a11a9fde71a88732f5b58b6b394178"><code>552d8ac</code></a> Revert &quot;route: change from syscall to x/sys/unix&quot;</li> <li><a href="https://github.com/golang/net/commit/13a7c0108bd38aad013797cdb95e6bfca0bbcec6"><code>13a7c01</code></a> Revert &quot;route: remove unused sizeof* consts on freebsd&quot;</li> <li><a href="https://github.com/golang/net/commit/285e1cf6650f407805ea8af9255624961b768479"><code>285e1cf</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/d0a1049b7e05d3d6f62570a8381a22301a97ae73"><code>d0a1049</code></a> route: remove unused sizeof* consts on freebsd</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.25.0...v0.33.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.29.9 to 1.34.4 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/d3e8a664e8b51225de529ad17338007b5f16c5df"><code>d3e8a66</code></a> retract v1.34.3</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/1fcc86e9d6e8d65d4928c1575b3d4cbdcb0fc70c"><code>1fcc86e</code></a> fix accidentaly broken openbsd/amd64 build</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/7f15e6eb45fa87fd65c5817b56d449a3b80a1d24"><code>7f15e6e</code></a> linux/arm64: patch libc bug at runtime, updates <a href="https://gitlab.com/cznic/sqlite/issues/199">#199</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/fe367e39dd965f6b5cad190106558cf1b41aa2ea"><code>fe367e3</code></a> merge dev@2573fa9f, updates <a href="https://gitlab.com/cznic/sqlite/issues/198">#198</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/8406fdaa4d6a65a3d8e27e32891d6307083e4c86"><code>8406fda</code></a> Update change log</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/eaf76119a81f77b023cc8a07c9927b91424b2fa8"><code>eaf7611</code></a> Merge bran... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:59 +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#948
No description provided.