mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-23 15:22:36 +02:00
20 lines
523 B
Modula-2
20 lines
523 B
Modula-2
module go-comic-converter
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gofrs/uuid v3.1.0+incompatible
|
|
github.com/nwaples/rardecode v1.1.3
|
|
github.com/raff/pdfreader v0.0.0-20220308062436-033e8ac577f0
|
|
github.com/schollz/progressbar/v3 v3.12.2
|
|
golang.org/x/image v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
)
|