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 16:29:27 +02:00
parent 6ddf02ff19
commit 2a5bbe4fbb
5 changed files with 114 additions and 1 deletions

10
go.mod
View File

@ -4,4 +4,12 @@ go 1.24.2
require github.com/urfave/cli/v3 v3.3.8
require golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
require (
github.com/gen2brain/webp v0.5.5
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)
require (
github.com/ebitengine/purego v0.8.3 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
)