-
Notifications
You must be signed in to change notification settings - Fork 68
/
go.mod
38 lines (34 loc) · 1.34 KB
/
go.mod
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
module github.com/libretro/ludo
require (
github.com/adrg/xdg v0.5.3
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/fatih/structs v1.1.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mholt/archiver/v3 v3.5.1
github.com/pelletier/go-toml v1.9.5
github.com/tanema/gween v0.0.0-20221212145351-621cc8a459d1
github.com/youpy/go-wav v0.3.2
golang.org/x/image v0.23.0
golang.org/x/mobile v0.0.0-20241204233305-ce44b2716d33
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/youpy/go-riff v0.1.0 // indirect
github.com/zaf/g711 v1.4.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)
go 1.22.0
toolchain go1.23.4