aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-07-06 20:31:16 +0200
committerGitHub <noreply@github.com>2019-07-06 20:31:16 +0200
commit0903d16540a2c779c91b607e7d5f416108e494e5 (patch)
tree50533c8374d5e7dcb954b9e6a30ab59a5c8c6c4e
parentc0ad45064cf1f6efdec6167f1942c0d563531ba1 (diff)
parentf9d7d6bc1241b807006a6a4528d9d6e83a814426 (diff)
downloadgit-bug-0903d16540a2c779c91b607e7d5f416108e494e5.tar.gz
Merge pull request #174 from MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3
build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3
-rw-r--r--Gopkg.lock6
-rw-r--r--Gopkg.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 738f296e..321ae3c7 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -99,12 +99,12 @@
version = "v1.2.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:43dd08a10854b2056e615d1b1d22ac94559d822e1f8b6fcc92c1a1057e85188e"
diff --git a/Gopkg.toml b/Gopkg.toml
index 87074df5..a406d377 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -30,7 +30,7 @@
[[constraint]]
name = "github.com/gorilla/mux"
- version = "1.7.2"
+ version = "1.7.3"
[[constraint]]
name = "github.com/phayes/freeport"