-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
35 lines (32 loc) · 1.27 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
module github.com/mokiat/rally-mka
go 1.23
require (
github.com/mokiat/gog v0.15.0
github.com/mokiat/gomath v0.10.0
github.com/mokiat/lacking v0.22.0
github.com/mokiat/lacking-js v0.22.0
github.com/mokiat/lacking-native v0.22.0
github.com/mokiat/lacking-studio v0.22.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/gen2brain/malgo v0.11.23 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mdouchement/hdr v0.2.4 // indirect
github.com/mokiat/gblob v0.3.0 // indirect
github.com/mokiat/goexr v0.1.0 // indirect
github.com/mokiat/wasmal v0.1.0 // indirect
github.com/mokiat/wasmgl v0.7.0 // indirect
github.com/qmuntal/gltf v0.28.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/urfave/cli/v2 v2.27.5 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
)