go-transmission-stats/go.mod

15 lines
344 B
Modula-2
Raw Normal View History

2023-03-25 05:14:51 +01:00
module codeberg.org/hyperreal/go-transmission-stats
go 1.19
2023-04-16 23:45:38 +02:00
require (
github.com/hekmon/cunits/v2 v2.1.0
github.com/hyperreal64/transmissionrpc v0.0.0-20230416162950-8e2d9f4b086e
github.com/olekukonko/tablewriter v0.0.5
)
2023-04-02 00:23:09 +02:00
2023-03-25 05:14:51 +01:00
require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2023-04-02 00:23:09 +02:00
github.com/mattn/go-runewidth v0.0.9 // indirect
2023-03-25 05:14:51 +01:00
)