forked from ikemen-engine/Ikemen-GO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.48 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/fyne-io/gl-js v0.0.0-20220802150000-8e339395f381
github.com/fyne-io/glfw-js v0.0.0-20220517201726-bebc2019cd33
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
github.com/go-gl/mathgl v1.0.0
github.com/ikemen-engine/glfont v0.0.0-20230122001504-a74730561e23
github.com/sqweek/dialog v0.0.0-20220809060634-e981b270ebbf
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64
golang.org/x/mobile v0.0.0-20221110043201-43a038452099
)
require (
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // 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/ikemen-engine/beep v0.0.0-20230923080832-980aab9dbee7 // indirect
github.com/jfreymuth/oggvorbis v1.0.2 // indirect
github.com/jfreymuth/vorbis v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // 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.5.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)