1
1
module github.com/projectdiscovery/naabu/v2
2
2
3
3
go 1.21
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057
@@ -19,7 +20,6 @@ require (
19
20
github.com/projectdiscovery/goflags v0.1.74
20
21
github.com/projectdiscovery/gologger v1.1.49
21
22
github.com/projectdiscovery/ipranger v0.0.53
22
- github.com/projectdiscovery/katana v1.1.2
23
23
github.com/projectdiscovery/mapcidr v1.1.34
24
24
github.com/projectdiscovery/networkpolicy v0.1.1
25
25
github.com/projectdiscovery/ratelimit v0.0.76
@@ -30,21 +30,18 @@ require (
30
30
github.com/stretchr/testify v1.10.0
31
31
go.uber.org/multierr v1.11.0
32
32
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
33
- golang.org/x/net v0.33 .0
34
- golang.org/x/sys v0.28 .0
33
+ golang.org/x/net v0.36 .0
34
+ golang.org/x/sys v0.30 .0
35
35
)
36
36
37
37
require (
38
38
aead.dev/minisign v0.2.0 // indirect
39
- github.com/Knetic/govaluate v3.0.0+incompatible // indirect
40
39
github.com/Masterminds/semver/v3 v3.2.1 // indirect
41
40
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
42
- github.com/PuerkitoBio/goquery v1.8.1 // indirect
43
41
github.com/VividCortex/ewma v1.2.0 // indirect
44
42
github.com/akrylysov/pogreb v0.10.1 // indirect
45
43
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
46
44
github.com/andybalholm/brotli v1.0.6 // indirect
47
- github.com/andybalholm/cascadia v1.3.2 // indirect
48
45
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
49
46
github.com/aymerick/douceur v0.2.0 // indirect
50
47
github.com/bits-and-blooms/bitset v1.13.0 // indirect
@@ -69,10 +66,7 @@ require (
69
66
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
70
67
github.com/google/uuid v1.3.1 // indirect
71
68
github.com/gorilla/css v1.0.1 // indirect
72
- github.com/hashicorp/go-version v1.6.0 // indirect
73
- github.com/hdm/jarm-go v0.0.7 // indirect
74
69
github.com/json-iterator/go v1.1.12 // indirect
75
- github.com/kataras/jwt v0.1.8 // indirect
76
70
github.com/klauspost/compress v1.17.4 // indirect
77
71
github.com/klauspost/pgzip v1.2.5 // indirect
78
72
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -83,7 +77,6 @@ require (
83
77
github.com/mholt/archiver/v3 v3.5.1 // indirect
84
78
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
85
79
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
86
- github.com/mitchellh/mapstructure v1.5.0 // indirect
87
80
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
88
81
github.com/modern-go/reflect2 v1.0.2 // indirect
89
82
github.com/muesli/reflow v0.3.0 // indirect
@@ -93,18 +86,15 @@ require (
93
86
github.com/pmezard/go-difflib v1.0.0 // indirect
94
87
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
95
88
github.com/projectdiscovery/asnmap v1.1.1 // indirect
96
- github.com/projectdiscovery/dsl v0.3.5 // indirect
97
89
github.com/projectdiscovery/fastdialer v0.4.0 // indirect
98
90
github.com/projectdiscovery/hmap v0.0.84 // indirect
99
91
github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983 // indirect
100
92
github.com/projectdiscovery/retryabledns v1.0.96 // indirect
101
93
github.com/refraction-networking/utls v1.6.7 // indirect
102
94
github.com/rivo/uniseg v0.4.7 // indirect
103
95
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
104
- github.com/sashabaranov/go-openai v1.14.2 // indirect
105
96
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
106
97
github.com/shoenig/go-m1cpu v0.1.6 // indirect
107
- github.com/spaolacci/murmur3 v1.1.0 // indirect
108
98
github.com/syndtr/goleveldb v1.0.0 // indirect
109
99
github.com/tidwall/btree v1.6.0 // indirect
110
100
github.com/tidwall/buntdb v1.3.0 // indirect
@@ -127,17 +117,16 @@ require (
127
117
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
128
118
github.com/zmap/zcrypto v0.0.0-20230814193918-dbe676986518 // indirect
129
119
go.etcd.io/bbolt v1.3.7 // indirect
130
- golang.org/x/crypto v0.31 .0 // indirect
120
+ golang.org/x/crypto v0.35 .0 // indirect
131
121
golang.org/x/mod v0.17.0 // indirect
132
122
golang.org/x/oauth2 v0.18.0 // indirect
133
- golang.org/x/sync v0.10 .0 // indirect
134
- golang.org/x/term v0.27 .0 // indirect
135
- golang.org/x/text v0.21 .0 // indirect
123
+ golang.org/x/sync v0.11 .0 // indirect
124
+ golang.org/x/term v0.29 .0 // indirect
125
+ golang.org/x/text v0.22 .0 // indirect
136
126
golang.org/x/time v0.5.0 // indirect
137
127
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
138
128
google.golang.org/appengine v1.6.8 // indirect
139
129
google.golang.org/protobuf v1.33.0 // indirect
140
130
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
141
- gopkg.in/yaml.v2 v2.4.0 // indirect
142
131
gopkg.in/yaml.v3 v3.0.1 // indirect
143
132
)
0 commit comments