Files
i2p.plugins.tor-updater/go.mod

20 lines
632 B
Modula-2
Raw Normal View History

2022-01-16 14:50:50 -05:00
module i2pgit.org/idk/i2p.plugins.tor-manager
go 1.17
require (
aead.dev/minisign v0.2.0
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
2022-01-16 15:33:47 -05:00
github.com/jchavannes/go-pgp v0.0.0-20200131171414-e5978e6d02b4
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
2022-01-16 14:50:50 -05:00
)
require (
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.17.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
2022-01-16 15:33:47 -05:00
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2022-01-16 14:50:50 -05:00
)