23 lines
742 B
Modula-2
23 lines
742 B
Modula-2
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
|
|
github.com/jchavannes/go-pgp v0.0.0-20200131171414-e5978e6d02b4
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
|
)
|
|
|
|
require (
|
|
github.com/justinas/nosurf v1.1.1
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
|
github.com/russross/blackfriday v1.6.0
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
)
|