-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 915 Bytes
/
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
module catmcgee
go 1.14
require (
cloud.google.com/go v0.61.0 // indirect
github.com/antchfx/xpath v1.1.10 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/google/uuid v1.1.1
github.com/json-iterator/go v1.1.10 // indirect
github.com/lib/pq v1.7.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/rs/zerolog v1.19.0 // indirect
github.com/rylio/ytdl v0.6.3
github.com/sirupsen/logrus v1.6.0
github.com/urfave/cli v1.22.4 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
google.golang.org/api v0.29.0
google.golang.org/genproto v0.0.0-20200715011427-11fb19a81f2c // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)