forked from shilangyu/typer-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 677 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/shilangyu/typer-go
go 1.13
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/antchfx/htmlquery v1.2.4
github.com/antchfx/xmlquery v1.3.9 // indirect
github.com/gdamore/tcell v1.4.0
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/kanopeld/go-socket v0.0.0-20191129220547-03aa20f2125c
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/rivo/tview v0.0.0-20191121195645-2d957c4be01d
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0
)