use official golang/net https://github.com/hashicorp/mdns/pull/45
This commit is contained in:
parent
b8712a0af4
commit
28e58969dc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user