diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-13 00:31:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 00:31:06 +0100 |
commit | 1375b3ce128d027690c9dc4b4ecb29b9584f7499 (patch) | |
tree | 25d146fe981b01426cac8de27995ce5259791b88 /go.mod | |
parent | 0066f3d8c278558eeac70d3cd7ca21c360014346 (diff) | |
parent | e619c9bca4f43c382d93d38876b207f1b6ff5a89 (diff) | |
download | git-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |