push to remote
This commit is contained in:
15
go.mod
Normal file
15
go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user