-
-
Notifications
You must be signed in to change notification settings - Fork 549
/
go.mod
26 lines (23 loc) · 948 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/sqshq/sampler
go 1.17
require (
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/jessevdk/go-flags v1.4.0
github.com/kr/pty v1.1.5
github.com/lunixbochs/vtclean v1.0.0
github.com/mattn/go-runewidth v0.0.4
github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
)
require (
github.com/cjbassi/drawille-go v0.0.0-20190126131713-27dc511fe6fd // indirect
github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f // indirect
github.com/gopherjs/gopherwasm v0.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
)