-
Notifications
You must be signed in to change notification settings - Fork 234
/
go.mod
20 lines (18 loc) · 822 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/HFO4/gbc-in-cloud
go 1.12
require (
fyne.io/fyne v1.0.1
github.com/faiface/beep v1.0.1
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-20190409004039-e6da0acd62b1 // indirect
github.com/go-gl/mathgl v0.0.0-20190416160123-c4601bc793c7 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gosuri/uilive v0.0.2
github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946
github.com/reiver/go-oi v0.0.0-20160325061615-431c83978379 // indirect
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e // indirect
github.com/satori/go.uuid v1.2.0
)