[PR #832] [CLOSED] chore(deps): bump the all group with 6 updates #810

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

📋 Pull Request Information

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

Base: masterHead: dependabot/go_modules/all-f479aa286c


📝 Commits (1)

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

📊 Changes

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

View changed files

📝 go.mod (+8 -8)
📝 go.sum (+18 -18)

📄 Description

Bumps the all group with 6 updates:

Package From To
github.com/go-shiori/go-epub 1.2.0 1.2.1
github.com/sethvargo/go-envconfig 0.9.0 1.0.0
github.com/swaggo/swag 1.16.2 1.16.3
golang.org/x/crypto 0.17.0 0.18.0
golang.org/x/image 0.14.0 0.15.0
golang.org/x/net 0.19.0 0.20.0

Updates github.com/go-shiori/go-epub from 1.2.0 to 1.2.1

Release notes

Sourced from github.com/go-shiori/go-epub's releases.

v1.2.1: For Armita Geravand

For Armita Geravand Highlights:

  • Update to golang v1.21
  • Refactor logic for the appending of subsections
  • Fix bugs

thanks @​fmartingr @​ChengShusss @​ALIBRAGIMOV

What's Changed

New Contributors

Full Changelog: https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1

Commits

Updates github.com/sethvargo/go-envconfig from 0.9.0 to 1.0.0

Release notes

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

v1.0.0

[!CAUTION]

This release includes breaking changes. Please read these release notes thoroughly.

New features

  • Introduce global and cascading configuration options by @​sethvargo in sethvargo/go-envconfig#97

    This introduces the concept of global configurations and cascades struct-level configuration options onto all child fields. For example, marking a struct as required will mark all child fields as required. Similarly, setting a custom delimiter on a struct tag propagates that delimiter to all child fields of the struct. This behavior previously only applied to the noinit tag, but it now applies to all tags.

Breaking changes

  • Change MutatorFunc to be more flexible by @​sethvargo in sethvargo/go-envconfig#92 and sethvargo/go-envconfig#94

    ⚠️ BREAKING! This changes the signature of the MutatorFunc to have more information about prior states. It will include the original environment variable names and values, as well as the currently resolved values. Additionally, the mutation chain can now be stopped without returning an error.

  • Require Go 1.21 or later by @​sethvargo in sethvargo/go-envconfig#93

    ⚠️ BREAKING! The new minimum required Go version is 1.21.

  • Drop ExtractDefaults functionality by @​sethvargo in sethvargo/go-envconfig#95

    ⚠️ BREAKING! This removes the ExtractDefaults function. It was rarely used and resulted in extraneous processing. Users who depended on this functionality can call ProcessWith an empty MapLookuper (which is all ExtractDefaults did anyway).

  • Ignore prefix computing environment variable defaults by @​sethvargo in sethvargo/go-envconfig#99

    ⚠️ BREAKING! Computing the default value for an environment variable when the default value is another environment variable will ignore any prefixes on the current lookuper. See sethvargo/go-envconfig#85 for more information.

  • Allow configurable decoding by @​sethvargo in sethvargo/go-envconfig#100

    ⚠️ BREAKING! Envconfig no longer runs decoders or mutators on unset values. To restore the old behavior, add the decodeunset struct field annotation or pass the DefaultDecodeUnset configuration option as true. See sethvargo/go-envconfig#100 for more information.

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v0.9.0...v1.0.0-beta1

v1.0.0-beta1

This is now released as v1.0.0. There are no changes between v1.0.0 and this release.

Commits

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

Release notes

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

v1.16.3

  • 71479840365bb3230a6e918e76fcc49eed959c73 Feat: Support generic with map params (#1746)
  • ae7e40458a443f8aa4e3de18aa96572e8bec00b5 Fix: Trim tab spaces from @​scope annotations (#1744)
  • d4218f274fc1f8c0a047a204d54391850d369ead Feat: Struct fields supported for header and path param types (#1740)
  • 76695ca805952b7d053bd169dbf87476c7dc0e43 Fix: TrimRight [] on an array filed json name to compatible with ts codegen (#1706)
  • 76031216231b1c6a0869f15c944394a3013767bb Feat: Add flag state to generate operations with different state into different docs (#1629)
  • 0fb6820cd53c1a5a4bb82b9ba955287da9e1e712 Feat: Deprecate some parts of routers in an operation (#1735)
  • 744a58e926382a8d965f60ca02765b52db6efd8f Drop support for go v1.17.x (#1723)
  • 6cdaaf5c77457e82d9e0f8fccd303fefb8dc8072 Fix: Find definitions from external packages first (#1666)
  • 0ade78c78572dd28f38cde315380241e6e8d30eb Enhancement: Improve docker container usage (#1704)
  • 2da9651010b267aaa273464dfcedc18ae0860b93 Fix: nil supported in combined response object(#1667)
Commits

Updates golang.org/x/crypto from 0.17.0 to 0.18.0

Commits
  • dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
  • 403f699 ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr
  • 055043d go.mod: update golang.org/x dependencies
  • 08396bb internal/poly1305: drop Go 1.12 compatibility
  • See full diff in compare view

Updates golang.org/x/image from 0.14.0 to 0.15.0

Commits

Updates golang.org/x/net from 0.19.0 to 0.20.0

Commits
  • cb5b10f go.mod: update golang.org/x dependencies
  • 689bbc7 quic: deflake TestStreamsCreateConcurrency
  • f12db26 internal/quic/cmd/interop: use wget --no-verbose in Dockerfile
  • c136d0c quic: avoid panic when PTO expires and implicitly-created streams exist
  • f9726a9 quic: fix packet size logging
  • c337daf quic: enable qlog output in tests
  • 2b416c3 quic/qlog: create log files with O_EXCL
  • 1e59a7e quic/qlog: correctly write negative durations
  • b0eb4d6 quic: compute pnum len from max ack received, not sent
  • b952594 quic: fix data race in connection close
  • Additional commits viewable in compare view

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/832 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-f479aa286c` --- ### 📝 Commits (1) - [`a852fb5`](https://github.com/go-shiori/shiori/commit/a852fb585b5bb0e365c421ecce20ad3503ec0443) chore(deps): bump the all group with 6 updates ### 📊 Changes **2 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -8) 📝 `go.sum` (+18 -18) </details> ### 📄 Description Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-shiori/go-epub](https://github.com/go-shiori/go-epub) | `1.2.0` | `1.2.1` | | [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `0.9.0` | `1.0.0` | | [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.2` | `1.16.3` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.17.0` | `0.18.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.14.0` | `0.15.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.19.0` | `0.20.0` | Updates `github.com/go-shiori/go-epub` from 1.2.0 to 1.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-shiori/go-epub/releases">github.com/go-shiori/go-epub's releases</a>.</em></p> <blockquote> <h2>v1.2.1: For Armita Geravand</h2> <p>For <a href="https://en.wikipedia.org/wiki/Death_of_Armita_Geravand">Armita Geravand</a> Highlights:</p> <ul> <li>Update to golang v1.21</li> <li>Refactor logic for the appending of subsections</li> <li>Fix bugs</li> </ul> <p>thanks <a href="https://github.com/fmartingr"><code>@​fmartingr</code></a> <a href="https://github.com/ChengShusss"><code>@​ChengShusss</code></a> <a href="https://github.com/ALIBRAGIMOV"><code>@​ALIBRAGIMOV</code></a></p> <h2>What's Changed</h2> <ul> <li>fix: misplaced subsection position in toc.ncx by <a href="https://github.com/ChengShusss"><code>@​ChengShusss</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/13">go-shiori/go-epub#13</a></li> <li>fix: Append subsection to subsection by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/18">go-shiori/go-epub#18</a></li> <li>fix: ineffectual assignment to parentIndex by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/19">go-shiori/go-epub#19</a></li> <li>update to golang v1.21 by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/21">go-shiori/go-epub#21</a></li> <li>deps: add dependabot by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/23">go-shiori/go-epub#23</a></li> <li>fix: add file extension at the end of filename if not provided by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/20">go-shiori/go-epub#20</a></li> <li>ci: add codecov support by <a href="https://github.com/fmartingr"><code>@​fmartingr</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/24">go-shiori/go-epub#24</a></li> <li>deps: Update Dependencies by <a href="https://github.com/Monirzadeh"><code>@​Monirzadeh</code></a> in <a href="https://redirect.github.com/go-shiori/go-epub/pull/25">go-shiori/go-epub#25</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ChengShusss"><code>@​ChengShusss</code></a> made their first contribution in <a href="https://redirect.github.com/go-shiori/go-epub/pull/13">go-shiori/go-epub#13</a></li> <li><a href="https://github.com/fmartingr"><code>@​fmartingr</code></a> made their first contribution in <a href="https://redirect.github.com/go-shiori/go-epub/pull/24">go-shiori/go-epub#24</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1">https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-shiori/go-epub/commit/2f668451ef95fd27bce83491cd85a41f4a4dcf5e"><code>2f66845</code></a> deps: Update Dependencies (<a href="https://redirect.github.com/go-shiori/go-epub/issues/25">#25</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/887d7eee6ffe71680b98ae09cedc5598c7e378f0"><code>887d7ee</code></a> ci: add codecov support (<a href="https://redirect.github.com/go-shiori/go-epub/issues/24">#24</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/9c10b0633978a83cadd4b4af15d73b63041d0172"><code>9c10b06</code></a> fix: add file extension at the end of filename if not provided (<a href="https://redirect.github.com/go-shiori/go-epub/issues/20">#20</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/00a59d4065980fa5e78cb0780c077d988657ad49"><code>00a59d4</code></a> deps: add dependabot (<a href="https://redirect.github.com/go-shiori/go-epub/issues/23">#23</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/1831f01a5ce3ce3c2aa2377fee7f88dc4d858ca3"><code>1831f01</code></a> update to golang v1.21 (<a href="https://redirect.github.com/go-shiori/go-epub/issues/21">#21</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/2b0d15c95966413b7c7bc1311bf4986b2051d11d"><code>2b0d15c</code></a> fix: ineffectual assignment to parentIndex (<a href="https://redirect.github.com/go-shiori/go-epub/issues/19">#19</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/f66805e5913284328160795384a03940360560aa"><code>f66805e</code></a> fix: Append subsection to subsection (<a href="https://redirect.github.com/go-shiori/go-epub/issues/18">#18</a>)</li> <li><a href="https://github.com/go-shiori/go-epub/commit/8db857ca17a5e4d9d1b37f7ca18f6f2b720be894"><code>8db857c</code></a> fix: misplaced subsection position in toc.ncx (<a href="https://redirect.github.com/go-shiori/go-epub/issues/13">#13</a>)</li> <li>See full diff in <a href="https://github.com/go-shiori/go-epub/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/sethvargo/go-envconfig` from 0.9.0 to 1.0.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.0.0</h2> <blockquote> <p>[!CAUTION]</p> <p>This release includes <strong>breaking changes</strong>. Please read these release notes thoroughly.</p> </blockquote> <h2>New features</h2> <ul> <li> <p>Introduce global and cascading configuration options by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/97">sethvargo/go-envconfig#97</a></p> <blockquote> <p>This introduces the concept of global configurations and cascades struct-level configuration options onto all child fields. For example, marking a struct as required will mark all child fields as required. Similarly, setting a custom delimiter on a struct tag propagates that delimiter to all child fields of the struct. This behavior previously only applied to the <code>noinit</code> tag, but it now applies to all tags.</p> </blockquote> </li> </ul> <h2>Breaking changes</h2> <ul> <li> <p>Change <code>MutatorFunc</code> to be more flexible by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/92">sethvargo/go-envconfig#92</a> and <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/94">sethvargo/go-envconfig#94</a></p> <blockquote> <p><strong>⚠️ BREAKING!</strong> This changes the signature of the <code>MutatorFunc</code> to have more information about prior states. It will include the original environment variable names and values, as well as the currently resolved values. Additionally, the mutation chain can now be stopped without returning an error.</p> </blockquote> </li> <li> <p>Require Go 1.21 or later by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/93">sethvargo/go-envconfig#93</a></p> <blockquote> <p><strong>⚠️ BREAKING!</strong> The new minimum required Go version is 1.21.</p> </blockquote> </li> <li> <p>Drop <code>ExtractDefaults</code> functionality by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/95">sethvargo/go-envconfig#95</a></p> <blockquote> <p><strong>⚠️ BREAKING!</strong> This removes the <code>ExtractDefaults</code> function. It was rarely used and resulted in extraneous processing. Users who depended on this functionality can call <code>ProcessWith</code> an empty <code>MapLookuper</code> (which is all <code>ExtractDefaults</code> did anyway).</p> </blockquote> </li> <li> <p>Ignore prefix computing environment variable defaults by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/99">sethvargo/go-envconfig#99</a></p> <blockquote> <p><strong>⚠️ BREAKING!</strong> Computing the default value for an environment variable when the default value is another environment variable will ignore any prefixes on the current lookuper. See <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/85">sethvargo/go-envconfig#85</a> for more information.</p> </blockquote> </li> <li> <p>Allow configurable decoding by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/100">sethvargo/go-envconfig#100</a></p> <blockquote> <p><strong>⚠️ BREAKING!</strong> Envconfig no longer runs decoders or mutators on unset values. To restore the old behavior, add the <code>decodeunset</code> struct field annotation or pass the <code>DefaultDecodeUnset</code> configuration option as true. See <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/100">sethvargo/go-envconfig#100</a> for more information.</p> </blockquote> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v0.9.0...v1.0.0-beta1">https://github.com/sethvargo/go-envconfig/compare/v0.9.0...v1.0.0-beta1</a></p> <h2>v1.0.0-beta1</h2> <p>This is now <a href="https://github.com/sethvargo/go-envconfig/releases/tag/v1.0.0">released as v1.0.0</a>. There are no changes between v1.0.0 and this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sethvargo/go-envconfig/commit/13fa723da4ad08f887b9277467a23870fa325f3a"><code>13fa723</code></a> Fix docs</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/ee3f51d2c2f57a408d61d81dcf9ce3a566866841"><code>ee3f51d</code></a> Update docs and examples (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/101">#101</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/ed1aec110f27d5754124a95c5feef14b04d79141"><code>ed1aec1</code></a> Allow configurable decoding (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/100">#100</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/668ea4a06711206a20ac44ffef63094d94e87cd7"><code>668ea4a</code></a> Ignore prefix computing environment variable defaults (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/99">#99</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/2938058a9be2a35e293cd08b39e2cadd4e825aeb"><code>2938058</code></a> Add more test coverage for global configs (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/98">#98</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/9dce086410e5ba9ff83a954be3f2284d3e6ae3c1"><code>9dce086</code></a> Introduce global and cascading configuration options (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/97">#97</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/d42f4a2e352abcdc8e18e6f5f2397c18656db3be"><code>d42f4a2</code></a> Use generics to clean up pointer pointers in tests (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/96">#96</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/49064283e6873c0eccb8cdf89e0f335131118c89"><code>4906428</code></a> Drop ExtractDefaults functionality (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/95">#95</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/053a0d2108d555ae054f68203fdba591220f5b5a"><code>053a0d2</code></a> Make mutators a full-fledged interface (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/94">#94</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/b632c02d732f27eb268bf1e205011c5a1aa9d441"><code>b632c02</code></a> Require Go 1.21 or later (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/93">#93</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sethvargo/go-envconfig/compare/v0.9.0...v1.0.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/swaggo/swag` from 1.16.2 to 1.16.3 <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.3</h2> <ul> <li>71479840365bb3230a6e918e76fcc49eed959c73 Feat: Support generic with map params (<a href="https://redirect.github.com/swaggo/swag/issues/1746">#1746</a>)</li> <li>ae7e40458a443f8aa4e3de18aa96572e8bec00b5 Fix: Trim tab spaces from <a href="https://github.com/scope"><code>@​scope</code></a> annotations (<a href="https://redirect.github.com/swaggo/swag/issues/1744">#1744</a>)</li> <li>d4218f274fc1f8c0a047a204d54391850d369ead Feat: Struct fields supported for header and path param types (<a href="https://redirect.github.com/swaggo/swag/issues/1740">#1740</a>)</li> <li>76695ca805952b7d053bd169dbf87476c7dc0e43 Fix: TrimRight <code>[]</code> on an array filed json name to compatible with ts codegen (<a href="https://redirect.github.com/swaggo/swag/issues/1706">#1706</a>)</li> <li>76031216231b1c6a0869f15c944394a3013767bb Feat: Add flag state to generate operations with different state into different docs (<a href="https://redirect.github.com/swaggo/swag/issues/1629">#1629</a>)</li> <li>0fb6820cd53c1a5a4bb82b9ba955287da9e1e712 Feat: Deprecate some parts of routers in an operation (<a href="https://redirect.github.com/swaggo/swag/issues/1735">#1735</a>)</li> <li>744a58e926382a8d965f60ca02765b52db6efd8f Drop support for go v1.17.x (<a href="https://redirect.github.com/swaggo/swag/issues/1723">#1723</a>)</li> <li>6cdaaf5c77457e82d9e0f8fccd303fefb8dc8072 Fix: Find definitions from external packages first (<a href="https://redirect.github.com/swaggo/swag/issues/1666">#1666</a>)</li> <li>0ade78c78572dd28f38cde315380241e6e8d30eb Enhancement: Improve docker container usage (<a href="https://redirect.github.com/swaggo/swag/issues/1704">#1704</a>)</li> <li>2da9651010b267aaa273464dfcedc18ae0860b93 Fix: nil supported in combined response object(<a href="https://redirect.github.com/swaggo/swag/issues/1667">#1667</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/98ed434a1088170a3e2e97670a9b6c781463350f"><code>98ed434</code></a> Update version.go (<a href="https://redirect.github.com/swaggo/swag/issues/1751">#1751</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/71479840365bb3230a6e918e76fcc49eed959c73"><code>7147984</code></a> Feat: Support generic with map params (<a href="https://redirect.github.com/swaggo/swag/issues/1746">#1746</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/ae7e40458a443f8aa4e3de18aa96572e8bec00b5"><code>ae7e404</code></a> fix <a href="https://redirect.github.com/swaggo/swag/issues/1742">#1742</a> (<a href="https://redirect.github.com/swaggo/swag/issues/1744">#1744</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d4218f274fc1f8c0a047a204d54391850d369ead"><code>d4218f2</code></a> Struct fields supported for header and path param types (<a href="https://redirect.github.com/swaggo/swag/issues/1740">#1740</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/76695ca805952b7d053bd169dbf87476c7dc0e43"><code>76695ca</code></a> bug: array form filed name should not contains bracket which led to invalid f...</li> <li><a href="https://github.com/swaggo/swag/commit/0fb6820cd53c1a5a4bb82b9ba955287da9e1e712"><code>0fb6820</code></a> deprecate some parts of routers in an operation (<a href="https://redirect.github.com/swaggo/swag/issues/1735">#1735</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/33da9924eeb760a0d4fb62b7a3af0dda5bd11eb4"><code>33da992</code></a> chore(deps): bump golang.org/x/crypto in /example/object-map-example (<a href="https://redirect.github.com/swaggo/swag/issues/1725">#1725</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/fb5890cf28777fd78298d3b1e62f73b15044b273"><code>fb5890c</code></a> chore(deps): bump golang.org/x/crypto in /example/go-module-support (<a href="https://redirect.github.com/swaggo/swag/issues/1726">#1726</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/43fec8e6608b26845d4edd878e079569df1ad2cf"><code>43fec8e</code></a> chore(deps): bump golang.org/x/crypto in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1727">#1727</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/9fdba3ed893dfe2794c96dfe13d8d8c299d62259"><code>9fdba3e</code></a> fix deps (<a href="https://redirect.github.com/swaggo/swag/issues/1724">#1724</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.2...v1.16.3">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.17.0 to 0.18.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/dbb6ec16ecef7a66638d8514be54b13660551b0a"><code>dbb6ec1</code></a> ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...</li> <li><a href="https://github.com/golang/crypto/commit/403f69900ed17a8c7dace8740fa0bed65ad19bbf"><code>403f699</code></a> ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr</li> <li><a href="https://github.com/golang/crypto/commit/055043dfed6c4d9fcec3323f6c5e67b753f171e1"><code>055043d</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/08396bb92b82dea0967fda0bc947baa1ae721de4"><code>08396bb</code></a> internal/poly1305: drop Go 1.12 compatibility</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.17.0...v0.18.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.14.0 to 0.15.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/9e190ae4a3c5edc736fd99ba38be1c9d08ea5320"><code>9e190ae</code></a> webp: disallow multiple VP8X chunks</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.14.0...v0.15.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.19.0 to 0.20.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/cb5b10f0bbc51089bf49030ce3bd43bbfee08c23"><code>cb5b10f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/689bbc7005f6bbf9fac1a8333bf03436fa4b4b2a"><code>689bbc7</code></a> quic: deflake TestStreamsCreateConcurrency</li> <li><a href="https://github.com/golang/net/commit/f12db26b1c9293fa3eb95c936e548d2c1fba4ba9"><code>f12db26</code></a> internal/quic/cmd/interop: use wget --no-verbose in Dockerfile</li> <li><a href="https://github.com/golang/net/commit/c136d0c937afa54dca414a69603bb1570a28879f"><code>c136d0c</code></a> quic: avoid panic when PTO expires and implicitly-created streams exist</li> <li><a href="https://github.com/golang/net/commit/f9726a9e4a0fba67ce78802b47601ba194d15b3f"><code>f9726a9</code></a> quic: fix packet size logging</li> <li><a href="https://github.com/golang/net/commit/c337daf7db6b2f45306e9b972588478201259c0d"><code>c337daf</code></a> quic: enable qlog output in tests</li> <li><a href="https://github.com/golang/net/commit/2b416c3c961a9829f7ca97dd44690e71719f68f2"><code>2b416c3</code></a> quic/qlog: create log files with O_EXCL</li> <li><a href="https://github.com/golang/net/commit/1e59a7e58ce15106ab0248605c5de0701624072b"><code>1e59a7e</code></a> quic/qlog: correctly write negative durations</li> <li><a href="https://github.com/golang/net/commit/b0eb4d6c942abf81c513c88af3ea23aaaaa5a4e0"><code>b0eb4d6</code></a> quic: compute pnum len from max ack received, not sent</li> <li><a href="https://github.com/golang/net/commit/b952594c266f3a75031e9ba2b43483a735526d39"><code>b952594</code></a> quic: fix data race in connection close</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.19.0...v0.20.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:32 +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#810
No description provided.