1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +00:00
This commit is contained in:
Laura
2025-06-19 12:25:32 +02:00
parent de0359cacc
commit c09beb0d77
20 changed files with 396 additions and 1068 deletions

21
go.mod
View File

@ -1,21 +1,10 @@
module ffwebp
module github.com/coalaura/ffwebp
go 1.23.4
go 1.24.2
require (
github.com/biessek/golang-ico v0.0.0-20180326222316-d348d9ea4670
github.com/coalaura/arguments v1.5.2
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4
github.com/gen2brain/avif v0.3.2
github.com/gen2brain/heic v0.3.1
github.com/gen2brain/jpegxl v0.3.1
github.com/gen2brain/webp v0.4.5
golang.org/x/image v0.20.0
github.com/disintegration/imaging v1.6.2
github.com/urfave/cli/v3 v3.3.8
)
require (
github.com/ebitengine/purego v0.7.1 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/tetratelabs/wazero v1.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)
require golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect