mirror of
https://codeberg.org/hyperreal/go-transmission-stats
synced 2024-11-01 08:43:10 +01:00
15 lines
344 B
Modula-2
15 lines
344 B
Modula-2
module tildegit.org/hyperreal/go-transmission-stats
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/hekmon/cunits/v2 v2.1.0
|
|
github.com/hyperreal64/transmissionrpc v0.0.0-20230719163355-849860742ae7
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
)
|