Update github.com/gorilla/mux to v1.7.3

This commit is contained in:
Daniel 2019-07-04 13:45:09 +02:00
parent 8f3082f96f
commit 6f5a67fde2
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View file

@ -73,12 +73,12 @@
version = "v0.1.0"
[[projects]]
digest = "1:3af6be4fee7c08f81f13d36f04ffb63ad4b6b5aaba12cce96095c7c2863d4912"
digest = "1:cbec35fe4d5a4fba369a656a8cd65e244ea2c743007d8f6c1ccb132acf9d1296"
name = "github.com/gorilla/mux"
packages = ["."]
pruneopts = "UT"
revision = "ed099d42384823742bba0bf9a72b53b55c9e2e38"
version = "v1.7.2"
revision = "00bdffe0f3c77e27d2cf6f5c70232a2d3e4d9c15"
version = "v1.7.3"
[[projects]]
digest = "1:7b5c6e2eeaa9ae5907c391a91c132abfd5c9e8a784a341b5625e750c67e6825d"

View file

@ -47,7 +47,7 @@
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.7.2"
version = "1.7.3"
[[constraint]]
name = "github.com/gorilla/websocket"