X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gopkg.toml;h=31e55bda6b6c34a57a6539f49ad8f5fb7cfab706;hb=refs%2Ftags%2Fv0.0.12;hp=4feee4d8d35575ed61cbe41fa961058705f0db5a;hpb=2f91f20a8645339385ada602684f4957f20f4da4;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/Gopkg.toml b/Gopkg.toml index 4feee4d..31e55bd 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -64,3 +64,19 @@ [[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" + +[[constraint]] + name = "github.com/matcornic/hermes" + version = "1.1.1"