mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-10 04:42:37 +01:00
d2682d2ad9
* split to files * Delete tesing code * Change gnuflags to go-flags * Change gnuflags to go-flags * fix search torrent * fix search torrent * Replace impromevents. Separator option * Help modification. Readme update
13 lines
300 B
Modula-2
13 lines
300 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/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/zeebo/bencode v1.0.0
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
)
|