deluge2qbt/go.mod
2023-01-11 23:34:36 +03:00

18 lines
446 B
Modula-2

module github.com/rumanzo/deluge2qbt
go 1.19
require (
github.com/fatih/color v1.13.0
github.com/jessevdk/go-flags v1.5.0
github.com/rumanzo/bt2qbt v0.0.0-20220505190019-44c038bd67c9
github.com/zeebo/bencode v1.0.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)