-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (30 loc) · 1.27 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
31
32
module github.com/gieseladev/elakshi
go 1.12
require (
cloud.google.com/go v0.49.0 // indirect
github.com/Masterminds/squirrel v1.1.0 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/dave/jennifer v1.4.0
github.com/gammazero/nexus/v3 v3.0.0
github.com/getsentry/sentry-go v0.3.1
github.com/gieseladev/glyrics/v3 v3.1.1
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/jinzhu/inflection v1.0.0
github.com/lib/pq v1.2.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/zmb3/spotify v0.0.0-20191028153142-869e03dbd8b0
go.opencensus.io v0.22.2 // indirect
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
google.golang.org/api v0.14.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191203145615-049a07e0debe // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/src-d/go-kallax.v1 v1.3.5 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)