aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-08-30 14:45:27 +0200
committerGitHub <noreply@github.com>2020-08-30 14:45:27 +0200
commitc0f6e6af7f4cfbd14ffb597659562367f25f5691 (patch)
tree6f867f05a1d9afe4d8bba518bee8c213c2a50b4e /go.mod
parent36cdd13052cbdc3100d125d76131e907df466fe3 (diff)
parentad32cbd0a408cb87d52203317d36fe281c461468 (diff)
downloadgit-bug-c0f6e6af7f4cfbd14ffb597659562367f25f5691.tar.gz
Merge pull request #448 from MichaelMure/dependabot/go_modules/github.com/gorilla/mux-1.8.0
build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0
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 b257917e..4177485a 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/corpix/uarand v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
- github.com/gorilla/mux v1.7.4
+ github.com/gorilla/mux v1.8.0
github.com/hashicorp/golang-lru v0.5.4
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/mattn/go-isatty v0.0.12