Strip external use of mdns

This commit is contained in:
Asim Aslam
2020-04-11 13:02:53 +01:00
parent 51d4f737b8
commit ea2bb0275c
12 changed files with 1799 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/google/uuid"
"github.com/micro/go-micro/v2/logger"
"github.com/micro/mdns"
"github.com/micro/go-micro/v2/util/mdns"
)
var (

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"github.com/micro/mdns"
"github.com/micro/go-micro/v2/util/mdns"
)
type mdnsWatcher struct {