feat: support argon2id pass manager (#744)

* support for argon2id

* Update argon2id.go

Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com>
This commit is contained in:
Jan Piechowicz
2022-05-06 03:25:42 +02:00
committed by GitHub
parent c9849d8b55
commit 1b840a2e9f
5 changed files with 45 additions and 1 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.16
require (
github.com/RobotsAndPencils/go-saml v0.0.0-20170520135329-fb13cb52a46b
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387
github.com/astaxie/beego v1.12.3
github.com/aws/aws-sdk-go v1.44.4
github.com/beevik/etree v1.1.0