Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 #126

Open
dependabot[bot] wants to merge 1 commit from dependabot/go_modules/github.com/gin-gonic/gin-1.9.0 into master
dependabot[bot] commented 2023-05-05 04:38:08 +02:00 (Migrated from github.com)

Bumps github.com/gin-gonic/gin from 1.7.7 to 1.9.0.

Release notes

Sourced from github.com/gin-gonic/gin's releases.

v1.9.0

Changelog

BREAK CHANGES

  • Stop useless panicking in context and render #2150

BUG FIXES

  • fix(router): tree bug where loop index is not decremented. #3460
  • fix(context): panic on NegotiateFormat - index out of range #3397
  • Add escape logic for header #3500 and #3503

SECURITY

  • Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #3333
  • fix(security): vulnerability GO-2023-1571 #3505

ENHANCEMENTS

  • feat: add sonic json support #3184
  • chore(file): Creates a directory named path #3316
  • fix: modify interface check way #3327
  • remove deprecated of package io/ioutil #3395
  • refactor: avoid calling strings.ToLower twice #3343
  • console logger HTTP status code bug fixed #3453
  • chore(yaml): upgrade dependency to v3 version #3456
  • chore(router): match method added to routergroup for multiple HTTP methods supporting #3464
  • chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #3489

DOCS

  • docs: update markdown format #3260
  • docs(readme): Add the TOML rendering example #3400
  • docs(readme): move more example to docs/doc.md #3449
  • docs: update markdown format #3446

v1.8.2

Changelog

