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