passforios-gopenpgp/go.mod
Daniel Huigens 781681b548 Use Entitiy.EncryptionKey instead of reimplementing it
This fixes us sometimes using subkeys whose key flags allow
encryption but don't have a valid algorithm for encryption,
or that are expired, etc.
2019-06-04 16:45:33 +02:00

11 lines
314 B
Modula-2

module github.com/ProtonMail/gopenpgp
go 1.12
require (
github.com/ProtonMail/go-mime v0.0.0-20190521135552-09454e3dbe72
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
)
replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20190604143603-d3d8a14a4d4f