diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-15 10:29:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-15 10:29:46 +0100 |
commit | e1b5980f27ef60f0e655930d810138b6e2cd2752 (patch) | |
tree | e81073efda736e070a2e39df1bb5c0db79def8aa /go.mod | |
parent | 193e28cf0086a4b4a1f6d562c42b7c22b6e34561 (diff) | |
download | guichet-e1b5980f27ef60f0e655930d810138b6e2cd2752.tar.gz guichet-e1b5980f27ef60f0e655930d810138b6e2cd2752.zip |
Use Argon2 hash function
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,4 +10,5 @@ require ( github.com/gorilla/mux v1.7.3 github.com/gorilla/sessions v1.2.0 github.com/sirupsen/logrus v1.4.2 + golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 ) |