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-27 00:15:48 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
2020-06-19 09:55:26 +08:00
|
|
|
github.com/gdamore/tcell v1.3.0
|
2020-06-27 00:15:48 +08:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.3.2 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2020-06-19 09:55:26 +08:00
|
|
|
github.com/rivo/tview v0.0.0-20200528200248-fe953220389f
|
2020-06-27 00:15:48 +08:00
|
|
|
github.com/spf13/afero v1.3.0 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
|
|
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
|
|
|
|
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
|
|
golang.org/x/text v0.3.3 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
2020-06-19 09:55:26 +08:00
|
|
|
)
|