sampler-fork/go.mod

12 lines
357 B
Modula-2
Raw Normal View History

2019-02-02 14:45:53 +00:00
module github.com/sqshq/sampler
2019-01-25 04:10:38 +00:00
require (
github.com/hajimehoshi/go-mp3 v0.1.1
github.com/hajimehoshi/oto v0.1.1
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
github.com/sqshq/termui v0.0.0-20190125032456-731556c09f2c
gopkg.in/yaml.v2 v2.2.2
)