mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-17 13:54:36 +00:00
17 lines
359 B
Modula-2
17 lines
359 B
Modula-2
module github.com/coalaura/ffwebp
|
|
|
|
go 1.24.2
|
|
|
|
require github.com/urfave/cli/v3 v3.3.8
|
|
|
|
require (
|
|
github.com/gen2brain/webp v0.5.5
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
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
|
|
)
|