This commit is contained in:
Asim 2016-04-29 23:37:04 +01:00
parent b8712a0af4
commit 28e58969dc

View File

@ -8,9 +8,9 @@ import (
"sync" "sync"
"time" "time"
"github.com/hashicorp/go.net/ipv4"
"github.com/hashicorp/go.net/ipv6"
"github.com/miekg/dns" "github.com/miekg/dns"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
) )
// ServiceEntry is returned after we query for a service // ServiceEntry is returned after we query for a service