1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00
Files
ffwebp/go.mod

25 lines
727 B
Modula-2
Raw Normal View History

2025-06-19 12:25:32 +02:00
module github.com/coalaura/ffwebp
2024-09-08 00:32:52 +02:00
2025-08-11 03:39:01 +02:00
go 1.24.5
2024-09-08 00:32:52 +02:00
2025-06-19 16:14:29 +02:00
require github.com/urfave/cli/v3 v3.3.8
2024-09-08 00:32:52 +02:00
2025-06-19 16:29:27 +02:00
require (
2025-08-11 04:18:47 +02:00
github.com/ftrvxmtrx/tga v0.0.0-20150524081124-bd8e8d5be13a
2025-08-11 02:36:35 +02:00
github.com/gen2brain/avif v0.4.4
2025-08-11 02:55:07 +02:00
github.com/gen2brain/jpegxl v0.4.5
2025-06-19 16:29:27 +02:00
github.com/gen2brain/webp v0.5.5
2025-07-13 14:45:03 +02:00
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
2025-08-11 04:03:19 +02:00
github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
2025-08-11 03:02:30 +02:00
github.com/sergeymakinen/go-ico v1.0.0-beta.0
2025-08-11 03:56:07 +02:00
github.com/spakin/netpbm v1.3.2
2025-06-19 16:29:27 +02:00
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)
require (
github.com/ebitengine/purego v0.8.3 // indirect
2025-08-11 04:03:19 +02:00
github.com/gopherjs/gopherjs v1.17.2 // indirect
2025-08-11 03:02:30 +02:00
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
2025-06-19 16:29:27 +02:00
github.com/tetratelabs/wazero v1.9.0 // indirect
)