From a0d307cfb113ea1596ca2f68d198b8e855a4125c Mon Sep 17 00:00:00 2001 From: Asim Date: Sat, 30 Apr 2016 00:15:00 +0100 Subject: [PATCH] Use our fork of mdns with all the updates --- mdns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdns.go b/mdns.go index b7d056e..92bcfee 100644 --- a/mdns.go +++ b/mdns.go @@ -13,7 +13,7 @@ import ( "sync" "time" - "github.com/hashicorp/mdns" + "github.com/micro/mdns" "github.com/micro/go-micro/registry" hash "github.com/mitchellh/hashstructure" )