aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-04-27 20:38:46 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-04-27 20:38:46 -0700
commit6b360d08c1f6c8a6cd1b7608f7af734a3ceef8d7 (patch)
tree48352d35fa9f3559df05accf4ce4fce1672a2830 /Gopkg.toml
parent322b265d7aec7731f7fa703c9a74ceb61ae73f3f (diff)
Use Gorilla middleware (refactoring)
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 1a56384..b8ae7d7 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -31,7 +31,7 @@
[[constraint]]
name = "github.com/gorilla/mux"
- version = "1.6.0"
+ version = "1.6.1"
[[constraint]]
branch = "master"