-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (23 loc) · 1.18 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
module github.com/nanitefactory/visual
go 1.13
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/faiface/beep v1.0.2
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/faiface/pixel v0.8.0
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gotk3/gotk3 v0.0.0-20200129211157-69caac910e50 // indirect
github.com/hajimehoshi/oto v0.5.4 // indirect
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
github.com/nanitefactory/bindat v0.0.0-20190406111749-b480cdb7ccef
github.com/pkg/errors v0.9.1 // indirect
github.com/sqweek/dialog v0.0.0-20190728103509-6254ed5b0d3c
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/mobile v0.0.0-20200205170228-0df4eb238546 // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
)