30 lines
1017 B
Modula-2
30 lines
1017 B
Modula-2
module i2pgit.org/idk/tb-downloader
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
|
|
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
|
|
github.com/cretz/bine v0.2.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/eyedeekay/i2pkeys v0.33.0
|
|
github.com/eyedeekay/sam3 v0.33.4
|
|
github.com/itchio/damage v0.0.0-20190703135837-76df725fc766
|
|
github.com/itchio/headway v0.0.0-20200301160421-e15721f23905
|
|
github.com/magisterquis/connectproxy v0.0.0-20200725203833-3582e84f0c9b
|
|
github.com/otiai10/copy v1.9.0
|
|
github.com/ulikunitz/xz v0.5.10
|
|
github.com/xgfone/bt v0.4.3
|
|
golang.org/x/net v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.1.0 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.24.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
|
|
)
|