-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 719 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/flaccid/crawlc
go 1.13
require (
github.com/PuerkitoBio/gocrawl v1.0.1
github.com/PuerkitoBio/goquery v1.5.0
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/urfave/cli v1.22.2
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e // indirect
golang.org/x/text v0.3.2 // indirect
)