passforios-gopenpgp/go.mod

13 lines
338 B
Modula-2
Raw Normal View History

module github.com/ProtonMail/gopenpgp/v2
2019-05-21 15:43:33 +02:00
go 1.15
2019-05-21 15:43:33 +02:00
require (
github.com/ProtonMail/go-crypto v0.0.0-20230321155629-9a39f2531310
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
2022-05-02 11:17:15 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pkg/errors v0.9.1
2023-01-09 08:56:08 +01:00
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.7.0
2019-05-21 15:43:33 +02:00
)