mirror of
https://codeberg.org/hyperreal/go-transmission-stats
synced 2024-11-01 16:53:10 +01:00
14 lines
387 B
Modula-2
14 lines
387 B
Modula-2
module codeberg.org/hyperreal/go-transmission-stats
|
|
|
|
go 1.19
|
|
|
|
require github.com/hekmon/transmissionrpc v1.1.0
|
|
|
|
require (
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hekmon/cunits/v2 v2.1.0 // indirect
|
|
github.com/hekmon/transmissionrpc/v2 v2.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
)
|