Use our fork of mdns with all the updates

This commit is contained in:
Asim 2016-04-30 00:15:00 +01:00 committed by Vasiliy Tolstov
parent 4bd95bfe91
commit a0d307cfb1

View File

@ -13,7 +13,7 @@ import (
"sync" "sync"
"time" "time"
"github.com/hashicorp/mdns" "github.com/micro/mdns"
"github.com/micro/go-micro/registry" "github.com/micro/go-micro/registry"
hash "github.com/mitchellh/hashstructure" hash "github.com/mitchellh/hashstructure"
) )