mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
30 lines
1015 B
Modula-2
30 lines
1015 B
Modula-2
module github.com/celogeek/go-comic-converter/v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/beevik/etree v1.3.0
|
|
github.com/disintegration/gift v1.2.1
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/nwaples/rardecode/v2 v2.0.0-beta.2
|
|
github.com/raff/pdfreader v0.0.0-20220308062436-033e8ac577f0
|
|
github.com/schollz/progressbar/v3 v3.14.2
|
|
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
|
|
golang.org/x/image v0.16.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-github v17.0.0+incompatible // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
)
|