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

11 lines
208 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-06-19 12:25:32 +02:00
go 1.24.2
2024-09-08 00:32:52 +02:00
require (
2025-06-19 12:25:32 +02:00
github.com/disintegration/imaging v1.6.2
github.com/urfave/cli/v3 v3.3.8
2024-09-08 00:32:52 +02:00
)
2025-06-19 12:25:32 +02:00
require golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect