diff --git a/go.mod b/go.mod index d1ece37..b84d479 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module github.com/issadarkthing/gomu go 1.14 -require github.com/rivo/tview v0.0.0-20200528200248-fe953220389f // indirect +require ( + github.com/gdamore/tcell v1.3.0 + github.com/rivo/tview v0.0.0-20200528200248-fe953220389f +)