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

30 lines
926 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 21:17:25 +02:00
github.com/anthonynsimon/bild v0.14.0
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-08-11 04:29:51 +02:00
github.com/knieriem/g v0.5.0
2025-08-11 04:39:57 +02:00
github.com/kriticalflare/qoi v0.0.0-20240815192827-34f66f23bcef
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-12 02:09:34 +02:00
github.com/samuel/go-pcx v0.0.0-20210515040514-6a5ce4d132f7
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-08-11 04:29:51 +02:00
github.com/xyproto/xbm v1.0.0
2025-08-11 21:17:25 +02:00
golang.org/x/image v0.18.0
2025-06-19 16:29:27 +02:00
)
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
)