go-torrent-helper/go.mod

11 lines
222 B
Modula-2
Raw Normal View History

2023-07-02 22:12:46 +02:00
module tildegit.org/hyperreal/go-torrent-helper
2023-06-24 04:33:24 +02:00
go 1.20
require github.com/hekmon/transmissionrpc v1.1.0
require (
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hekmon/cunits/v2 v2.0.2 // indirect
)