-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 738 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/fxckcode/webinfo
go 1.23.3
require (
github.com/go-resty/resty/v2 v2.16.5 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/likexian/gokit v0.25.15 // indirect
github.com/likexian/whois v1.15.6 // indirect
github.com/likexian/whois-parser v1.24.20 // indirect
github.com/miekg/dns v1.1.66 // indirect
github.com/projectdiscovery/wappalyzergo v0.2.34 // indirect
github.com/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/tools v0.32.0 // indirect
)