Skip to content

Commit

Permalink
build(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#301)
Browse files Browse the repository at this point in the history
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gorilla/mux/releases">github.com/gorilla/mux's releases</a>.</em></p>
<blockquote>
<h2>Release v1.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>build: CircleCI 2.1 + build matrix by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://github.com/gorilla/mux/pull/595">gorilla/mux#595</a></li>
<li>Include &quot;404&quot; and &quot;405&quot; in the docs by <a href="https://github.com/Jille"><code>@​Jille</code></a> in <a href="https://github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
<li>docs: update README w.r.t new maintainer ask by <a href="https://github.com/elithrar"><code>@​elithrar</code></a> in <a href="https://github.com/gorilla/mux/pull/660">gorilla/mux#660</a></li>
<li>regexp: use iota instead of hardcoded values for regexType* by <a href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a> in <a href="https://github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
<li>Fix <code>authenticationMiddleware</code> initialization in the <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in <a href="https://github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
<li>Update README.md by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
<li>[GPT-95] Update go version, add tools for verification and testing by <a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> in <a href="https://github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
<li>Delete release-drafter.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/719">gorilla/mux#719</a></li>
<li>Delete stale.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/720">gorilla/mux#720</a></li>
<li>Delete AUTHORS by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/721">gorilla/mux#721</a></li>
<li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/722">gorilla/mux#722</a></li>
<li>Updated the logo in README.md by <a href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> in <a href="https://github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
<li>Update LICENSE by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/723">gorilla/mux#723</a></li>
<li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/726">gorilla/mux#726</a></li>
<li>Update issues.yml by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/727">gorilla/mux#727</a></li>
<li>run go fmt with Go 1.20 by <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a href="https://github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
<li>Fix  <code>Single Page Application</code> example in <code>README.md</code> file by <a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> in <a href="https://github.com/gorilla/mux/pull/678">gorilla/mux#678</a></li>
<li>[BUG] Inconsistent HTTP status code on query mismatch by <a href="https://github.com/soheilrt"><code>@​soheilrt</code></a> in <a href="https://github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
<li>Clarify documentation examples of Route methods by <a href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a> in <a href="https://github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
<li>changed the routeVariables text content. by <a href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a> in <a href="https://github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
<li>Add GetVarNames() by <a href="https://github.com/eh-steve"><code>@​eh-steve</code></a> in <a href="https://github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
<li>fix SPA handler in README.md by <a href="https://github.com/sy9"><code>@​sy9</code></a> in <a href="https://github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
<li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://github.com/gorilla/mux/pull/734">gorilla/mux#734</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jille"><code>@​Jille</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/602">gorilla/mux#602</a></li>
<li><a href="https://github.com/michaelgrigoryan25"><code>@​michaelgrigoryan25</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/679">gorilla/mux#679</a></li>
<li><a href="https://github.com/amustaque97"><code>@​amustaque97</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/693">gorilla/mux#693</a></li>
<li><a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/713">gorilla/mux#713</a></li>
<li><a href="https://github.com/apoorvajagtap"><code>@​apoorvajagtap</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/718">gorilla/mux#718</a></li>
<li><a href="https://github.com/shamkarthik"><code>@​shamkarthik</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/724">gorilla/mux#724</a></li>
<li><a href="https://github.com/shogo82148"><code>@​shogo82148</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/725">gorilla/mux#725</a></li>
<li><a href="https://github.com/soheilrt"><code>@​soheilrt</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/712">gorilla/mux#712</a></li>
<li><a href="https://github.com/andrew-werdna"><code>@​andrew-werdna</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/672">gorilla/mux#672</a></li>
<li><a href="https://github.com/sumanpaikdev"><code>@​sumanpaikdev</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/708">gorilla/mux#708</a></li>
<li><a href="https://github.com/eh-steve"><code>@​eh-steve</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/676">gorilla/mux#676</a></li>
<li><a href="https://github.com/sy9"><code>@​sy9</code></a> made their first contribution in <a href="https://github.com/gorilla/mux/pull/733">gorilla/mux#733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gorilla/mux/commit/b4617d0b9670ad14039b2739167fd35a60f557c5"><code>b4617d0</code></a> update GitHub workflows (<a href="https://github.com/gorilla/mux/issues/734">#734</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/3401478badc7aa55470bc806ee8cd185a16f9298"><code>3401478</code></a> fix SPA handler in README.md (<a href="https://github.com/gorilla/mux/issues/733">#733</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/4a671cbc5162efa2ecb1b353e6a704a62737d66c"><code>4a671cb</code></a> Add GetVarNames() (<a href="https://github.com/gorilla/mux/issues/676">#676</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/85123bf20e069b156415b871dea10517f6a8938a"><code>85123bf</code></a> changed the routeVariables text content. (<a href="https://github.com/gorilla/mux/issues/708">#708</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/79f2f457ca5017e08de9f86ada03939a82dbf714"><code>79f2f45</code></a> Clarify documentation examples of Route methods (<a href="https://github.com/gorilla/mux/issues/672">#672</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/395ad81d0ebffa0c5a36f3e5a2e720a7d5870d92"><code>395ad81</code></a> [BUG] Inconsistent HTTP status code on query mismatch (<a href="https://github.com/gorilla/mux/issues/712">#712</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/24c3e7f499efd8b1429cfe789c7e6a3631357045"><code>24c3e7f</code></a> Fix  <code>Single Page Application</code> example in <code>README.md</code> file (<a href="https://github.com/gorilla/mux/issues/678">#678</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/546dd0cc9f3ecdef8b065ac6336b4c6ed99887d4"><code>546dd0c</code></a> run go fmt with Go 1.20 (<a href="https://github.com/gorilla/mux/issues/725">#725</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/651928c42f7b60c7942e46d5f651dd1ece444246"><code>651928c</code></a> Update issues.yml (<a href="https://github.com/gorilla/mux/issues/727">#727</a>)</li>
<li><a href="https://github.com/gorilla/mux/commit/cfc696d6d239ff68ceb71ee35c9a4e4ef3f30ed9"><code>cfc696d</code></a> Update issues.yml (<a href="https://github.com/gorilla/mux/issues/726">#726</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/mux&package-manager=go_modules&previous-version=1.8.0&new-version=1.8.1)](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>
  • Loading branch information
dependabot[bot] committed Nov 8, 2023
1 parent eeb4ff5 commit d1c055d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Finschia/wasmd v0.2.0
github.com/cosmos/ibc-go/v4 v4.3.1
github.com/golang/mock v1.6.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.8.1
github.com/prometheus/client_golang v1.17.0
github.com/rakyll/statik v0.1.7
github.com/spf13/cast v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH
github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q=
github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
Expand Down

0 comments on commit d1c055d

Please sign in to comment.