Bug fixes

  • 0c2a691 fix(engine): missing route params for CreateTestContext (#2778) (#2803)
  • e305e21 fix(route): redirectSlash bug (#3227)

Others

  • 6a2a260 Fix the GO-2022-1144 vulnerability (#3432)

v1.8.1

Changelog

... (truncated)

Changelog

Sourced from github.com/gin-gonic/gin's changelog.

Gin v1.9.0

BREAK CHANGES

  • Stop useless panicking in context and render #2150

BUG FIXES

  • fix(router): tree bug where loop index is not decremented. #3460
  • fix(context): panic on NegotiateFormat - index out of range #3397
  • Add escape logic for header #3500 and #3503

SECURITY

  • Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #3333
  • fix(security): vulnerability GO-2023-1571 #3505

ENHANCEMENTS

  • feat: add sonic json support #3184
  • chore(file): Creates a directory named path #3316
  • fix: modify interface check way #3327
  • remove deprecated of package io/ioutil #3395
  • refactor: avoid calling strings.ToLower twice #3343
  • console logger HTTP status code bug fixed #3453
  • chore(yaml): upgrade dependency to v3 version #3456
  • chore(router): match method added to routergroup for multiple HTTP methods supporting #3464
  • chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #3489

DOCS

  • docs: update markdown format #3260
  • docs(readme): Add the TOML rendering example #3400
  • docs(readme): move more example to docs/doc.md #3449
  • docs: update markdown format #3446

Gin v1.8.2

BUG FIXES

  • fix(route): redirectSlash bug (#3227)
  • fix(engine): missing route params for CreateTestContext (#2778) (#2803)

SECURITY

  • Fix the GO-2022-1144 vulnerability (#3432)

Gin v1.8.1

ENHANCEMENTS

... (truncated)

Commits
  • ea03e10 docs(readme): release v1.9.0 version (#3474)
  • 4cee78f Fix #3500 Add escape logic for header (#3503)
  • fc1c432 fix(security): vulnerability GO-2023-1571 (#3505)
  • 81ac7d5 Add escape logic for header (#3500)
  • d07db17 chore(deps): bump golang.org/x/net from 0.5.0 to 0.6.0 (#3498)
  • c1d06e3 add supprt for go1.20 http.rwUnwrapper to gin.responseWriter (#3489)
  • bd82c9e chore(go): Add support go 1.20 (#3484)
  • 0c96a20 Stop useless panicking in context and render (#2150)
  • 153b229 chore(deps): bump github.com/ugorji/go/codec from 1.2.8 to 1.2.9 (#3491)
  • e02ae6a chore(router): match method added to routergroup for multiple HTTP methods su...
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-gonic/gin/releases">github.com/gin-gonic/gin's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h2>Changelog</h2> <h3>BREAK CHANGES</h3> <ul> <li>Stop useless panicking in context and render <a href="https://redirect.github.com/gin-gonic/gin/pull/2150">#2150</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>fix(router): tree bug where loop index is not decremented. <a href="https://redirect.github.com/gin-gonic/gin/pull/3460">#3460</a></li> <li>fix(context): panic on NegotiateFormat - index out of range <a href="https://redirect.github.com/gin-gonic/gin/pull/3397">#3397</a></li> <li>Add escape logic for header <a href="https://redirect.github.com/gin-gonic/gin/pull/3500">#3500</a> and <a href="https://redirect.github.com/gin-gonic/gin/pull/3503">#3503</a></li> </ul> <h3>SECURITY</h3> <ul> <li>Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities <a href="https://redirect.github.com/gin-gonic/gin/pull/3333">#3333</a></li> <li>fix(security): vulnerability GO-2023-1571 <a href="https://redirect.github.com/gin-gonic/gin/pull/3505">#3505</a></li> </ul> <h3>ENHANCEMENTS</h3> <ul> <li>feat: add sonic json support <a href="https://redirect.github.com/gin-gonic/gin/pull/3184">#3184</a></li> <li>chore(file): Creates a directory named path <a href="https://redirect.github.com/gin-gonic/gin/pull/3316">#3316</a></li> <li>fix: modify interface check way <a href="https://redirect.github.com/gin-gonic/gin/pull/3327">#3327</a></li> <li>remove deprecated of package io/ioutil <a href="https://redirect.github.com/gin-gonic/gin/pull/3395">#3395</a></li> <li>refactor: avoid calling strings.ToLower twice <a href="https://redirect.github.com/gin-gonic/gin/pull/3433">#3343</a></li> <li>console logger HTTP status code bug fixed <a href="https://redirect.github.com/gin-gonic/gin/pull/3453">#3453</a></li> <li>chore(yaml): upgrade dependency to v3 version <a href="https://redirect.github.com/gin-gonic/gin/pull/3456">#3456</a></li> <li>chore(router): match method added to routergroup for multiple HTTP methods supporting <a href="https://redirect.github.com/gin-gonic/gin/pull/3464">#3464</a></li> <li>chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter <a href="https://redirect.github.com/gin-gonic/gin/pull/3489">#3489</a></li> </ul> <h3>DOCS</h3> <ul> <li>docs: update markdown format <a href="https://redirect.github.com/gin-gonic/gin/pull/3260">#3260</a></li> <li>docs(readme): Add the TOML rendering example <a href="https://redirect.github.com/gin-gonic/gin/pull/3400">#3400</a></li> <li>docs(readme): move more example to docs/doc.md <a href="https://redirect.github.com/gin-gonic/gin/pull/3449">#3449</a></li> <li>docs: update markdown format <a href="https://redirect.github.com/gin-gonic/gin/pull/3446">#3446</a></li> </ul> <h2>v1.8.2</h2> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>0c2a691 fix(engine): missing route params for CreateTestContext (<a href="https://redirect.github.com/gin-gonic/gin/issues/2778">#2778</a>) (<a href="https://redirect.github.com/gin-gonic/gin/issues/2803">#2803</a>)</li> <li>e305e21 fix(route): redirectSlash bug (<a href="https://redirect.github.com/gin-gonic/gin/issues/3227">#3227</a>)</li> </ul> <h3>Others</h3> <ul> <li>6a2a260 Fix the GO-2022-1144 vulnerability (<a href="https://redirect.github.com/gin-gonic/gin/issues/3432">#3432</a>)</li> </ul> <h2>v1.8.1</h2> <h2>Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md">github.com/gin-gonic/gin's changelog</a>.</em></p> <blockquote> <h2>Gin v1.9.0</h2> <h3>BREAK CHANGES</h3> <ul> <li>Stop useless panicking in context and render <a href="https://redirect.github.com/gin-gonic/gin/pull/2150">#2150</a></li> </ul> <h3>BUG FIXES</h3> <ul> <li>fix(router): tree bug where loop index is not decremented. <a href="https://redirect.github.com/gin-gonic/gin/pull/3460">#3460</a></li> <li>fix(context): panic on NegotiateFormat - index out of range <a href="https://redirect.github.com/gin-gonic/gin/pull/3397">#3397</a></li> <li>Add escape logic for header <a href="https://redirect.github.com/gin-gonic/gin/pull/3500">#3500</a> and <a href="https://redirect.github.com/gin-gonic/gin/pull/3503">#3503</a></li> </ul> <h3>SECURITY</h3> <ul> <li>Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities <a href="https://redirect.github.com/gin-gonic/gin/pull/3333">#3333</a></li> <li>fix(security): vulnerability GO-2023-1571 <a href="https://redirect.github.com/gin-gonic/gin/pull/3505">#3505</a></li> </ul> <h3>ENHANCEMENTS</h3> <ul> <li>feat: add sonic json support <a href="https://redirect.github.com/gin-gonic/gin/pull/3184">#3184</a></li> <li>chore(file): Creates a directory named path <a href="https://redirect.github.com/gin-gonic/gin/pull/3316">#3316</a></li> <li>fix: modify interface check way <a href="https://redirect.github.com/gin-gonic/gin/pull/3327">#3327</a></li> <li>remove deprecated of package io/ioutil <a href="https://redirect.github.com/gin-gonic/gin/pull/3395">#3395</a></li> <li>refactor: avoid calling strings.ToLower twice <a href="https://redirect.github.com/gin-gonic/gin/pull/3433">#3343</a></li> <li>console logger HTTP status code bug fixed <a href="https://redirect.github.com/gin-gonic/gin/pull/3453">#3453</a></li> <li>chore(yaml): upgrade dependency to v3 version <a href="https://redirect.github.com/gin-gonic/gin/pull/3456">#3456</a></li> <li>chore(router): match method added to routergroup for multiple HTTP methods supporting <a href="https://redirect.github.com/gin-gonic/gin/pull/3464">#3464</a></li> <li>chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter <a href="https://redirect.github.com/gin-gonic/gin/pull/3489">#3489</a></li> </ul> <h3>DOCS</h3> <ul> <li>docs: update markdown format <a href="https://redirect.github.com/gin-gonic/gin/pull/3260">#3260</a></li> <li>docs(readme): Add the TOML rendering example <a href="https://redirect.github.com/gin-gonic/gin/pull/3400">#3400</a></li> <li>docs(readme): move more example to docs/doc.md <a href="https://redirect.github.com/gin-gonic/gin/pull/3449">#3449</a></li> <li>docs: update markdown format <a href="https://redirect.github.com/gin-gonic/gin/pull/3446">#3446</a></li> </ul> <h2>Gin v1.8.2</h2> <h3>BUG FIXES</h3> <ul> <li>fix(route): redirectSlash bug (<a href="(https://redirect.github.com/gin-gonic/gin/pull/3227)">#3227</a>)</li> <li>fix(engine): missing route params for CreateTestContext (<a href="(https://redirect.github.com/gin-gonic/gin/pull/2778)">#2778</a>) (<a href="(https://redirect.github.com/gin-gonic/gin/pull/2803)">#2803</a>)</li> </ul> <h3>SECURITY</h3> <ul> <li>Fix the GO-2022-1144 vulnerability (<a href="(https://redirect.github.com/gin-gonic/gin/pull/3432)">#3432</a>)</li> </ul> <h2>Gin v1.8.1</h2> <h3>ENHANCEMENTS</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-gonic/gin/commit/ea03e10384502e1baf6f560a2b0ea32c342ede5b"><code>ea03e10</code></a> docs(readme): release v1.9.0 version (<a href="https://redirect.github.com/gin-gonic/gin/issues/3474">#3474</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/4cee78f5382d5245c3652e6c15fee715eec505c3"><code>4cee78f</code></a> Fix <a href="https://redirect.github.com/gin-gonic/gin/issues/3500">#3500</a> Add escape logic for header (<a href="https://redirect.github.com/gin-gonic/gin/issues/3503">#3503</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/fc1c43298de675e5252d0b44f97dc5e204bd4e1e"><code>fc1c432</code></a> fix(security): vulnerability GO-2023-1571 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3505">#3505</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/81ac7d55a09e34013225db0aeac6e70c1ae68928"><code>81ac7d5</code></a> Add escape logic for header (<a href="https://redirect.github.com/gin-gonic/gin/issues/3500">#3500</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/d07db174acf44bfaf191ca2f6d7beafa2ff946da"><code>d07db17</code></a> chore(deps): bump golang.org/x/net from 0.5.0 to 0.6.0 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3498">#3498</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/c1d06e3d08692f9eddde381a5e277b41fff5a297"><code>c1d06e3</code></a> add supprt for go1.20 http.rwUnwrapper to gin.responseWriter (<a href="https://redirect.github.com/gin-gonic/gin/issues/3489">#3489</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/bd82c9e351be91e9e8267e5ce011627dd6c55d51"><code>bd82c9e</code></a> chore(go): Add support go 1.20 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3484">#3484</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/0c96a20209ca035964be126a745c167196fb6db3"><code>0c96a20</code></a> Stop useless panicking in context and render (<a href="https://redirect.github.com/gin-gonic/gin/issues/2150">#2150</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/153b229fcc6570bac0674d02ab1a629804f29072"><code>153b229</code></a> chore(deps): bump github.com/ugorji/go/codec from 1.2.8 to 1.2.9 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3491">#3491</a>)</li> <li><a href="https://github.com/gin-gonic/gin/commit/e02ae6ae61fada360379b5bdc7f23e46f21ce5de"><code>e02ae6a</code></a> chore(router): match method added to routergroup for multiple HTTP methods su...</li> <li>Additional commits viewable in <a href="https://github.com/gin-gonic/gin/compare/v1.7.7...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gin-gonic/gin&package-manager=go_modules&previous-version=1.7.7&new-version=1.9.0)](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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lbryio/ytsync/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/go_modules/github.com/gin-gonic/gin-1.9.0:dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git checkout dependabot/go_modules/github.com/gin-gonic/gin-1.9.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git checkout dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git rebase master
git checkout master
git merge --ff-only dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git checkout dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git rebase master
git checkout master
git merge --no-ff dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git checkout master
git merge --squash dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git checkout master
git merge --ff-only dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git checkout master
git merge dependabot/go_modules/github.com/gin-gonic/gin-1.9.0
git push origin master
Sign in to join this conversation.
No reviewers
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: LBRYCommunity/ytsync#126
No description provided.