forked from ikemen-engine/Ikemen-GO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 1.09 KB
/
Copy pathgo.mod
File metadata and controls
23 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/Windblade-GR01/Ikemen_GO/src
go 1.16
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/faiface/beep v1.0.2
github.com/flopp/go-findfont v0.0.0-20201114153133-e7393a00c15b
github.com/go-gl/gl v0.0.0-20210501111010-69f74958bac0
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.2 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/ikemen-engine/glfont v0.0.0-20210605001652-702569ee65fb
github.com/ikemen-engine/go-openal v0.0.0-20210605051602-c4be60fb463a
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/sqweek/dialog v0.0.0-20200911184034-8a3d98e8211d
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
golang.org/x/exp v0.0.0-20210604202826-bacb2583bd66 // indirect
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect
golang.org/x/mobile v0.0.0-20210527171505-7e972142eb43 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
)