@@ -10,31 +10,29 @@ require (
10
10
github.com/hbakhtiyor/strsim v0.0.0-20190107154042-4d2bbb273edf
11
11
github.com/julienschmidt/httprouter v1.3.0
12
12
github.com/logrusorgru/aurora v2.0.3+incompatible
13
- github.com/microcosm-cc/bluemonday v1.0.21
13
+ github.com/microcosm-cc/bluemonday v1.0.22
14
14
github.com/miekg/dns v1.1.50 // indirect
15
15
github.com/pkg/errors v0.9.1
16
16
github.com/projectdiscovery/cdncheck v0.0.4-0.20220413175814-b47bc2d578b1
17
- github.com/projectdiscovery/clistats v0.0.9
17
+ github.com/projectdiscovery/clistats v0.0.12
18
18
github.com/projectdiscovery/fdmax v0.0.4
19
- github.com/projectdiscovery/fileutil v0.0.3 // indirect
20
19
github.com/projectdiscovery/goconfig v0.0.0-20210804090219-f893ccd0c69c
21
20
github.com/projectdiscovery/goflags v0.1.6
22
21
github.com/projectdiscovery/gologger v1.1.7
23
- github.com/projectdiscovery/hmap v0.0.6
22
+ github.com/projectdiscovery/hmap v0.0.7
24
23
github.com/projectdiscovery/iputil v0.0.2 // indirect
25
24
github.com/projectdiscovery/mapcidr v1.0.3
26
- github.com/projectdiscovery/rawhttp v0.0.8-0.20210814181734-56cca67b6e7e
27
- github.com/projectdiscovery/retryablehttp-go v1.0.3-0.20220506110515-811d938bd26d
28
- github.com/projectdiscovery/sliceutil v0.0.1 // indirect
25
+ github.com/projectdiscovery/rawhttp v0.1.9-0.20230208140210-81c468e769ed
26
+ github.com/projectdiscovery/retryablehttp-go v1.0.11-0.20230208144003-54f3176b2916
29
27
github.com/projectdiscovery/stringsutil v0.0.2 // indirect
30
- github.com/projectdiscovery/wappalyzergo v0.0.76
28
+ github.com/projectdiscovery/wappalyzergo v0.0.81
31
29
github.com/remeh/sizedwaitgroup v1.0.0
32
30
github.com/rs/xid v1.4.0
33
- go.etcd.io/bbolt v1.3.6 // indirect
31
+ go.etcd.io/bbolt v1.3.7 // indirect
34
32
go.uber.org/atomic v1.10.0 // indirect
35
- golang.org/x/net v0.5 .0
36
- golang.org/x/sys v0.4 .0 // indirect
37
- golang.org/x/text v0.6 .0
33
+ golang.org/x/net v0.6 .0
34
+ golang.org/x/sys v0.5 .0 // indirect
35
+ golang.org/x/text v0.7 .0
38
36
)
39
37
40
38
require github.com/spaolacci/murmur3 v1.1.0
@@ -47,13 +45,13 @@ require (
47
45
github.com/mitchellh/mapstructure v1.5.0
48
46
github.com/projectdiscovery/asnmap v0.0.1
49
47
github.com/projectdiscovery/dsl v0.0.3
50
- github.com/projectdiscovery/fastdialer v0.0.19
51
- github.com/projectdiscovery/ratelimit v0.0.4
52
- github.com/projectdiscovery/tlsx v1.0.3
53
- github.com/projectdiscovery/utils v0.0.4 -0.20230102120019-c7a04e2045be
48
+ github.com/projectdiscovery/fastdialer v0.0.22
49
+ github.com/projectdiscovery/ratelimit v0.0.6
50
+ github.com/projectdiscovery/tlsx v1.0.4
51
+ github.com/projectdiscovery/utils v0.0.8 -0.20230208160155-47c6b52af9f0
54
52
github.com/stretchr/testify v1.8.1
55
53
go.uber.org/multierr v1.9.0
56
- golang.org/x/exp v0.0.0-20221230185412-738e83a70c30
54
+ golang.org/x/exp v0.0.0-20230206171751-46f607a40771
57
55
)
58
56
59
57
require (
@@ -66,58 +64,60 @@ require (
66
64
github.com/beorn7/perks v1.0.1 // indirect
67
65
github.com/cespare/xxhash/v2 v2.2.0 // indirect
68
66
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
69
- github.com/cockroachdb/errors v1.9.0 // indirect
70
- github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
71
- github.com/cockroachdb/pebble v0.0.0-20221229212011-811a8c0e741b // indirect
67
+ github.com/cockroachdb/errors v1.9.1 // indirect
68
+ github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
69
+ github.com/cockroachdb/pebble v0.0.0-20230207164304-7d1e4ba7ffd0 // indirect
72
70
github.com/cockroachdb/redact v1.1.3 // indirect
73
71
github.com/davecgh/go-spew v1.1.1 // indirect
74
72
github.com/dimchansky/utfbom v1.1.1 // indirect
75
73
github.com/dsnet/compress v0.0.1 // indirect
76
- github.com/getsentry/sentry-go v0.16 .0 // indirect
74
+ github.com/getsentry/sentry-go v0.18 .0 // indirect
77
75
github.com/gogo/protobuf v1.3.2 // indirect
78
76
github.com/golang/protobuf v1.5.2 // indirect
79
77
github.com/gorilla/css v1.0.0 // indirect
80
78
github.com/json-iterator/go v1.1.12 // indirect
81
- github.com/klauspost/compress v1.15.13 // indirect
79
+ github.com/klauspost/compress v1.15.15 // indirect
82
80
github.com/kr/pretty v0.3.1 // indirect
83
81
github.com/kr/text v0.2.0 // indirect
84
82
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
85
83
github.com/mholt/archiver v3.1.1+incompatible // indirect
86
84
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
87
85
github.com/modern-go/reflect2 v1.0.2 // indirect
88
86
github.com/nwaples/rardecode v1.1.0 // indirect
87
+ github.com/nxadm/tail v1.4.8 // indirect
89
88
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
90
89
github.com/pmezard/go-difflib v1.0.0 // indirect
91
90
github.com/projectdiscovery/blackrock v0.0.0-20220628111055-35616c71b2dc // indirect
91
+ github.com/projectdiscovery/freeport v0.0.4 // indirect
92
92
github.com/projectdiscovery/networkpolicy v0.0.3 // indirect
93
93
github.com/projectdiscovery/reflectutil v0.0.0-20210804085554-4d90952bf92f // indirect
94
- github.com/projectdiscovery/retryabledns v1.0.17 // indirect
94
+ github.com/projectdiscovery/retryabledns v1.0.20 // indirect
95
95
github.com/prometheus/client_golang v1.14.0 // indirect
96
96
github.com/prometheus/client_model v0.3.0 // indirect
97
97
github.com/prometheus/common v0.39.0 // indirect
98
98
github.com/prometheus/procfs v0.9.0 // indirect
99
99
github.com/rogpeppe/go-internal v1.9.0 // indirect
100
- github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
100
+ github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
101
101
github.com/syndtr/goleveldb v1.0.0 // indirect
102
- github.com/tidwall/btree v1.4.3 // indirect
102
+ github.com/tidwall/btree v1.6.0 // indirect
103
103
github.com/tidwall/buntdb v1.2.10 // indirect
104
- github.com/tidwall/gjson v1.14.3 // indirect
104
+ github.com/tidwall/gjson v1.14.4 // indirect
105
105
github.com/tidwall/grect v0.1.4 // indirect
106
106
github.com/tidwall/match v1.1.1 // indirect
107
- github.com/tidwall/pretty v1.2.0 // indirect
107
+ github.com/tidwall/pretty v1.2.1 // indirect
108
108
github.com/tidwall/rtred v0.1.2 // indirect
109
109
github.com/tidwall/tinyqueue v0.1.1 // indirect
110
110
github.com/ulikunitz/xz v0.5.11 // indirect
111
111
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 // indirect
112
- github.com/weppos/publicsuffix-go v0.15.1-0.20220724114530-e087fba66a37 // indirect
112
+ github.com/weppos/publicsuffix-go v0.20.0 // indirect
113
113
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
114
114
github.com/yl2chen/cidranger v1.0.2 // indirect
115
- github.com/zmap/rc2 v0.0.0-20131011165748-24b9757f5521 // indirect
115
+ github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
116
116
github.com/zmap/zcertificate v0.0.0-20180516150559-0e3d58b1bac4 // indirect
117
- github.com/zmap/zcrypto v0.0.0-20220803033029-557f3e4940be // indirect
118
- golang.org/x/crypto v0.1 .0 // indirect
119
- golang.org/x/mod v0.6 .0 // indirect
120
- golang.org/x/tools v0.2 .0 // indirect
117
+ github.com/zmap/zcrypto v0.0.0-20230205235340-d51ce4775101 // indirect
118
+ golang.org/x/crypto v0.5 .0 // indirect
119
+ golang.org/x/mod v0.8 .0 // indirect
120
+ golang.org/x/tools v0.5 .0 // indirect
121
121
google.golang.org/protobuf v1.28.1 // indirect
122
122
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
123
123
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments