@@ -14,13 +14,13 @@ require (
14
14
github.com/mackerelio/go-osstat v0.2.4
15
15
github.com/miekg/dns v1.1.56
16
16
github.com/pkg/errors v0.9.1
17
- github.com/projectdiscovery/asnmap v1.1.0
18
- github.com/projectdiscovery/goflags v0.1.54
19
- github.com/projectdiscovery/gologger v1.1.12
17
+ github.com/projectdiscovery/asnmap v1.1.1
18
+ github.com/projectdiscovery/goflags v0.1.64
19
+ github.com/projectdiscovery/gologger v1.1.25
20
20
github.com/projectdiscovery/ldapserver v1.0.2-0.20240219154113-dcc758ebc0cb
21
- github.com/projectdiscovery/retryabledns v1.0.62
22
- github.com/projectdiscovery/retryablehttp-go v1.0.63
23
- github.com/projectdiscovery/utils v0.1.1
21
+ github.com/projectdiscovery/retryabledns v1.0.76
22
+ github.com/projectdiscovery/retryablehttp-go v1.0.79
23
+ github.com/projectdiscovery/utils v0.2.11
24
24
github.com/remeh/sizedwaitgroup v1.0.0
25
25
github.com/rs/xid v1.5.0
26
26
github.com/stretchr/testify v1.9.0
@@ -40,29 +40,32 @@ require (
40
40
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
41
41
github.com/VividCortex/ewma v1.2.0 // indirect
42
42
github.com/akrylysov/pogreb v0.10.1 // indirect
43
- github.com/alecthomas/chroma v0.10 .0 // indirect
43
+ github.com/alecthomas/chroma/v2 v2.14 .0 // indirect
44
44
github.com/andybalholm/brotli v1.0.6 // indirect
45
45
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
46
46
github.com/aymerick/douceur v0.2.0 // indirect
47
47
github.com/benbjohnson/clock v1.3.0 // indirect
48
- github.com/charmbracelet/glamour v0.6.0 // indirect
48
+ github.com/bits-and-blooms/bitset v1.13.0 // indirect
49
+ github.com/charmbracelet/glamour v0.8.0 // indirect
50
+ github.com/charmbracelet/lipgloss v0.13.0 // indirect
51
+ github.com/charmbracelet/x/ansi v0.3.2 // indirect
49
52
github.com/cheggaaa/pb/v3 v3.1.4 // indirect
50
53
github.com/cloudflare/circl v1.3.7 // indirect
51
54
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
52
55
github.com/davecgh/go-spew v1.1.1 // indirect
53
56
github.com/dimchansky/utfbom v1.1.1 // indirect
54
- github.com/dlclark/regexp2 v1.8.1 // indirect
57
+ github.com/dlclark/regexp2 v1.11.4 // indirect
55
58
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
56
59
github.com/fatih/color v1.15.0 // indirect
57
- github.com/gaukas/godicttls v0.0.4 // indirect
60
+ github.com/gaissmai/bart v0.9.5 // indirect
58
61
github.com/go-ole/go-ole v1.2.6 // indirect
59
62
github.com/golang/protobuf v1.5.3 // indirect
60
63
github.com/golang/snappy v0.0.4 // indirect
61
64
github.com/google/go-github/v30 v30.1.0 // indirect
62
65
github.com/google/go-querystring v1.1.0 // indirect
63
66
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
64
- github.com/gorilla/css v1.0.0 // indirect
65
- github.com/klauspost/compress v1.16.7 // indirect
67
+ github.com/gorilla/css v1.0.1 // indirect
68
+ github.com/klauspost/compress v1.17.4 // indirect
66
69
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
67
70
github.com/klauspost/pgzip v1.2.5 // indirect
68
71
github.com/kr/pretty v0.3.1 // indirect
@@ -71,30 +74,28 @@ require (
71
74
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
72
75
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
73
76
github.com/mattn/go-colorable v0.1.13 // indirect
74
- github.com/mattn/go-isatty v0.0.19 // indirect
75
- github.com/mattn/go-runewidth v0.0.14 // indirect
77
+ github.com/mattn/go-isatty v0.0.20 // indirect
78
+ github.com/mattn/go-runewidth v0.0.16 // indirect
76
79
github.com/mholt/acmez v1.2.0 // indirect
77
80
github.com/mholt/archiver/v3 v3.5.1 // indirect
78
- github.com/microcosm-cc/bluemonday v1.0.25 // indirect
81
+ github.com/microcosm-cc/bluemonday v1.0.27 // indirect
79
82
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
80
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
81
84
github.com/modern-go/reflect2 v1.0.2 // indirect
82
85
github.com/muesli/reflow v0.3.0 // indirect
83
- github.com/muesli/termenv v0.15.1 // indirect
86
+ github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
84
87
github.com/nwaples/rardecode v1.1.3 // indirect
85
- github.com/olekukonko/tablewriter v0.0.5 // indirect
86
88
github.com/pierrec/lz4/v4 v4.1.2 // indirect
87
89
github.com/pmezard/go-difflib v1.0.0 // indirect
88
90
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
89
91
github.com/projectdiscovery/blackrock v0.0.1 // indirect
90
- github.com/projectdiscovery/fastdialer v0.1.1 // indirect
91
- github.com/projectdiscovery/hmap v0.0.45 // indirect
92
+ github.com/projectdiscovery/fastdialer v0.2.9 // indirect
93
+ github.com/projectdiscovery/hmap v0.0.60 // indirect
92
94
github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983 // indirect
93
95
github.com/projectdiscovery/mapcidr v1.1.34 // indirect
94
- github.com/projectdiscovery/networkpolicy v0.0.8 // indirect
95
- github.com/quic-go/quic-go v0.42.0 // indirect
96
- github.com/refraction-networking/utls v1.5.4 // indirect
97
- github.com/rivo/uniseg v0.4.4 // indirect
96
+ github.com/projectdiscovery/networkpolicy v0.0.9 // indirect
97
+ github.com/refraction-networking/utls v1.6.7 // indirect
98
+ github.com/rivo/uniseg v0.4.7 // indirect
98
99
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
99
100
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
100
101
github.com/shoenig/go-m1cpu v0.1.6 // indirect
@@ -111,24 +112,24 @@ require (
111
112
github.com/ulikunitz/xz v0.5.11 // indirect
112
113
github.com/weppos/publicsuffix-go v0.30.1-0.20230422193905-8fecedd899db // indirect
113
114
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
114
- github.com/yl2chen/cidranger v1.0.2 // indirect
115
- github.com/yuin/goldmark v1.5.4 // indirect
116
- github.com/yuin/goldmark-emoji v1.0.1 // indirect
115
+ github.com/yuin/goldmark v1.7.4 // indirect
116
+ github.com/yuin/goldmark-emoji v1.0.3 // indirect
117
117
github.com/yusufpapurcu/wmi v1.2.4 // indirect
118
118
github.com/zcalusic/sysinfo v1.0.2 // indirect
119
119
github.com/zeebo/blake3 v0.2.3 // indirect
120
120
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
121
121
github.com/zmap/zcrypto v0.0.0-20230422215203-9a665e1e9968 // indirect
122
122
go.etcd.io/bbolt v1.3.7 // indirect
123
- golang.org/x/crypto v0.21 .0 // indirect
123
+ golang.org/x/crypto v0.27 .0 // indirect
124
124
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
125
- golang.org/x/mod v0.12 .0 // indirect
126
- golang.org/x/net v0.23 .0 // indirect
125
+ golang.org/x/mod v0.17 .0 // indirect
126
+ golang.org/x/net v0.29 .0 // indirect
127
127
golang.org/x/oauth2 v0.11.0 // indirect
128
- golang.org/x/sys v0.18.0 // indirect
129
- golang.org/x/term v0.18.0 // indirect
130
- golang.org/x/text v0.14.0 // indirect
131
- golang.org/x/tools v0.13.0 // indirect
128
+ golang.org/x/sync v0.8.0 // indirect
129
+ golang.org/x/sys v0.25.0 // indirect
130
+ golang.org/x/term v0.24.0 // indirect
131
+ golang.org/x/text v0.18.0 // indirect
132
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
132
133
google.golang.org/appengine v1.6.7 // indirect
133
134
google.golang.org/protobuf v1.33.0 // indirect
134
135
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
0 commit comments