16 lines
382 B
Modula-2
16 lines
382 B
Modula-2
module mangacrawler
|
|
|
|
go 1.21.0
|
|
|
|
replace github.com/go-shiori/go-epub => ./go-epub
|
|
|
|
require github.com/go-shiori/go-epub v1.1.0
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
github.com/vincent-petithory/dataurl v1.0.0 // indirect
|
|
golang.org/x/net v0.13.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|