[PR #554] [MERGED] fix(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4 in /api #565

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/554
Author: @dependabot[bot]
Created: 11/1/2024
Status: Merged
Merged: 11/1/2024
Merged by: @AchoArnold

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps 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

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/554 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/swaggo/swag-1.16.4` --- ### 📝 Commits (1) - [`d33ccb6`](https://github.com/NdoleStudio/httpsms/commit/d33ccb6aaeb24b47ed5d22e9152cc50382d7e5a5) fix(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/swaggo/swag](https://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 /> [![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.3&new-version=1.16.4)](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:01 +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#565
No description provided.