-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (50 loc) · 2.09 KB
/
Copy pathgo.mod
File metadata and controls
54 lines (50 loc) · 2.09 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
51
52
53
54
module github.com/zmap/zdns/v2
go 1.25.0
toolchain go1.25.8
require (
github.com/hashicorp/go-version v1.9.0
github.com/liip/sheriff v0.12.0
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.19.0
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
github.com/zmap/dns v1.1.70
github.com/zmap/go-dns-root-anchors v0.0.0-20250422052150-ed414f41f7c4
github.com/zmap/go-iptree v0.0.0-20251002010852-e54c27171c72
github.com/zmap/zcrypto v0.0.0-20260309174858-0e3c42de5a13
github.com/zmap/zflags v1.4.0-beta.1.0.20251126025438-ec78c6d2f8e9
github.com/zmap/zgrab2 v1.0.0
gotest.tools/v3 v3.5.2
)
require (
github.com/asergeyev/nradix v0.0.0-20220715161825-e451993e425c // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/censys/cidranger v1.1.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jellydator/ttlcache/v3 v3.4.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.67.5 // indirect
github.com/prometheus/procfs v0.20.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/weppos/publicsuffix-go v0.50.3 // indirect
go.yaml.in/yaml/v2 v2.4.4 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/term v0.41.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.15.0 // indirect
golang.org/x/tools v0.43.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)