initial commit
This commit is contained in:
commit
7a6df350ea
4 changed files with 47 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module github.com/robinovitch61/webtoon-dl
|
||||
|
||||
go 1.20
|
||||
|
||||
require github.com/anaskhan96/soup v1.2.5
|
||||
|
||||
require (
|
||||
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