-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgo.mod
23 lines (21 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
module github.com/microsoft/mouselog
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/antchfx/htmlquery v1.2.2 // indirect
github.com/antchfx/xmlquery v1.2.3 // indirect
github.com/antchfx/xpath v1.1.4 // indirect
github.com/astaxie/beego v1.12.1
github.com/chromedp/cdproto v0.0.0-20200209033844-7e00b02ea7d2
github.com/chromedp/chromedp v0.5.3
github.com/go-sql-driver/mysql v1.5.0
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
xorm.io/core v0.7.2
xorm.io/xorm v0.8.1
)