@@ -8,14 +8,14 @@ require (
8
8
github.com/json-iterator/go v1.1.12
9
9
github.com/lib/pq v1.10.9
10
10
github.com/projectdiscovery/chaos-client v0.5.1
11
- github.com/projectdiscovery/dnsx v1.1.6
11
+ github.com/projectdiscovery/dnsx v1.2.1
12
12
github.com/projectdiscovery/fdmax v0.0.4
13
13
github.com/projectdiscovery/gologger v1.1.12
14
- github.com/projectdiscovery/ratelimit v0.0.26
15
- github.com/projectdiscovery/retryablehttp-go v1.0.44
16
- github.com/projectdiscovery/utils v0.0.76
14
+ github.com/projectdiscovery/ratelimit v0.0.34
15
+ github.com/projectdiscovery/retryablehttp-go v1.0.53
16
+ github.com/projectdiscovery/utils v0.0.84
17
17
github.com/rs/xid v1.5.0
18
- github.com/stretchr/testify v1.8.4
18
+ github.com/stretchr/testify v1.9.0
19
19
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
20
20
golang.org/x/exp v0.0.0-20230420155640-133eef4313cb
21
21
gopkg.in/yaml.v3 v3.0.1
@@ -36,13 +36,13 @@ require (
36
36
github.com/charmbracelet/glamour v0.6.0 // indirect
37
37
github.com/cheggaaa/pb/v3 v3.1.4 // indirect
38
38
github.com/cloudflare/circl v1.3.7 // indirect
39
- github.com/denisbrodbeck/machineid v1.0.1 // indirect
40
39
github.com/dimchansky/utfbom v1.1.1 // indirect
41
40
github.com/dlclark/regexp2 v1.8.1 // indirect
42
41
github.com/docker/go-units v0.5.0 // indirect
43
42
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
44
43
github.com/fatih/color v1.15.0 // indirect
45
44
github.com/gaukas/godicttls v0.0.4 // indirect
45
+ github.com/go-ole/go-ole v1.2.6 // indirect
46
46
github.com/golang/protobuf v1.5.3 // indirect
47
47
github.com/golang/snappy v0.0.4 // indirect
48
48
github.com/google/go-github/v30 v30.1.0 // indirect
@@ -52,6 +52,7 @@ require (
52
52
github.com/klauspost/pgzip v1.2.5 // indirect
53
53
github.com/kr/pretty v0.3.1 // indirect
54
54
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
55
+ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
55
56
github.com/mattn/go-colorable v0.1.13 // indirect
56
57
github.com/mattn/go-isatty v0.0.19 // indirect
57
58
github.com/mattn/go-runewidth v0.0.14 // indirect
@@ -63,15 +64,19 @@ require (
63
64
github.com/nwaples/rardecode v1.1.3 // indirect
64
65
github.com/olekukonko/tablewriter v0.0.5 // indirect
65
66
github.com/pierrec/lz4/v4 v4.1.2 // indirect
67
+ github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
66
68
github.com/projectdiscovery/blackrock v0.0.1 // indirect
67
69
github.com/projectdiscovery/cdncheck v1.0.9 // indirect
68
- github.com/projectdiscovery/fastdialer v0.0.56 // indirect
69
- github.com/projectdiscovery/hmap v0.0.36 // indirect
70
- github.com/projectdiscovery/networkpolicy v0.0.7 // indirect
70
+ github.com/projectdiscovery/fastdialer v0.0.64 // indirect
71
+ github.com/projectdiscovery/hmap v0.0.41 // indirect
72
+ github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983 // indirect
73
+ github.com/projectdiscovery/networkpolicy v0.0.8 // indirect
71
74
github.com/quic-go/quic-go v0.37.7 // indirect
72
75
github.com/refraction-networking/utls v1.5.4 // indirect
73
76
github.com/rivo/uniseg v0.4.4 // indirect
74
77
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
78
+ github.com/shirou/gopsutil/v3 v3.23.7 // indirect
79
+ github.com/shoenig/go-m1cpu v0.1.6 // indirect
75
80
github.com/syndtr/goleveldb v1.0.0 // indirect
76
81
github.com/tidwall/btree v1.6.0 // indirect
77
82
github.com/tidwall/buntdb v1.3.0 // indirect
@@ -81,24 +86,27 @@ require (
81
86
github.com/tidwall/pretty v1.2.1 // indirect
82
87
github.com/tidwall/rtred v0.1.2 // indirect
83
88
github.com/tidwall/tinyqueue v0.1.1 // indirect
89
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
90
+ github.com/tklauser/numcpus v0.6.1 // indirect
84
91
github.com/ulikunitz/xz v0.5.11 // indirect
85
- github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 // indirect
86
92
github.com/weppos/publicsuffix-go v0.30.1-0.20230422193905-8fecedd899db // indirect
87
93
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
88
94
github.com/yl2chen/cidranger v1.0.2 // indirect
89
95
github.com/yuin/goldmark v1.5.4 // indirect
90
96
github.com/yuin/goldmark-emoji v1.0.1 // indirect
97
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
91
98
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
92
99
github.com/zmap/zcrypto v0.0.0-20230422215203-9a665e1e9968 // indirect
93
100
go.etcd.io/bbolt v1.3.7 // indirect
94
101
go.uber.org/multierr v1.11.0 // indirect
95
102
golang.org/x/crypto v0.17.0 // indirect
96
103
golang.org/x/mod v0.12.0 // indirect
97
104
golang.org/x/oauth2 v0.11.0 // indirect
105
+ golang.org/x/sync v0.6.0 // indirect
98
106
golang.org/x/text v0.14.0 // indirect
99
107
golang.org/x/tools v0.13.0 // indirect
100
108
google.golang.org/appengine v1.6.7 // indirect
101
- google.golang.org/protobuf v1.31 .0 // indirect
109
+ google.golang.org/protobuf v1.33 .0 // indirect
102
110
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
103
111
)
104
112
@@ -111,8 +119,8 @@ require (
111
119
github.com/modern-go/reflect2 v1.0.2 // indirect
112
120
github.com/pkg/errors v0.9.1
113
121
github.com/pmezard/go-difflib v1.0.0 // indirect
114
- github.com/projectdiscovery/goflags v0.1.34
115
- github.com/projectdiscovery/retryabledns v1.0.53 // indirect
122
+ github.com/projectdiscovery/goflags v0.1.42
123
+ github.com/projectdiscovery/retryabledns v1.0.58 // indirect
116
124
golang.org/x/net v0.17.0 // indirect
117
- golang.org/x/sys v0.16 .0 // indirect
125
+ golang.org/x/sys v0.17 .0 // indirect
118
126
)
0 commit comments