aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-13 00:31:06 +0100
committerGitHub <noreply@github.com>2020-02-13 00:31:06 +0100
commit1375b3ce128d027690c9dc4b4ecb29b9584f7499 (patch)
tree25d146fe981b01426cac8de27995ce5259791b88 /go.mod
parent0066f3d8c278558eeac70d3cd7ca21c360014346 (diff)
parente619c9bca4f43c382d93d38876b207f1b6ff5a89 (diff)
downloadgit-bug-1375b3ce128d027690c9dc4b4ecb29b9584f7499.tar.gz
Merge pull request #320 from MichaelMure/dependabot/go_modules/github.com/gorilla/mux-1.7.4
build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b48d402d..359540c7 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/go-errors/errors v1.0.1
- github.com/gorilla/mux v1.7.3
+ github.com/gorilla/mux v1.7.4
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/mattn/go-isatty v0.0.12