Update module github.com/gorilla/mux to v1.8.1 #2

Closed
renovate-bot wants to merge 1 commits from renovate/github.com-gorilla-mux-1.x into main
Owner

This PR contains the following updates:

Package Type Update Change
github.com/gorilla/mux require patch v1.8.0 -> v1.8.1

Release Notes

gorilla/mux (github.com/gorilla/mux)

v1.8.1

Compare Source

What's Changed

New Contributors

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


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 becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gorilla/mux](https://github.com/gorilla/mux) | require | patch | `v1.8.0` -> `v1.8.1` | --- ### Release Notes <details> <summary>gorilla/mux (github.com/gorilla/mux)</summary> ### [`v1.8.1`](https://github.com/gorilla/mux/releases/tag/v1.8.1) [Compare Source](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1) #### What's Changed - build: CircleCI 2.1 + build matrix by [@&#8203;elithrar](https://github.com/elithrar) in https://github.com/gorilla/mux/pull/595 - Include "404" and "405" in the docs by [@&#8203;Jille](https://github.com/Jille) in https://github.com/gorilla/mux/pull/602 - docs: update README w.r.t new maintainer ask by [@&#8203;elithrar](https://github.com/elithrar) in https://github.com/gorilla/mux/pull/660 - regexp: use iota instead of hardcoded values for regexType\* by [@&#8203;michaelgrigoryan25](https://github.com/michaelgrigoryan25) in https://github.com/gorilla/mux/pull/679 - Fix `authenticationMiddleware` initialization in the `README.md` file by [@&#8203;amustaque97](https://github.com/amustaque97) in https://github.com/gorilla/mux/pull/693 - Update README.md by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/713 - \[GPT-95] Update go version, add tools for verification and testing by [@&#8203;apoorvajagtap](https://github.com/apoorvajagtap) in https://github.com/gorilla/mux/pull/718 - Delete release-drafter.yml by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/719 - Delete stale.yml by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/720 - Delete AUTHORS by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/721 - Update LICENSE by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/722 - Updated the logo in README.md by [@&#8203;shamkarthik](https://github.com/shamkarthik) in https://github.com/gorilla/mux/pull/724 - Update LICENSE by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/723 - Update issues.yml by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/726 - Update issues.yml by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/727 - run go fmt with Go 1.20 by [@&#8203;shogo82148](https://github.com/shogo82148) in https://github.com/gorilla/mux/pull/725 - Fix `Single Page Application` example in `README.md` file by [@&#8203;amustaque97](https://github.com/amustaque97) in https://github.com/gorilla/mux/pull/678 - \[BUG] Inconsistent HTTP status code on query mismatch by [@&#8203;soheilrt](https://github.com/soheilrt) in https://github.com/gorilla/mux/pull/712 - Clarify documentation examples of Route methods by [@&#8203;andrew-werdna](https://github.com/andrew-werdna) in https://github.com/gorilla/mux/pull/672 - changed the routeVariables text content. by [@&#8203;sumanpaikdev](https://github.com/sumanpaikdev) in https://github.com/gorilla/mux/pull/708 - Add GetVarNames() by [@&#8203;eh-steve](https://github.com/eh-steve) in https://github.com/gorilla/mux/pull/676 - fix SPA handler in README.md by [@&#8203;sy9](https://github.com/sy9) in https://github.com/gorilla/mux/pull/733 - update GitHub workflows by [@&#8203;coreydaley](https://github.com/coreydaley) in https://github.com/gorilla/mux/pull/734 #### New Contributors - [@&#8203;Jille](https://github.com/Jille) made their first contribution in https://github.com/gorilla/mux/pull/602 - [@&#8203;michaelgrigoryan25](https://github.com/michaelgrigoryan25) made their first contribution in https://github.com/gorilla/mux/pull/679 - [@&#8203;amustaque97](https://github.com/amustaque97) made their first contribution in https://github.com/gorilla/mux/pull/693 - [@&#8203;coreydaley](https://github.com/coreydaley) made their first contribution in https://github.com/gorilla/mux/pull/713 - [@&#8203;apoorvajagtap](https://github.com/apoorvajagtap) made their first contribution in https://github.com/gorilla/mux/pull/718 - [@&#8203;shamkarthik](https://github.com/shamkarthik) made their first contribution in https://github.com/gorilla/mux/pull/724 - [@&#8203;shogo82148](https://github.com/shogo82148) made their first contribution in https://github.com/gorilla/mux/pull/725 - [@&#8203;soheilrt](https://github.com/soheilrt) made their first contribution in https://github.com/gorilla/mux/pull/712 - [@&#8203;andrew-werdna](https://github.com/andrew-werdna) made their first contribution in https://github.com/gorilla/mux/pull/672 - [@&#8203;sumanpaikdev](https://github.com/sumanpaikdev) made their first contribution in https://github.com/gorilla/mux/pull/708 - [@&#8203;eh-steve](https://github.com/eh-steve) made their first contribution in https://github.com/gorilla/mux/pull/676 - [@&#8203;sy9](https://github.com/sy9) made their first contribution in https://github.com/gorilla/mux/pull/733 **Full Changelog**: https://github.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 becomes conflicted, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-07-07 11:04:59 +00:00
matthias closed this pull request 2025-07-13 00:30:57 +00:00
Author
Owner

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.8.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`v1.8.1`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hnrx/tankstopp-app#2