-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (17 loc) · 623 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/calebschoepp/playlist-rotator
go 1.13
require (
github.com/Shaked/gomobiledetect v0.0.0-20171211181707-25f014f66568
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.8.0
github.com/spf13/cobra v1.0.0
github.com/zmb3/spotify v0.0.0-20200814173021-9bec46940cc0
go.uber.org/zap v1.15.0
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)
// +heroku goVersion go1.13