aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 5926748..31e55bd 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -76,3 +76,7 @@
76[[override]] 76[[override]]
77 name = "github.com/dchest/authcookie" 77 name = "github.com/dchest/authcookie"
78 branch = "master" 78 branch = "master"
79
80[[constraint]]
81 name = "github.com/matcornic/hermes"
82 version = "1.1.1"