mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-24 15:52:38 +02:00
14 lines
390 B
Modula-2
14 lines
390 B
Modula-2
module go-comic-converter
|
|
|
|
go 1.19
|
|
|
|
require golang.org/x/image v0.2.0
|
|
|
|
require (
|
|
github.com/bmaupin/go-epub v1.0.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.3.1 // indirect
|
|
github.com/gofrs/uuid v3.1.0+incompatible // indirect
|
|
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50 // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
)
|