fix import paths for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-01-30 14:39:00 +03:00
parent de2c6073b7
commit 5963af37a4

View File

@ -4,7 +4,7 @@ package mdns
import ( import (
"context" "context"
"github.com/micro/go-micro/registry" "github.com/micro/go-micro/v2/registry"
) )
// NewRegistry returns a new mdns registry // NewRegistry returns a new mdns registry