19 lines
508 B
Modula-2
19 lines
508 B
Modula-2
module git.stein-ivar.net/steino/mangasee-go
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.6.1
|
|
github.com/headzoo/surf v1.0.0
|
|
github.com/mmcdole/gofeed v1.1.0
|
|
rogchap.com/v8go v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.1.0 // indirect
|
|
github.com/headzoo/ut v0.0.0-20181013193318-a13b5a7a02ca // indirect
|
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|