22 lines
659 B
Modula-2
22 lines
659 B
Modula-2
module github.com/ProtonMail/gopenpgp/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.1.3
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
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
|
|
)
|
|
|
|
replace github.com/ProtonMail/go-crypto => github.com/mssun/go-crypto v1.1.3-mssun-passforios
|