[PR #726] [MERGED] fix(deps): bump github.com/swaggo/swag from 1.16.4 to 1.16.6 in /api #731

Closed
opened 2026-03-03 16:39:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/726
Author: @dependabot[bot]
Created: 8/1/2025
Status: Merged
Merged: 8/3/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/swaggo/swag-1.16.6


📝 Commits (1)

  • da8d102 fix(deps): bump github.com/swaggo/swag from 1.16.4 to 1.16.6 in /api

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 api/go.mod (+2 -1)
📝 api/go.sum (+2 -2)

📄 Description

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

Release notes

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

v1.16.6

What's Changed

New Contributors

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

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/NdoleStudio/httpsms/pull/726 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/swaggo/swag-1.16.6` --- ### 📝 Commits (1) - [`da8d102`](https://github.com/NdoleStudio/httpsms/commit/da8d102174b8ab02e30ce2c1f67077665661ac46) fix(deps): bump github.com/swaggo/swag from 1.16.4 to 1.16.6 in /api ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+2 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.16.4 to 1.16.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swaggo/swag/releases">github.com/swaggo/swag's releases</a>.</em></p> <blockquote> <h2>v1.16.6</h2> <h2>What's Changed</h2> <ul> <li>fix: prevent nil pointer dereference in getFuncDoc when parsing depen… by <a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li>fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> by <a href="https://github.com/subwiz"><code>@​subwiz</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li>Feature: allow enum ordered const name override (2nd PR for this) by <a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li>Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment by <a href="https://github.com/skast96"><code>@​skast96</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> <li>feat: allow description line continuation by <a href="https://github.com/berk-karaal"><code>@​berk-karaal</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2048">swaggo/swag#2048</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li><a href="https://github.com/subwiz"><code>@​subwiz</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li><a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li><a href="https://github.com/skast96"><code>@​skast96</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6">https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6</a></p> <h2>v1.16.5</h2> <h2>What's Changed</h2> <ul> <li>Added support for <a href="https://github.com/tag"><code>@​tag</code></a>.x- attributes for tags (<a href="https://redirect.github.com/swaggo/swag/issues/1784">#1784</a>) by <a href="https://github.com/Ponywka"><code>@​Ponywka</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1785">swaggo/swag#1785</a></li> <li>feat: Add x-enum-descriptions to generated Swagger documentation for Enum by <a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li>fix: use '&amp;&amp;' for security pair(AND) by <a href="https://github.com/kkkiio"><code>@​kkkiio</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1659">swaggo/swag#1659</a></li> <li>feat: ParseComment error to contain the comment by <a href="https://github.com/stokito"><code>@​stokito</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li>support generate var-declared function doc by <a href="https://github.com/book987"><code>@​book987</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li>Fix compare original and formatted by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1915">swaggo/swag#1915</a></li> <li>Transfer golang type to swagger type with format reserved by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1944">swaggo/swag#1944</a></li> <li>Fix format by goimports by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1927">swaggo/swag#1927</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1945">swaggo/swag#1945</a></li> <li>fix: <a href="https://github.com/name"><code>@​name</code></a> for recursion by <a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li>Fix typo error in README by <a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li>Extension: collectionFormat in struct tag by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1989">swaggo/swag#1989</a></li> <li>chore: accept event streaming by <a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li>Non-empty stderr for <code>go list</code> is not an error in itself by <a href="https://github.com/atercattus"><code>@​atercattus</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li>Updated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by <a href="https://github.com/blame19"><code>@​blame19</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li>Remove redundant <code>(default: false)</code> for parseFuncBody flag by <a href="https://github.com/nikpivkin"><code>@​nikpivkin</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1961">swaggo/swag#1961</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1993">swaggo/swag#1993</a></li> <li>fix(test): include <code>rune</code> test in enums tests by <a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li>feat: json:omitempty marks field as optional by <a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li><a href="https://github.com/stokito"><code>@​stokito</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li><a href="https://github.com/book987"><code>@​book987</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li><a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li><a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li><a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li><a href="https://github.com/atercattus"><code>@​atercattus</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li><a href="https://github.com/blame19"><code>@​blame19</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li><a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li><a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358"><code>f676981</code></a> feat: allow description line continuation (<a href="https://redirect.github.com/swaggo/swag/issues/2048">#2048</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef"><code>252fecd</code></a> Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment (<a href="https://redirect.github.com/swaggo/swag/issues/2043">#2043</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249"><code>b0c5cc9</code></a> Feature: allow enum ordered const name override (2nd PR for this) (<a href="https://redirect.github.com/swaggo/swag/issues/2046">#2046</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a"><code>0f3bf86</code></a> fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> (<a href="https://redirect.github.com/swaggo/swag/issues/2005">#2005</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe"><code>d7cec57</code></a> fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...</li> <li><a href="https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291"><code>15a183b</code></a> feat: json:omitempty marks field as optional (<a href="https://redirect.github.com/swaggo/swag/issues/2041">#2041</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3"><code>714cd12</code></a> fix(test): include <code>rune</code> test in enums tests (<a href="https://redirect.github.com/swaggo/swag/issues/2025">#2025</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c"><code>93e8685</code></a> chore(deps): bump golang.org/x/crypto in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1993">#1993</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056"><code>aee4fdd</code></a> Remove redundant (default: false) for parseFuncBody flag (<a href="https://redirect.github.com/swaggo/swag/issues/1961">#1961</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92"><code>5c99c17</code></a> x/text v0.21, x/tools v0.21 (<a href="https://redirect.github.com/swaggo/swag/issues/1962">#1962</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/swaggo/swag&package-manager=go_modules&previous-version=1.16.4&new-version=1.16.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:39:50 +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/httpsms#731
No description provided.