-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 894 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
module github.com/prateek2211/musiload-go
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/antchfx/htmlquery v1.0.0 // indirect
github.com/antchfx/xmlquery v1.0.0 // indirect
github.com/antchfx/xpath v1.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/grafov/m3u8 v0.11.1
github.com/inhies/go-bytesize v0.0.0-20151001220322-5990f52c6ad6
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/text v0.3.2
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)