* changed the go-mobile fork to use PM's fork * changed build dir in build.sh * changed the build dir so we need to change the upload source * fix syntax err in github action * fixed the error with the new build dir * added the java package flag for android builds * removed the other go-mobile forks from the go.sum Co-authored-by: marin thiercelin <marin.thiercelin@pm.me>
13 lines
418 B
Modula-2
13 lines
418 B
Modula-2
module github.com/ProtonMail/gopenpgp/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20201208171014-cdb7591792e2
|
|
github.com/ProtonMail/go-mime v0.0.0-20190923161245-9b5a4261663a
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
|
|
)
|
|
|
|
replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20201014085805-7a2d68bf792f
|