mirror of
https://github.com/gen2brain/cbconvert
synced 2025-10-14 18:48:51 +02:00
27 lines
780 B
Modula-2
27 lines
780 B
Modula-2
module github.com/gen2brain/cbconvert
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
git.sr.ht/~jackmordaunt/go-libwebp v1.1.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/gen2brain/go-fitz v1.23.7
|
|
github.com/gen2brain/go-unarr v0.2.0
|
|
golang.org/x/image v0.15.0
|
|
golang.org/x/sync v0.6.0
|
|
gopkg.in/gographics/imagick.v3 v3.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.5.1 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
modernc.org/libc v1.24.1 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.7.2 // indirect
|
|
)
|