module go-comic-converter

go 1.19

require (
	github.com/gofrs/uuid v3.1.0+incompatible
	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
)