gomu/go.mod
2020-06-19 09:55:26 +08:00

9 lines
150 B
Modula-2

module github.com/issadarkthing/gomu
go 1.14
require (
github.com/gdamore/tcell v1.3.0
github.com/rivo/tview v0.0.0-20200528200248-fe953220389f
)