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

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/all-a9fb73fd8b


📝 Commits (1)

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

📊 Changes

2 files changed (+124 additions, -125 deletions)

View changed files

📝 go.mod (+38 -39)
📝 go.sum (+86 -86)

📄 Description

Bumps the all group with 14 updates:

Package From To
github.com/PuerkitoBio/goquery 1.9.2 1.10.0
github.com/fatih/color 1.17.0 1.18.0
github.com/gin-contrib/requestid 1.0.2 1.0.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/swaggo/swag 1.16.3 1.16.4
github.com/testcontainers/testcontainers-go 0.31.0 0.34.0
golang.org/x/crypto 0.23.0 0.27.0
golang.org/x/image 0.16.0 0.21.0
golang.org/x/net 0.25.0 0.29.0
golang.org/x/term 0.20.0 0.24.0
modernc.org/sqlite 1.29.9 1.33.1

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

Release notes

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

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
  • 7d37930 Update readme to prepare 1.10 version
  • 9551ee5 Merge pull request #489 from PuerkitoBio/amikai-itereach-pr
  • 291e2cf Merge branch 'master' into amikai-itereach-pr
  • 7019296 Update CI to target go1.23+
  • eec8e87 Revert "Re-orangize code for compitable"
  • 957a864 Prepare 1.9.3 release
  • 34d91db Merge pull request #488 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 0984c44 Bump golang.org/x/net from 0.28.0 to 0.29.0
  • fbfb78c Merge pull request #487 from Kiyo510/fix_ci_test
  • e91ee4d Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...
  • 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.3

Release notes

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

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
  • 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
  • 228d8b0 ci: update CI/CD pipeline and testing configurations
  • 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/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/crypto from 0.23.0 to 0.27.0

Commits
  • c9da6b9 all: fix printf(var) mistakes detected by latest printf checker
  • b35ab4f go.mod: update golang.org/x dependencies
  • bcb0f91 internal/poly1305: Port sum_amd64.s to Avo
  • 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s
  • 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo
  • 82942cf blake2b: port blake2b_amd64.s to Avo
  • 0484c26 blake2b: port blake2bAVX2_amd64.s to Avo
  • 38ed1bc blake2s: port blake2s_amd64.s to Avo
  • 38a0b5d argon2: Avo port of blamka_amd64.s
  • bf5f14f x509roots/fallback: update bundle
  • Additional commits viewable in compare view

Updates golang.org/x/image from 0.16.0 to 0.21.0

Commits
  • 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)
  • 3bbf4a6 tiff: Validate palette indices when parsing palette-color images
  • 6c5fa46 go.mod: update golang.org/x dependencies
  • See full diff in compare view

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

Commits
  • 35b4aba go.mod: update golang.org/x dependencies
  • 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
  • 4542a42 go.mod: update golang.org/x dependencies
  • 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding
  • 032e4e4 LICENSE: update per Google Legal
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • 66e838c go.mod: update golang.org/x dependencies
  • 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.20.0 to 0.24.0

