mirror of
https://codeberg.org/hyperreal/go-torrent-helper
synced 2024-11-01 16:53:09 +01:00
16 lines
355 B
Modula-2
16 lines
355 B
Modula-2
module codeberg.org/hyperreal/go-torrent-helper
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/hekmon/transmissionrpc v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
github.com/hekmon/cunits/v2 v2.0.2 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
)
|