aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorfeurig <don@suspectdevices.com>2021-12-05 18:29:18 -0800
committerfeurig <don@suspectdevices.com>2021-12-05 18:29:18 -0800
commitcf8db4d4057cbdeeed6bdcb2aa35f19cea4d09f7 (patch)
tree5e751ea0099da923ea930db19cb2bcb3ec453818 /go.mod
Steal this framework
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a4356d2
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module github.com/afagundes/go-invaders
+
+go 1.16
+
+require (
+ github.com/JoelOtter/termloop v0.0.0-20201118115657-7fa23b4da654
+ github.com/nsf/termbox-go v1.1.1 // indirect
+)