Bump github.com/gorilla/mux from 1.7.2 to 1.7.3 (#323)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-02 15:54:02 +10:00
committed by Adrian Gallagher
parent 3a66e99899
commit e60dda0879
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.12
require (
github.com/google/go-querystring v1.0.0
github.com/gorilla/mux v1.7.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.0
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
)