diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +) |
