-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.46 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
27
28
29
30
module github.com/ZadenRB/spotify-madness-api
go 1.12
require (
github.com/0xAX/notificator v0.0.0-20181105090803-d81462e38c21 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/bmatcuk/doublestar v1.1.1 // indirect
github.com/codegangsta/envy v0.0.0-20141216192214-4b78388c8ce4 // indirect
github.com/codegangsta/gin v0.0.0-20171026143024-cafe2ce98974 // indirect
github.com/cortesi/modd v0.0.0-20190303204953-e30792b14081 // indirect
github.com/cortesi/moddwatch v0.0.0-20181226031657-d27f53de245e // indirect
github.com/cortesi/termlog v0.0.0-20171116205515-87cefd5ac843 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/render v1.0.1
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-shellwords v1.0.5 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/zmb3/spotify v0.0.0-20190210152806-94cbe6dc5cc2
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
mvdan.cc/sh v2.6.4+incompatible // indirect
)