forked from owasp-amass/amass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
43 lines (41 loc) · 1.91 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/OWASP/Amass
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/TheTannerRyan/ring v1.1.0
github.com/boltdb/bolt v1.3.1 // indirect
github.com/caffix/cloudflare-roundtripper v0.0.0-20181218223503-4c29d231c9cb
github.com/cayleygraph/cayley v0.7.5
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/chromedp/cdproto v0.0.0-20190926234355-1b4886c6fad6 // indirect
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/fatih/color v1.7.0
github.com/geziyor/geziyor v0.0.0-20190913113429-9b8a3837bd4a
github.com/go-ini/ini v1.48.0
github.com/gobuffalo/envy v1.7.1 // indirect
github.com/gobuffalo/packr v1.30.1
github.com/gogo/protobuf v1.3.0 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.1 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.2.0
github.com/mailru/easyjson v0.7.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/miekg/dns v1.1.19
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.5 // indirect
github.com/qasaur/gremgo v0.0.0-20180719101618-fa23ada7c5da
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
github.com/rogpeppe/go-internal v1.4.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/tylertreat/BoomFilters v0.0.0-20181028192813-611b3dbe80e8 // indirect
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)