-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 706 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/ameshkov/dnslookup
go 1.26.3
require (
github.com/AdguardTeam/dnsproxy v0.81.4
github.com/AdguardTeam/golibs v0.35.13
github.com/ameshkov/dnsstamps v1.0.3
github.com/miekg/dns v1.1.72
)
require (
github.com/ameshkov/dnscrypt/v2 v2.4.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.59.1 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/exp v0.0.0-20260529124908-c761662dc8c9 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/tools v0.45.0 // indirect
)