module github.com/issadarkthing/gomu go 1.14 require ( github.com/faiface/beep v1.0.2 github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gdamore/tcell v1.3.0 github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect github.com/hajimehoshi/go-mp3 v0.3.0 // indirect github.com/hajimehoshi/oto v0.6.3 // indirect github.com/logrusorgru/aurora v2.0.3+incompatible // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/mitchellh/mapstructure v1.3.3 // indirect github.com/pelletier/go-toml v1.8.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92 github.com/sahilm/fuzzy v0.1.0 github.com/spf13/afero v1.3.4 // 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.1 github.com/tj/go-spin v1.1.0 github.com/ztrue/tracerr v0.3.0 golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect golang.org/x/mobile v0.0.0-20200801112145-973feb4309de // indirect golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed // indirect golang.org/x/text v0.3.3 // indirect gopkg.in/ini.v1 v1.57.0 // indirect )