2023-07-18 10:22:51 +02:00
|
|
|
module tildegit.org/hyperreal/go-transmission-stats
|
2023-03-25 05:14:51 +01:00
|
|
|
|
2023-07-18 10:22:51 +02:00
|
|
|
go 1.20
|
2023-03-25 05:14:51 +01:00
|
|
|
|
2023-04-16 23:45:38 +02:00
|
|
|
require (
|
|
|
|
github.com/hekmon/cunits/v2 v2.1.0
|
2023-07-19 18:35:00 +02:00
|
|
|
github.com/hyperreal64/transmissionrpc v0.0.0-20230719163355-849860742ae7
|
2023-07-19 16:59:18 +02:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2023-04-16 23:45:38 +02:00
|
|
|
)
|
2023-04-02 00:23:09 +02:00
|
|
|
|
2023-07-19 16:59:18 +02:00
|
|
|
require (
|
2023-07-19 18:35:00 +02:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2023-07-19 16:59:18 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
)
|