BUILD: fix build errors
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
bf03439c73
commit
5b6f7a2ef8
|
@ -3,7 +3,7 @@ package main
|
|||
import "log"
|
||||
import "github.com/miekg/dns"
|
||||
|
||||
import "git.wit.com/jcarr/dnssecsocket"
|
||||
import "git.wit.org/jcarr/dnssecsocket"
|
||||
|
||||
import "github.com/davecgh/go-spew/spew"
|
||||
// import "github.com/Showmax/go-fqdn"
|
||||
|
@ -21,7 +21,7 @@ func lookupAAAA(hostname string) string {
|
|||
}
|
||||
|
||||
func main() {
|
||||
hostname := "v000185.testing.com.customers.wprod.wit.com"
|
||||
hostname := "check.lab.wit.org"
|
||||
// 2604:bbc0:2:248:5054:f0ff:fe00:156
|
||||
|
||||
lookupAAAA(hostname)
|
||||
|
|
Loading…
Reference in New Issue