Update go-crypto

This commit is contained in:
Daniel Huigens 2021-03-17 14:29:41 +01:00
parent ff54225384
commit 32842f4135
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v2
go 1.15
require (
github.com/ProtonMail/go-crypto v0.0.0-20201208171014-cdb7591792e2
github.com/ProtonMail/go-crypto v0.0.0-20210317131446-1ce7a431ff79
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0