45 lines
1.9 KiB
Modula-2
45 lines
1.9 KiB
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/boreq/friendlyhash v0.0.0-20190522010448-1ca64b3ca69e // indirect
|
|
github.com/eyedeekay/go-i2cp v0.0.0-20190716135428-6d41bed718b0 // indirect
|
|
github.com/eyedeekay/goSam v0.32.31-0.20210415231611-c6d9c0e340b8 // indirect
|
|
github.com/eyedeekay/sam-forwarder v0.0.0-20190908210105-71ca8cd65fda // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 // indirect
|
|
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 // indirect
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 // indirect
|
|
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26 // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/eyedeekay/checki2cp v0.0.21
|
|
github.com/eyedeekay/httptunnel v0.0.0-20210508193128-6e9606d6eb24
|
|
github.com/eyedeekay/sam3 v0.32.32
|
|
github.com/itchio/damage v0.0.0-20190703135837-76df725fc766 // indirect
|
|
github.com/itchio/headway v0.0.0-20200301160421-e15721f23905 // indirect
|
|
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/otiai10/copy v1.7.0
|
|
github.com/pkg/errors v0.9.1 // 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
|
|
howett.net/plist v1.0.0 // indirect
|
|
)
|