Commits
  • 2f7b0dd go.mod: update golang.org/x dependencies
  • f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
  • d598954 go.mod: update golang.org/x dependencies
  • d4346f0 LICENSE: update per Google Legal
  • c976cb1 go.mod: update golang.org/x dependencies
  • 5f0bb72 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates modernc.org/sqlite from 1.29.9 to 1.33.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/1006 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-a9fb73fd8b` --- ### 📝 Commits (1) - [`e5311f1`](https://github.com/go-shiori/shiori/commit/e5311f19398a2324b1ede275bf20e58bf687a5fd) chore(deps): bump the all group with 14 updates ### 📊 Changes **2 files changed** (+124 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+38 -39) 📝 `go.sum` (+86 -86) </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.0` | | [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.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/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/crypto](https://github.com/golang/crypto) | `0.23.0` | `0.27.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.16.0` | `0.21.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.25.0` | `0.29.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.20.0` | `0.24.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.9` | `1.33.1` | Updates `github.com/PuerkitoBio/goquery` from 1.9.2 to 1.10.0 <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.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/7d37930884bfdad3d5a49b185e89be42f7bf4410"><code>7d37930</code></a> Update readme to prepare 1.10 version</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9551ee516ea5d7866c68614500dec31d49245adf"><code>9551ee5</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/489">#489</a> from PuerkitoBio/amikai-itereach-pr</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/291e2cf4e3a64d74ac7b864403642dedc6a59ea5"><code>291e2cf</code></a> Merge branch 'master' into amikai-itereach-pr</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/7019296f03391013d526544d8cd6aaa98e4db3ff"><code>7019296</code></a> Update CI to target go1.23+</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/eec8e87fed856dc0ebbdc6c19efbb835b3ee627e"><code>eec8e87</code></a> Revert &quot;Re-orangize code for compitable&quot;</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/957a8644434a5db6078c111a7d0b7c1f3786d751"><code>957a864</code></a> Prepare 1.9.3 release</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/34d91dbc6711d5f8835ca31c52dce6a7450ae394"><code>34d91db</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/488">#488</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/0984c44baeff66eb69180bc2d55b49e9dbaf4a97"><code>0984c44</code></a> Bump golang.org/x/net from 0.28.0 to 0.29.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/fbfb78c3525543fefe95d1c12e6d60839ab2acc8"><code>fbfb78c</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/487">#487</a> from Kiyo510/fix_ci_test</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/e91ee4d7904a8d361b11af7b9b1e1301eccdf9d9"><code>e91ee4d</code></a> Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.9.2...v1.10.0">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.3 <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.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/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><a href="https://github.com/gin-contrib/requestid/commit/228d8b0f60aadea29453e6ac21e863c2d72855d5"><code>228d8b0</code></a> ci: update CI/CD pipeline and testing configurations</li> <li>See full diff in <a href="https://github.com/gin-contrib/requestid/compare/v1.0.2...v1.0.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/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/crypto` from 0.23.0 to 0.27.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/c9da6b9a4008902aae7c754e8f01d42e2d2cf205"><code>c9da6b9</code></a> all: fix printf(var) mistakes detected by latest printf checker</li> <li><a href="https://github.com/golang/crypto/commit/b35ab4fde0e27d900fc800ae12370c858b58ba41"><code>b35ab4f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/bcb0f91bbceb3486cc7f10102ff046661fb4d364"><code>bcb0f91</code></a> internal/poly1305: Port sum_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/7eace71069e621a910a5158a1b46314d38f724ae"><code>7eace71</code></a> chacha20poly1305: Avo port of chacha20poly1305_amd64.s</li> <li><a href="https://github.com/golang/crypto/commit/620dfbc770bb652335dab79ae80f6c9bdb1a7321"><code>620dfbc</code></a> salsa20/salsa: Port salsa20_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/82942cf1d8d34067e576572f2e00014a78c1efd8"><code>82942cf</code></a> blake2b: port blake2b_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/0484c26df710dd85a038090191bda8c385afdd49"><code>0484c26</code></a> blake2b: port blake2bAVX2_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/38ed1bc0ecdc7fbeadbc7337dc44667688eac800"><code>38ed1bc</code></a> blake2s: port blake2s_amd64.s to Avo</li> <li><a href="https://github.com/golang/crypto/commit/38a0b5da75b2e8dab0b735296f86d9605e5f92cf"><code>38a0b5d</code></a> argon2: Avo port of blamka_amd64.s</li> <li><a href="https://github.com/golang/crypto/commit/bf5f14f5457a10932761a9abe55eb6e2d05e092a"><code>bf5f14f</code></a> x509roots/fallback: update bundle</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.23.0...v0.27.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.16.0 to 0.21.0 <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/golang/image/commit/3bbf4a659e56fde394e7214ddd17673223aca672"><code>3bbf4a6</code></a> tiff: Validate palette indices when parsing palette-color images</li> <li><a href="https://github.com/golang/image/commit/6c5fa462eb87ac98bad9b09ea3b041dd770fa611"><code>6c5fa46</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.16.0...v0.21.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.25.0 to 0.29.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/35b4abaed97f1df7ee83c075f500e84d8d75d184"><code>35b4aba</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/9bf379fa3ecca65daf9d75766986d20ea202f7f8"><code>9bf379f</code></a> websocket: fix printf(var) mistake detected by latest printf checker</li> <li><a href="https://github.com/golang/net/commit/4542a42604cd159f1adb93c58368079ae37b3bf6"><code>4542a42</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/765c7e89b3bdd76bfc210acddd3ca73931eb8d1d"><code>765c7e8</code></a> xsrftoken: create no padding base64 string by RawURLEncoding</li> <li><a href="https://github.com/golang/net/commit/032e4e4358b0ef66f5295d9a78bda41e4d6d399b"><code>032e4e4</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/net/commit/e2310ae9eb6425ee6736cfc40f982f42e20f5850"><code>e2310ae</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/77708f716e46255944251965f8240a0eab01e099"><code>77708f7</code></a> quic: skip tests which depend on unimplemented UDP functions on Plan 9</li> <li><a href="https://github.com/golang/net/commit/9617c6335bca5e4e80949a5b1dbe43273260e8a3"><code>9617c63</code></a> http2: avoid Transport hang with Connection: close and AllowHTTP</li> <li><a href="https://github.com/golang/net/commit/66e838c6fbf5387ecedc26ce490b5f4d6864a854"><code>66e838c</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/6249541f2a6c4cff317a4502d93dd287c5fb0c51"><code>6249541</code></a> http2: avoid race in server handler SetReadDeadine/SetWriteDeadline</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.25.0...v0.29.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.20.0 to 0.24.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/2f7b0dd7437f43f64ee482c4f85280a4ddad94ed"><code>2f7b0dd</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/f867b7695b98cb86bbc9568bc1b5a0d015fffbd4"><code>f867b76</code></a> x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows</li> <li><a href="https://github.com/golang/term/commit/d59895469ac1327e92a3ee0ecb6dd868315fcd74"><code>d598954</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/d4346f0be292b658f9757739afbafc1882d1b78c"><code>d4346f0</code></a> LICENSE: update per Google Legal</li> <li><a href="https://github.com/golang/term/commit/c976cb1d70cf59933953bec8a47c867e343c9eac"><code>c976cb1</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/5f0bb723151ab65fd6a3386b3160320e7419602e"><code>5f0bb72</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.20.0...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.29.9 to 1.33.1 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/ad49d64f87afece63ad1c34869fe805c8962e1dd"><code>ad49d64</code></a> retract v1.33.0</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/cc087474129cdd331e2b018ff441af66c8be93aa"><code>cc08747</code></a> use internal/libc, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/8794efa65d4ffb89a210957ab696d52c077fe722"><code>8794efa</code></a> use internal/libc, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/b550c209d518eb40f82eda3689f82fb9de66cfbf"><code>b550c20</code></a> replace modernc.org/libc =&gt; ./internal/libc, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/32d5dd2f57a92dc7982c1d968d03572642284c01"><code>32d5dd2</code></a> Merge branch 'feature/fcntl-persist-wal' into 'master'</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/61f61b274887264ec8062a3541ca18e62dff88f1"><code>61f61b2</code></a> Add support for setting SQLITE_FCNTL_PERSIST_WAL</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/b0354f7c3514e4d555487e0a855cfdb64bf0e7cc"><code>b0354f7</code></a> fix documentation</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/34bc99bbec6ca62b7338a5f48cc6a5b9b8ca699d"><code>34bc99b</code></a> vendor libsqlite3@v1.5.2 /n</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/2708c0b7cceeae8a5c4d5ba31062651895ddb742"><code>2708c0b</code></a> vendor libsqlite3@v1.5.2</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/53acf59fdc6af057c8cfdf03b589266b1aaeb1bc"><code>53acf59</code></a> builder.json: disable autotag</li> <li>Additional commits viewable in <a href="https://gitlab.com/cznic/sqlite/compare/v1.29.9...v1.33.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:35:54 +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#920
No description provided.