2023-01-28 16:25:47 +01:00
|
|
|
module forge.redroom.link/yves/localconfig
|
2023-01-28 13:40:19 +01:00
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ProtonMail/gopenpgp/v2 v2.5.2
|
|
|
|
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b // indirect
|
|
|
|
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
|
|
|
|
github.com/cloudflare/circl v1.1.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
)
|