diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-27 12:23:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 12:23:00 +0000 |
commit | ad32cbd0a408cb87d52203317d36fe281c461468 (patch) | |
tree | c682c9bdd2816b715c96f143c5a69905ada9e641 /go.mod | |
parent | 324fe3b7a5f7281d0189294ca41ec64f37767210 (diff) | |
download | git-bug-ad32cbd0a408cb87d52203317d36fe281c461468.tar.gz |
build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |