23 lines
705 B
Modula-2
23 lines
705 B
Modula-2
module lab.hodakov.me/fat0troll/uploader_tools
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/anacrolix/torrent v1.7.1
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/kennygrant/sanitize v1.2.4
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
github.com/rs/zerolog v1.15.0
|
|
gitlab.com/pztrn/flagger v0.0.0-20190122123836-d429d7149cc9
|
|
golang.org/x/text v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/anacrolix/missinggo v1.2.1 // indirect
|
|
github.com/andybalholm/cascadia v1.0.0 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c // indirect
|
|
github.com/huandu/xstrings v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
)
|