celogeek 6bd46fc64c
save config
Support configuration in homedir.
Use it as default value for futur call.
2023-04-01 18:54:25 +02:00

22 lines
607 B
Modula-2

module github.com/celogeek/go-comic-converter
go 1.19
require (
github.com/disintegration/gift v1.2.1
github.com/gofrs/uuid v4.4.0+incompatible
github.com/nwaples/rardecode v1.1.3
github.com/raff/pdfreader v0.0.0-20220308062436-033e8ac577f0
github.com/schollz/progressbar/v3 v3.13.1
golang.org/x/image v0.6.0
gopkg.in/yaml.v3 v3.0.1
)
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.4 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
)