Use the latest version of gomobile instead of the fork of protonmail. Use go get gomobile in the build script instead of adding it to the go.mod by default. Fix the script to work with latest gomobile
14 lines
469 B
Modula-2
14 lines
469 B
Modula-2
module github.com/ProtonMail/gopenpgp/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
|
|
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|