Skip to content

Commit

Permalink
chore(deps): update module github.com/gorilla/mux to v1.8.1 (#1389)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/gorilla/mux](https://togithub.com/gorilla/mux) | `v1.8.0` -> `v1.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgorilla%2fmux/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgorilla%2fmux/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgorilla%2fmux/v1.8.0/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgorilla%2fmux/v1.8.0/v1.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>gorilla/mux (github.com/gorilla/mux)</summary>

### [`v1.8.1`](https://togithub.com/gorilla/mux/releases/tag/v1.8.1)

[Compare Source](https://togithub.com/gorilla/mux/compare/v1.8.0...v1.8.1)

#### What's Changed

-   build: CircleCI 2.1 + build matrix by [@&#8203;elithrar](https://togithub.com/elithrar) in [https://togithub.com/gorilla/mux/pull/595](https://togithub.com/gorilla/mux/pull/595)
-   Include "404" and "405" in the docs by [@&#8203;Jille](https://togithub.com/Jille) in [https://togithub.com/gorilla/mux/pull/602](https://togithub.com/gorilla/mux/pull/602)
-   docs: update README w.r.t new maintainer ask by [@&#8203;elithrar](https://togithub.com/elithrar) in [https://togithub.com/gorilla/mux/pull/660](https://togithub.com/gorilla/mux/pull/660)
-   regexp: use iota instead of hardcoded values for regexType\* by [@&#8203;michaelgrigoryan25](https://togithub.com/michaelgrigoryan25) in [https://togithub.com/gorilla/mux/pull/679](https://togithub.com/gorilla/mux/pull/679)
-   Fix `authenticationMiddleware` initialization in the `README.md` file by [@&#8203;amustaque97](https://togithub.com/amustaque97) in [https://togithub.com/gorilla/mux/pull/693](https://togithub.com/gorilla/mux/pull/693)
-   Update README.md by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/713](https://togithub.com/gorilla/mux/pull/713)
-   \[GPT-95] Update go version, add tools for verification and testing by [@&#8203;apoorvajagtap](https://togithub.com/apoorvajagtap) in [https://togithub.com/gorilla/mux/pull/718](https://togithub.com/gorilla/mux/pull/718)
-   Delete release-drafter.yml by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/719](https://togithub.com/gorilla/mux/pull/719)
-   Delete stale.yml by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/720](https://togithub.com/gorilla/mux/pull/720)
-   Delete AUTHORS by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/721](https://togithub.com/gorilla/mux/pull/721)
-   Update LICENSE by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/722](https://togithub.com/gorilla/mux/pull/722)
-   Updated the logo in README.md by [@&#8203;shamkarthik](https://togithub.com/shamkarthik) in [https://togithub.com/gorilla/mux/pull/724](https://togithub.com/gorilla/mux/pull/724)
-   Update LICENSE by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/723](https://togithub.com/gorilla/mux/pull/723)
-   Update issues.yml by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/726](https://togithub.com/gorilla/mux/pull/726)
-   Update issues.yml by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/727](https://togithub.com/gorilla/mux/pull/727)
-   run go fmt with Go 1.20 by [@&#8203;shogo82148](https://togithub.com/shogo82148) in [https://togithub.com/gorilla/mux/pull/725](https://togithub.com/gorilla/mux/pull/725)
-   Fix  `Single Page Application` example in `README.md` file by [@&#8203;amustaque97](https://togithub.com/amustaque97) in [https://togithub.com/gorilla/mux/pull/678](https://togithub.com/gorilla/mux/pull/678)
-   \[BUG] Inconsistent HTTP status code on query mismatch by [@&#8203;soheilrt](https://togithub.com/soheilrt) in [https://togithub.com/gorilla/mux/pull/712](https://togithub.com/gorilla/mux/pull/712)
-   Clarify documentation examples of Route methods by [@&#8203;andrew-werdna](https://togithub.com/andrew-werdna) in [https://togithub.com/gorilla/mux/pull/672](https://togithub.com/gorilla/mux/pull/672)
-   changed the routeVariables text content. by [@&#8203;sumanpaikdev](https://togithub.com/sumanpaikdev) in [https://togithub.com/gorilla/mux/pull/708](https://togithub.com/gorilla/mux/pull/708)
-   Add GetVarNames() by [@&#8203;eh-steve](https://togithub.com/eh-steve) in [https://togithub.com/gorilla/mux/pull/676](https://togithub.com/gorilla/mux/pull/676)
-   fix SPA handler in README.md by [@&#8203;sy9](https://togithub.com/sy9) in [https://togithub.com/gorilla/mux/pull/733](https://togithub.com/gorilla/mux/pull/733)
-   update GitHub workflows by [@&#8203;coreydaley](https://togithub.com/coreydaley) in [https://togithub.com/gorilla/mux/pull/734](https://togithub.com/gorilla/mux/pull/734)

#### New Contributors

-   [@&#8203;Jille](https://togithub.com/Jille) made their first contribution in [https://togithub.com/gorilla/mux/pull/602](https://togithub.com/gorilla/mux/pull/602)
-   [@&#8203;michaelgrigoryan25](https://togithub.com/michaelgrigoryan25) made their first contribution in [https://togithub.com/gorilla/mux/pull/679](https://togithub.com/gorilla/mux/pull/679)
-   [@&#8203;amustaque97](https://togithub.com/amustaque97) made their first contribution in [https://togithub.com/gorilla/mux/pull/693](https://togithub.com/gorilla/mux/pull/693)
-   [@&#8203;coreydaley](https://togithub.com/coreydaley) made their first contribution in [https://togithub.com/gorilla/mux/pull/713](https://togithub.com/gorilla/mux/pull/713)
-   [@&#8203;apoorvajagtap](https://togithub.com/apoorvajagtap) made their first contribution in [https://togithub.com/gorilla/mux/pull/718](https://togithub.com/gorilla/mux/pull/718)
-   [@&#8203;shamkarthik](https://togithub.com/shamkarthik) made their first contribution in [https://togithub.com/gorilla/mux/pull/724](https://togithub.com/gorilla/mux/pull/724)
-   [@&#8203;shogo82148](https://togithub.com/shogo82148) made their first contribution in [https://togithub.com/gorilla/mux/pull/725](https://togithub.com/gorilla/mux/pull/725)
-   [@&#8203;soheilrt](https://togithub.com/soheilrt) made their first contribution in [https://togithub.com/gorilla/mux/pull/712](https://togithub.com/gorilla/mux/pull/712)
-   [@&#8203;andrew-werdna](https://togithub.com/andrew-werdna) made their first contribution in [https://togithub.com/gorilla/mux/pull/672](https://togithub.com/gorilla/mux/pull/672)
-   [@&#8203;sumanpaikdev](https://togithub.com/sumanpaikdev) made their first contribution in [https://togithub.com/gorilla/mux/pull/708](https://togithub.com/gorilla/mux/pull/708)
-   [@&#8203;eh-steve](https://togithub.com/eh-steve) made their first contribution in [https://togithub.com/gorilla/mux/pull/676](https://togithub.com/gorilla/mux/pull/676)
-   [@&#8203;sy9](https://togithub.com/sy9) made their first contribution in [https://togithub.com/gorilla/mux/pull/733](https://togithub.com/gorilla/mux/pull/733)

**Full Changelog**: https://togithub.com/gorilla/mux/compare/v1.8.0...v1.8.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gapic-showcase).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTAzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate-bot committed Jan 10, 2024
1 parent e88bf62 commit 7e632f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/googleapis/gax-go/v2 v2.12.0
github.com/googleapis/grpc-fallback-go v0.1.4
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.8.1
github.com/iancoleman/strcase v0.3.0
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.7.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Expand Up @@ -155,8 +155,9 @@ github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qK
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g=
github.com/googleapis/grpc-fallback-go v0.1.4 h1:tEDqZnKGKQpYrmEuu3VVBTw3pijHJsKz/Lu2U0L9AV0=
github.com/googleapis/grpc-fallback-go v0.1.4/go.mod h1:R7P0bK21nlCMc4hdtiwmXMzKXThllMim0cUZvClg6XQ=
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/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
Expand Down

0 comments on commit 7e632f0

Please sign in to comment.