You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/miekg/dns
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2
|
|
)
|