mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-05-10 19:29:19 +08:00
9 lines
150 B
Modula-2
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
|
|
)
|