mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-17 22:04:35 +00:00
webp
This commit is contained in:
10
go.mod
10
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user