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

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
)