chore: bump crypto version

This commit is contained in:
James Houlahan
2020-09-25 15:45:29 +02:00
parent 53cd2ff524
commit 68616e470c
3 changed files with 7 additions and 8 deletions

2
go.mod
View File

@ -78,5 +78,5 @@ replace (
github.com/emersion/go-mbox => github.com/ProtonMail/mbox v0.0.0-20200918064939-909a18c9af45
github.com/emersion/go-smtp => github.com/ProtonMail/go-smtp v0.0.0-20181206232543-8261df20d309
github.com/jameskeane/bcrypt => github.com/ProtonMail/bcrypt v0.0.0-20170924085257-7509ea014998
golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200416114516-1fa7f403fb9c
golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200818122824-ed5d25e28db8
)