summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4751e8f..64d2ccd 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,12 @@ 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
)