-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (25 loc) · 1.19 KB
/
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/nollbit/musikmaskinen
require (
github.com/cjbassi/drawille-go v0.1.0 // indirect
github.com/coreos/go-oidc v2.0.0+incompatible
github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da // indirect
github.com/gizak/termui/v3 v3.0.0
github.com/go-test/deep v1.0.1
github.com/hajimehoshi/go-mp3 v0.1.1
github.com/hajimehoshi/oto v0.3.0
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42
github.com/maruel/panicparse v1.1.1 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mikkyang/id3-go v0.0.0-20151201011346-0168d962f1d7
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/nollbit/spotify v0.0.0-20190319124942-0c3aaca9f839
github.com/pyros2097/go-embed v0.0.0-20160412061840-4274f3450521 // indirect
github.com/shelmangroup/oidc-agent v0.0.0-20190301075438-63848772c93d
github.com/shuLhan/go-bindata v3.4.0+incompatible // indirect
github.com/sirupsen/logrus v1.3.0
github.com/toqueteos/webbrowser v1.1.0
github.com/zmb3/spotify v0.0.0-20190210152806-94cbe6dc5cc2
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)