2019-05-21 15:43:33 +02:00
|
|
|
module github.com/ProtonMail/gopenpgp
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
2019-05-21 16:09:17 +02:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20190521135552-09454e3dbe72
|
|
|
|
|
github.com/stretchr/testify v1.2.2
|
2019-05-21 15:43:33 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
|
|
|
|
|
)
|
|
|
|
|
|
2019-05-23 16:36:24 +02:00
|
|
|
replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20190604143603-d3d8a14a4d4f
|