12 lines
357 B
Modula-2
12 lines
357 B
Modula-2
module github.com/sqshq/sampler
|
|
|
|
require (
|
|
github.com/hajimehoshi/go-mp3 v0.1.1
|
|
github.com/hajimehoshi/oto v0.1.1
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea
|
|
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
|
|
)
|