-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 767 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/pkgforge-security/subxtract
go 1.24.1
require (
github.com/elliotwutingfeng/go-fasttld v0.4.4
github.com/fatih/color v1.18.0
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/karlseguin/intset v1.0.3-0.20221130142345-37ee0d7df651 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/tidwall/hashmap v1.8.0 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)