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

go 1.20

require github.com/miekg/dns v1.1.56

require (
	golang.org/x/mod v0.12.0 // indirect
	golang.org/x/net v0.15.0 // indirect
	golang.org/x/sys v0.12.0 // indirect
	golang.org/x/tools v0.13.0 // indirect
)