2019-02-02 14:45:53 +00:00
|
|
|
module github.com/sqshq/sampler
|
2019-01-25 04:10:38 +00:00
|
|
|
|
|
|
|
require (
|
2019-03-14 03:01:44 +00:00
|
|
|
github.com/gizak/termui/v3 v3.0.0
|
2019-02-04 02:17:56 +00:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.1.1
|
|
|
|
github.com/hajimehoshi/oto v0.1.1
|
2019-03-19 03:02:02 +00:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2019-07-01 06:07:39 +00:00
|
|
|
github.com/kr/pty v1.1.5
|
2019-06-03 00:53:15 +00:00
|
|
|
github.com/lunixbochs/vtclean v1.0.0
|
2019-02-19 04:07:32 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.4
|
2019-02-26 04:36:23 +00:00
|
|
|
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea
|
2019-01-25 04:10:38 +00:00
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
2019-07-26 03:43:23 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
|
2019-01-25 04:10:38 +00:00
|
|
|
)
|