mirror of
https://github.com/gen2brain/cbconvert
synced 2025-10-13 18:18:52 +02:00
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module github.com/gen2brain/cbconvert
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.14.0
|
|
github.com/dsoprea/go-png-image-structure v0.0.0-20210512210324-29b889a6093d
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/gen2brain/avif v0.4.1
|
|
github.com/gen2brain/go-fitz v1.24.14
|
|
github.com/gen2brain/go-unarr v0.2.3
|
|
github.com/gen2brain/jpegli v0.3.3
|
|
github.com/gen2brain/jpegxl v0.4.2
|
|
github.com/gen2brain/webp v0.5.1
|
|
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25
|
|
golang.org/x/image v0.21.0
|
|
golang.org/x/sync v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/dsoprea/go-exif/v2 v2.0.0-20230826092837-6579e82b732d // indirect
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
|
github.com/dsoprea/go-utility v0.0.0-20221003172846-a3e1774ef349 // indirect
|
|
github.com/ebitengine/purego v0.8.1 // indirect
|
|
github.com/go-errors/errors v1.5.1 // indirect
|
|
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
|
|
github.com/jupiterrider/ffi v0.2.1 // indirect
|
|
github.com/tetratelabs/wazero v1.8.1 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|