working
This commit is contained in:
parent
7a6df350ea
commit
a0c22ded86
4 changed files with 88 additions and 3 deletions
7
go.mod
7
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue