bt2qbt/go.mod
Alexey Kostin d2682d2ad9
Newversion (#8)
* 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
2020-04-04 16:58:29 +03:00

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
)