mirror of
https://github.com/gen2brain/cbconvert
synced 2026-09-04 04:31:11 +02:00
42 lines
1.5 KiB
AMPL
42 lines
1.5 KiB
AMPL
module github.com/gen2brain/cbconvert
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.15.0
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/gen2brain/folio v0.2.4
|
|
github.com/gen2brain/gav1d v0.2.4
|
|
github.com/gen2brain/jpegn v0.6.0
|
|
github.com/gen2brain/jxl v0.2.0
|
|
github.com/gen2brain/pngn v0.1.2
|
|
github.com/gen2brain/vpx v0.2.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.22.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/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/ulikunitz/xz v0.5.15 // indirect
|
|
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
|
|
golang.org/x/net v0.58.0 // indirect
|
|
golang.org/x/text v0.41.0 // indirect
|
|
)
|