-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.48 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/coalaura/ffwebp
go 1.25.0
require (
github.com/anthonynsimon/bild v0.14.0
github.com/coalaura/webp v1.6.4
github.com/coalaura/xbm v0.0.4
github.com/coalaura/xpm v0.0.3
github.com/ftrvxmtrx/tga v0.0.0-20150524081124-bd8e8d5be13a
github.com/gen2brain/avif v0.4.4
github.com/gen2brain/heic v0.4.5
github.com/gen2brain/jpegn v0.3.1
github.com/gen2brain/jpegxl v0.4.5
github.com/gonutz/xcf v0.0.0-20180404091035-c002b9533d97
github.com/hajimehoshi/ebiten/v2 v2.9.9
github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f
github.com/kanrichan/resvg-go v0.0.1
github.com/kriticalflare/qoi v0.0.0-20240815192827-34f66f23bcef
github.com/mdouchement/dng v0.0.0-20230730131840-4066c9106942
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/urfave/cli/v3 v3.4.1
golang.org/x/image v0.31.0
gotest.tools/v3 v3.5.2
)
require (
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)