aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 9721956..5926748 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -68,3 +68,11 @@
68[[constraint]] 68[[constraint]]
69 name = "github.com/go-redis/redis" 69 name = "github.com/go-redis/redis"
70 version = "6.10.2" 70 version = "6.10.2"
71
72[[constraint]]
73 branch = "master"
74 name = "github.com/dchest/passwordreset"
75
76[[override]]
77 name = "github.com/dchest/authcookie"
78 branch = "master"