1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00
This commit is contained in:
2025-08-11 04:03:19 +02:00
parent 3114d7f8c3
commit 86cc9e33de
6 changed files with 97 additions and 1 deletions

2
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/gen2brain/jpegxl v0.4.5
github.com/gen2brain/webp v0.5.5
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
github.com/sergeymakinen/go-ico v1.0.0-beta.0
github.com/spakin/netpbm v1.3.2
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
@@ -16,6 +17,7 @@ require (
require (
github.com/ebitengine/purego v0.8.3 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
)