Files
cbconvert/go.mod
2024-11-02 20:08:02 +01:00

31 lines
1.1 KiB
Modula-2

module github.com/gen2brain/cbconvert
go 1.23
require (
github.com/disintegration/imaging v1.6.2
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.0
github.com/gen2brain/go-fitz v1.24.14
github.com/gen2brain/go-unarr v0.2.3
github.com/gen2brain/jpegxl v0.4.1
github.com/gen2brain/webp v0.5.0
golang.org/x/image v0.21.0
golang.org/x/sync v0.8.0
)
require (
github.com/dsoprea/go-exif/v2 v2.0.0-20200604193436-ca8584a0e1c4 // indirect
github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d // indirect
github.com/dsoprea/go-utility v0.0.0-20200711062821-fab8125e9bdf // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/go-errors/errors v1.1.1 // indirect
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d // indirect
github.com/jupiterrider/ffi v0.2.1 // indirect
github.com/tetratelabs/wazero v1.8.1 // indirect
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)