mirror of
https://github.com/bestnite/bilinovel-downloader.git
synced 2025-04-27 02:35:54 +08:00
20 lines
453 B
Modula-2
20 lines
453 B
Modula-2
module bilinovel-downloader
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.3
|
|
github.com/a-h/templ v0.3.857
|
|
github.com/go-resty/resty/v2 v2.16.5
|
|
github.com/google/uuid v1.6.0
|
|
github.com/spf13/cobra v1.9.1
|
|
golang.org/x/text v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
)
|