From 28e58969dc2fbe87ab4784ed3a12f92691e6f91c Mon Sep 17 00:00:00 2001 From: Asim Date: Fri, 29 Apr 2016 23:37:04 +0100 Subject: [PATCH] use official golang/net https://github.com/hashicorp/mdns/pull/45 --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index 697709f..a35a93b 100644 --- a/client.go +++ b/client.go @@ -8,9 +8,9 @@ import ( "sync" "time" - "github.com/hashicorp/go.net/ipv4" - "github.com/hashicorp/go.net/ipv6" "github.com/miekg/dns" + "golang.org/x/net/ipv4" + "golang.org/x/net/ipv6" ) // ServiceEntry is returned after we query for a service