summaryrefslogtreecommitdiff
path: root/go.mod
blob: aa04e6555492927628d2c06e8ab48b66b9d0f93f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module fpdns_client

go 1.20

require github.com/miekg/dns v1.1.58

require (
	golang.org/x/mod v0.14.0 // indirect
	golang.org/x/net v0.20.0 // indirect
	golang.org/x/sys v0.16.0 // indirect
	golang.org/x/tools v0.17.0 // indirect
)