15 lines
476 B
Modula-2
15 lines
476 B
Modula-2
module github.com/sqshq/sampler
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gizak/termui/v3 v3.0.0
|
|
github.com/hajimehoshi/go-mp3 v0.1.1
|
|
github.com/hajimehoshi/oto v0.1.1
|
|
github.com/maruel/panicparse v1.1.1 // indirect
|
|
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/stretchr/testify v1.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|