mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-09-08 05:49:54 +00:00
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/coalaura/ffwebp
|
|
|
|
go 1.24.5
|
|
|
|
require github.com/urfave/cli/v3 v3.3.8
|
|
|
|
require (
|
|
github.com/anthonynsimon/bild v0.14.0
|
|
github.com/ftrvxmtrx/tga v0.0.0-20150524081124-bd8e8d5be13a
|
|
github.com/gen2brain/avif v0.4.4
|
|
github.com/gen2brain/jpegxl v0.4.5
|
|
github.com/gen2brain/webp v0.5.5
|
|
github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f
|
|
github.com/knieriem/g v0.5.0
|
|
github.com/kriticalflare/qoi v0.0.0-20240815192827-34f66f23bcef
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
|
|
github.com/samuel/go-pcx v0.0.0-20210515040514-6a5ce4d132f7
|
|
github.com/sergeymakinen/go-ico v1.0.0-beta.0
|
|
github.com/spakin/netpbm v1.3.2
|
|
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
|
|
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
|
|
github.com/xyproto/xbm v1.0.0
|
|
golang.org/x/image v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.8.3 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
)
|