forked from ikemen-engine/Ikemen-GO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.42 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
module github.com/ikemen-engine/Ikemen-GO
go 1.20
require (
github.com/flopp/go-findfont v0.1.0
github.com/go-gl/mathgl v1.0.0
github.com/ikemen-engine/beep v0.0.0-20230923080832-980aab9dbee7
github.com/ikemen-engine/glfont v0.0.0-20240330150147-4c31e1f7aaf7
github.com/sqweek/dialog v0.0.0-20220809060634-e981b270ebbf
github.com/yuin/gopher-lua v1.1.0
golang.org/x/mobile v0.0.0-20221110043201-43a038452099
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231124074035-2de0cf0c80af // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20211219123610-ec9572f70e60 // indirect
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.2 // indirect
github.com/jfreymuth/vorbis v1.0.1 // indirect
github.com/lukegb/dds v0.0.0-20190402175749-8b7170e64003 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/qmuntal/gltf v0.24.2 // indirect
github.com/samhocevar/go-meltysynth v0.0.0-20230403180939-aca4a036cb16 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/sys v0.5.0 // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)