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
|
2021-02-04 12:23:32 +08:00
|
|
|
github.com/gdamore/tcell/v2 v2.1.0
|
2020-06-27 00:15:48 +08:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
2021-01-17 15:56:10 +08:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.1 // indirect
|
|
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
2021-01-22 13:41:42 +08:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2020-08-13 23:10:57 +08:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
2021-01-17 15:56:10 +08:00
|
|
|
github.com/magiconair/properties v1.8.4 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
2020-06-27 00:15:48 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-02-04 12:23:32 +08:00
|
|
|
github.com/rivo/tview v0.0.0-20210125085121-dbc1f32bb1d0
|
2020-08-18 00:26:28 +08:00
|
|
|
github.com/sahilm/fuzzy v0.1.0
|
2021-01-17 15:56:10 +08:00
|
|
|
github.com/spf13/afero v1.5.1 // indirect
|
2020-06-27 00:15:48 +08:00
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-08-13 23:10:57 +08:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-07-24 22:27:08 +08:00
|
|
|
github.com/tj/go-spin v1.1.0
|
2020-07-21 12:22:00 +08:00
|
|
|
github.com/ztrue/tracerr v0.3.0
|
2021-01-17 15:56:10 +08:00
|
|
|
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03 // indirect
|
|
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-06-19 09:55:26 +08:00
|
|
|
)
|