forked from shelld3v/aquatone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 1.18 KB
/
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
25
26
27
28
29
module github.com/giorgiofox/aquatone
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/chromedp/cdproto v0.0.0-20210713064928-7d28b402946a
github.com/chromedp/chromedp v0.7.4
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/fatih/color v1.7.0
github.com/google/uuid v1.1.1
github.com/lair-framework/go-nmap v0.0.0-20181105160706-3b9bafddefee
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/otiai10/copy v1.6.0
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/projectdiscovery/wappalyzergo v0.0.7
github.com/remeh/sizedwaitgroup v0.0.0-20180822144253-5e7302b12cce
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
mvdan.cc/xurls/v2 v2.0.0
)
replace github.com/knq/sysutil v1.0.0 => github.com/chromedp/sysutil v1.0.0