2023-10-16 01:39:37 -07:00
|
|
|
module gitea.narnian.us/lordwelch/gcd_downloader
|
2023-10-16 01:01:08 -07:00
|
|
|
|
|
|
|
go 1.21.1
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
|
|
github.com/andybalholm/brotli v1.0.6
|
|
|
|
github.com/kr/pretty v0.3.1
|
|
|
|
golang.org/x/net v0.7.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
|
|
)
|