module github.com/emicklei/melrose go 1.14 require ( github.com/Try431/EasyMIDI v1.0.3 github.com/antonmedv/expr v1.8.9 github.com/davecgh/go-spew v1.1.1 // indirect github.com/emicklei/tviewplus v0.5.0 github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591 github.com/kr/pretty v0.1.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/peterh/liner v1.2.0 github.com/rakyll/portmidi v0.0.0-20201020180702-d436ceaa537a github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )