summaryrefslogtreecommitdiff
path: root/go.mod
blob: 64d2ccdf9f06a2daf86a866a42a299faa571534e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module dim13.org/x

go 1.12

require (
	github.com/disintegration/imaging v1.6.0
	github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
	github.com/gofrs/flock v0.7.1 // indirect
	github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
	github.com/hajimehoshi/ebiten v1.9.3
	golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f // indirect
	golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9 // indirect
	golang.org/x/mobile v0.0.0-20190607214518-6fa95d984e88 // indirect
	golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)