Skip to content

chore(deps): update module github.com/gorilla/mux to v1.8.0

jonas requested to merge renovate/github.com-gorilla-mux-1.x into main

This MR contains the following updates:

Package Type Update Change
github.com/gorilla/mux require minor v1.7.4 -> v1.8.0

Release Notes

gorilla/mux

v1.8.0

Compare Source

v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*}) will now correctly capture the port into mux.Vars.

CHANGELOG


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

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by jonas

Merge request reports