Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/swaggo/swag from 1.16.2 to 1.16.4 (#4632)
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.16.2 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 "title" 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> <h2>v1.16.3</h2> <h2>Changelog</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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.2...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.2&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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jamil Shamy <4977827+jamlo@users.noreply.github.com>
- Loading branch information