-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (46 loc) · 2.01 KB
/
Copy pathgo.mod
File metadata and controls
50 lines (46 loc) · 2.01 KB
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
44
45
46
47
48
49
50
module yscan
go 1.18
require (
github.com/google/gopacket v1.1.19
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/projectdiscovery/ipranger v0.0.3-0.20210831161617-ac80efae0961
github.com/projectdiscovery/networkpolicy v0.0.1
golang.org/x/time v0.0.0-20220411224347-583f2d630306
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/projectdiscovery/blackrock v0.0.0-20210415162320-b38689ae3a2e // indirect
github.com/projectdiscovery/hmap v0.0.1 // indirect
github.com/projectdiscovery/iputil v0.0.0-20210804143329-3a30fcde43f3 // indirect
github.com/projectdiscovery/mapcidr v0.0.8 // indirect
github.com/projectdiscovery/stringsutil v0.0.0-20210830151154-f567170afdd9 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/yl2chen/cidranger v1.0.2 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/rpc v1.2.0
github.com/json-iterator/go v1.1.11
github.com/lcvvvv/gonmap v1.3.4
github.com/miekg/dns v1.1.50
github.com/schollz/progressbar/v3 v3.12.1
github.com/sirupsen/logrus v1.9.0
github.com/streadway/amqp v1.0.0
github.com/yinheli/mahonia v0.0.0-20131226213531-0eef680515cc
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
)