summaryrefslogtreecommitdiff
path: root/go.mod
blob: 3ebf23f33c597ea1a1efff2bf1b2584233755a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module echodns

go 1.20

require (
	github.com/miekg/dns v1.1.55
	github.com/rs/zerolog v1.30.0
)

require (
	github.com/mattn/go-colorable v0.1.12 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	golang.org/x/mod v0.7.0 // indirect
	golang.org/x/net v0.2.0 // indirect
	golang.org/x/sys v0.2.0 // indirect
	golang.org/x/tools v0.3.0 // indirect
)