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

22 lines
602 B
Modula-2
Raw Normal View History

2024-09-08 00:32:52 +02:00
module ffwebp
2025-01-22 16:58:09 +01:00
go 1.23.4
2024-09-08 00:32:52 +02:00
require (
github.com/biessek/golang-ico v0.0.0-20180326222316-d348d9ea4670
2025-01-22 16:58:09 +01:00
github.com/coalaura/arguments v1.5.2
2025-01-22 18:19:20 +01:00
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4
2024-09-08 00:32:52 +02:00
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
)