mirror of
https://github.com/bestnite/bilinovel-downloader.git
synced 2026-07-25 20:21:56 +00:00
- Upgrade playwright-go v0.5200.1 -> v0.6100.0 (module path changed from playwright-community to mxschmitt). The old Azure CDN driver download endpoint returns 404 for all versions; v0.6100.0 switches to npm registry which works correctly. - Fix file:// resource loading: replace absolute path src="/..." and href="/..." with full URLs so browser can fetch remote resources (chapterlog.js) when loading local HTML files. - Replace removed Devtools field with Args --auto-open-devtools-for-tabs. - Include error details in playwright install failure log. - Fix nil pointer in tests: check err before calling SetTextOnly. - Update all dependencies: goquery, templ, resty, cobra, pflag, etc. - Bump go toolchain 1.24.2 -> 1.25.0
26 lines
808 B
AMPL
26 lines
808 B
AMPL
module bilinovel-downloader
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
git.nite07.com/nite/font-mapper v0.0.0-20251029075022-4bbc206d648b
|
|
github.com/PuerkitoBio/goquery v1.12.0
|
|
github.com/a-h/templ v0.3.1020
|
|
github.com/go-resty/resty/v2 v2.17.2
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mxschmitt/playwright-go v0.6100.0
|
|
github.com/spf13/cobra v1.10.2
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
|
|
github.com/go-jose/go-jose/v3 v3.0.5 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
golang.org/x/image v0.30.0 // indirect
|
|
golang.org/x/net v0.52.0 // indirect
|
|
)
|