-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 873 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
module github.com/jamestjw/lyrical
go 1.14
require (
github.com/antchfx/xpath v1.1.8 // indirect
github.com/bwmarrin/discordgo v0.22.0
github.com/golang/mock v1.2.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/jonas747/dca v0.0.0-20190317094138-10e959e9d3e8
github.com/jonas747/ogg v0.0.0-20161220051205-b4f6f4cf3757 // indirect
github.com/kkdai/youtube/v2 v2.1.1
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/rs/zerolog v1.19.0
github.com/rylio/ytdl v0.6.3
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20200929083018-4d22bbb62b3c // indirect
google.golang.org/api v0.20.0
)