mirror of
https://github.com/rumanzo/deluge2qbt.git
synced 2024-11-13 22:43:35 +01:00
11 lines
214 B
Modula-2
11 lines
214 B
Modula-2
|
module github.com/rumanzo/deluge2qbt
|
||
|
|
||
|
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/zeebo/bencode v1.0.0
|
||
|
)
|