17 lines
368 B
Modula-2
17 lines
368 B
Modula-2
module https://gitea.narnian.us/lordwelch/gcd_downloader
|
|
|
|
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
|
|
)
|