2019-09-07 11:04:40 +02:00
|
|
|
module github.com/miekg/dns
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-01-06 01:00:16 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2019-10-12 21:22:15 +02:00
|
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
|
|
golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe
|
2020-01-06 01:00:16 +01:00
|
|
|
golang.org/x/tools v0.0.0-20191216052735-49a3e744a425 // indirect
|
2019-09-07 11:04:40 +02:00
|
|
|
)
|