Update go-crypto and prevent AEAD messages

This commit is contained in:
Aron Wussler 2022-01-13 14:42:01 +01:00
parent 6c08b558a5
commit 5c9d4688cb
5 changed files with 10 additions and 7 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-20211221144345-a4f6767435ab
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0