From 85545aba62546f219a9c9730945511412a3174ef Mon Sep 17 00:00:00 2001 From: jloup Date: Fri, 4 May 2018 11:55:15 +0200 Subject: Password reset. --- Gopkg.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml index 9721956..5926748 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -68,3 +68,11 @@ [[constraint]] name = "github.com/go-redis/redis" version = "6.10.2" + +[[constraint]] + branch = "master" + name = "github.com/dchest/passwordreset" + +[[override]] + name = "github.com/dchest/authcookie" + branch = "master" -- cgit v1.2.3