-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
24 lines (21 loc) · 897 Bytes
/
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
module github.com/ably-labs/Ableye
go 1.17
require (
github.com/ably/ably-go v1.2.8
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/hajimehoshi/ebiten v1.12.12
github.com/hajimehoshi/ebiten/v2 v2.2.5
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
)
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be // indirect
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/ugorji/go/codec v1.1.9 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/mobile v0.0.0-20210902104108-5d9a33257ab5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)