X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gopkg.toml;h=5926748c2a5546c7194de93edca3c2da3fdffbcd;hb=d4fdccf261b2104a7ba0f06b1b4b22db518c3cf8;hp=4feee4d8d35575ed61cbe41fa961058705f0db5a;hpb=2f91f20a8645339385ada602684f4957f20f4da4;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/Gopkg.toml b/Gopkg.toml index 4feee4d..5926748 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -64,3 +64,15 @@ [[constraint]] branch = "master" name = "github.com/shopspring/decimal" + +[[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"