mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-28 13:48:53 +08:00
11 lines
225 B
Modula-2
11 lines
225 B
Modula-2
module github.com/issadarkthing/gomu
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/faiface/beep v1.0.2
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/rivo/tview v0.0.0-20200528200248-fe953220389f
|
|
github.com/spf13/viper v1.7.0 // indirect
|
|
)
|