2019-12-27 19:35:43 +01:00
|
|
|
module github.com/ProtonMail/gopenpgp/v2
|
2019-05-21 15:43:33 +02:00
|
|
|
|
2024-02-28 13:51:52 +01:00
|
|
|
go 1.17
|
2019-05-21 15:43:33 +02:00
|
|
|
|
|
|
|
|
require (
|
2024-11-07 17:00:51 +01:00
|
|
|
github.com/ProtonMail/go-crypto v1.1.0
|
2023-03-22 13:23:35 +01:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
|
2021-03-29 20:46:47 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-01-09 08:56:08 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2024-02-28 13:51:52 +01:00
|
|
|
golang.org/x/crypto v0.17.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
2019-05-21 15:43:33 +02:00
|
|
|
)
|