Switch to a newer fork of soup

This commit is contained in:
Archie B Vox 2024-12-09 23:37:37 -08:00
parent a2a5bd7f00
commit 5e013208ff
3 changed files with 10 additions and 6 deletions

6
go.mod
View file

@ -3,13 +3,13 @@ module github.com/robinovitch61/webtoon-dl
go 1.20
require (
github.com/anaskhan96/soup v1.2.5
github.com/ByteSizedMarius/soup v1.2.6
github.com/signintech/gopdf v0.20.0
)
require (
github.com/phpdave11/gofpdi v1.0.14-0.20211212211723-1f10f9844311 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/text v0.3.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/text v0.14.0 // indirect
)