Use our fork of mdns with all the updates

This commit is contained in:
Asim 2016-04-30 00:15:00 +01:00
parent c26f989bbb
commit ae8c948202

View File

@ -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"
)