-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 1.04 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
module github.com/antonydevanchi/cybersec
go 1.16
require (
github.com/Cgboal/SonarSearch v0.0.0-20200914145852-3135da3283dc // indirect
github.com/cgboal/sonarsearch v0.0.0-20200914145852-3135da3283dc
github.com/coocood/freecache v1.1.1 // indirect
github.com/hakluke/hakrawler v0.0.0-20200803002250-e39a514d0e17
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/microcosm-cc/bluemonday v1.0.4 // indirect
github.com/miekg/dns v1.1.35 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/projectdiscovery/dnsprobe v1.0.3
github.com/projectdiscovery/dnsx v1.0.1 // indirect
github.com/projectdiscovery/gologger v1.0.1 // indirect
github.com/projectdiscovery/httpx v1.0.2
github.com/projectdiscovery/nuclei v2.1.1+incompatible
github.com/projectdiscovery/subfinder v2.4.5+incompatible
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)