forked from michenriksen/aquatone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 755 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/nielsing/aquatone
go 1.15
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/andybalholm/cascadia v1.0.0
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
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
github.com/mattn/go-isatty v0.0.7
github.com/moul/http2curl v1.0.0
github.com/mvdan/xurls v1.1.0
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0
github.com/remeh/sizedwaitgroup v1.0.0
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
golang.org/x/sys v0.0.0-20190426135247-a129542de9ae
golang.org/x/text v0.3.2
)