mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-10 04:42:37 +01:00
13 lines
323 B
Modula-2
13 lines
323 B
Modula-2
|
module github.com/rumanzo/bt2qbt
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/fatih/color v1.9.0
|
||
|
github.com/go-ini/ini v1.52.0
|
||
|
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d
|
||
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
||
|
github.com/zeebo/bencode v1.0.0
|
||
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
||
|
)
|