2019-12-27 19:35:43 +01:00
|
|
|
module github.com/ProtonMail/gopenpgp/v2
|
2019-05-21 15:43:33 +02:00
|
|
|
|
2020-10-19 10:07:25 +02:00
|
|
|
go 1.15
|
2019-05-21 15:43:33 +02:00
|
|
|
|
|
|
|
|
require (
|
2021-12-21 18:42:12 +01:00
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20211221144345-a4f6767435ab
|
2019-12-27 19:35:43 +01:00
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
|
2021-03-29 20:46:47 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-12-27 19:35:43 +01:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2021-04-28 18:33:14 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2020-10-19 10:07:25 +02:00
|
|
|
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
|
2019-05-21 15:43:33 +02:00
|
|
|
)
|
|
|
|
|
|
2021-11-02 09:57:22 +01:00
|
|
|
replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b
|