aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: a4356d2e38bb8c3dc2520a4551e93d59db10bbbe (plain)
1
2
3
4
5
6
7
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
)