1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-18 06:14:34 +00:00
Files
ffwebp/go.mod

20 lines
494 B
Modula-2
Raw Normal View History

2024-09-08 00:32:52 +02:00
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
)