mirror of
https://github.com/gen2brain/cbconvert
synced 2026-06-30 09:11:54 +02:00
53 lines
2.1 KiB
Modula-2
53 lines
2.1 KiB
Modula-2
module github.com/gen2brain/cbconvert
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.15.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.5.1
|
|
github.com/gen2brain/go-fitz v1.28.0
|
|
github.com/gen2brain/jpegli v0.4.1
|
|
github.com/gen2brain/jpegxl v0.5.2
|
|
github.com/gen2brain/webp v0.6.1
|
|
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25
|
|
github.com/mholt/archives v0.1.5
|
|
golang.org/x/image v0.43.0
|
|
golang.org/x/sync v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/STARRY-S/zip v0.2.3 // indirect
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/bodgit/plumbing v1.3.0 // indirect
|
|
github.com/bodgit/sevenzip v1.6.4 // indirect
|
|
github.com/bodgit/windows v1.0.1 // indirect
|
|
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
|
|
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.10.1 // indirect
|
|
github.com/gen2brain/jpegn v0.4.2
|
|
github.com/go-errors/errors v1.5.1 // indirect
|
|
github.com/golang/geo v0.0.0-20260625163123-7c0e84413537 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
github.com/klauspost/pgzip v1.2.6 // indirect
|
|
github.com/mikelolasagasti/xz v1.0.1 // indirect
|
|
github.com/minio/minlz v1.1.1 // indirect
|
|
github.com/nwaples/rardecode/v2 v2.2.5 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.27 // indirect
|
|
github.com/sorairolake/lzip-go v0.3.8 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/stangelandcl/ppmd v0.1.1 // indirect
|
|
github.com/tetratelabs/wazero v1.12.0 // indirect
|
|
github.com/ulikunitz/xz v0.5.15 // indirect
|
|
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
|
|
golang.org/x/net v0.56.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/text v0.38.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|