Update go-crypto (#129)

* Update go-crypto

* Edit changelog

Co-authored-by: Aron Wussler <aron@wussler.it>
This commit is contained in:
Daniel Huigens 2021-04-28 18:33:14 +02:00 committed by GitHub
parent 38a773b9aa
commit 9126511a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 35 deletions

3
go.mod
View file

@ -3,10 +3,11 @@ module github.com/ProtonMail/gopenpgp/v2
go 1.15
require (
github.com/ProtonMail/go-crypto v0.0.0-20210329181949-3900d675f39b
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
)