forked from haccer/subjack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 822 Bytes
/
go.mod
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
module github.com/haccer/subjack
go 1.22.0
require (
github.com/haccer/available v0.0.0-20240515180643-5940a1670ee3
github.com/miekg/dns v1.1.59
github.com/valyala/fasthttp v1.54.0
)
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/domainr/whois v0.1.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/zonedb/zonedb v1.0.3544 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.19.0 // indirect
)