Skip to content

Update module gorilla/mux to v1.8.0

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

This MR contains the following updates:

Package Type Update Change
github.com/gorilla/mux require minor v1.7.3 -> 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

v1.7.4

Compare Source

v1.7.4 addresses a number of performance improvements (#​544), bugs (#​509, #​535), and documentation improvements.

CHANGELOG


Renovate configuration

📅 Schedule: 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, check this box

This MR has been generated by Renovate Bot.

Merge request reports