gomu/go.mod

11 lines
225 B
Modula-2
Raw Normal View History

2020-06-18 14:30:20 +08:00
module github.com/issadarkthing/gomu
go 1.14
2020-06-19 09:55:26 +08:00
require (
2020-06-24 12:05:41 +08:00
github.com/faiface/beep v1.0.2
2020-06-19 09:55:26 +08:00
github.com/gdamore/tcell v1.3.0
github.com/rivo/tview v0.0.0-20200528200248-fe953220389f
2020-06-24 20:09:47 +08:00
github.com/spf13/viper v1.7.0 // indirect
2020-06-19 09:55:26 +08:00
)