This commit is contained in:
Leo Robinovitch 2023-12-21 08:38:48 -08:00
parent 7a6df350ea
commit a0c22ded86
4 changed files with 88 additions and 3 deletions

7
go.mod
View file

@ -2,9 +2,14 @@ module github.com/robinovitch61/webtoon-dl
go 1.20
require github.com/anaskhan96/soup v1.2.5
require (
github.com/anaskhan96/soup v1.2.5
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
)