-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 804 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/hoffs/crispy-musicular
go 1.16
require (
cloud.google.com/go v0.84.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/joho/godotenv v1.3.0
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/rs/zerolog v1.21.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/zmb3/spotify v1.1.2
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
google.golang.org/api v0.48.0 // indirect
google.golang.org/genproto v0.0.0-20210611144927-798beca9d670 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)