push to remote

This commit is contained in:
m3philis
2023-10-03 12:06:43 +02:00
parent af82097a59
commit 10321ac8d8
13 changed files with 665 additions and 0 deletions

15
go.mod Normal file
View 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
)