1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +00:00

Initial commit

This commit is contained in:
Laura
2024-09-08 00:32:52 +02:00
commit fbb5e12442
24 changed files with 943 additions and 0 deletions

19
go.mod Normal file
View File

@ -0,0 +1,19 @@
module ffwebp
go 1.23.1
require (
github.com/biessek/golang-ico v0.0.0-20180326222316-d348d9ea4670
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
)
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
)