Update github.com/amoghe/go-crypt commit hash to 20eada5
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2022-02-22 12:05:04 +00:00
commit 3d948da818
2 changed files with 4 additions and 2 deletions

4
go.mod
View file

@ -3,9 +3,9 @@ module git.nemunai.re/chldapasswd
go 1.15
require (
github.com/amoghe/go-crypt v0.0.0-20191109212615-b2ff80594b7f
github.com/amoghe/go-crypt v0.0.0-20220222110647-20eada5f5964
github.com/go-ldap/ldap/v3 v3.4.2
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
github.com/go-ldap/ldap/v3 v3.4.2
)