This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gorilla/mux | require | minor |
v1.7.3 -> v1.8.0
|
v1.8.0
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
.
v1.7.4
v1.7.4 addresses a number of performance improvements (#544), bugs (#509, #535), and documentation improvements.
This MR has been generated by Renovate Bot.