fix import path for v2 release (#457)

* fix import path for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-31 01:26:39 +03:00
parent 4b120949dd
commit ae543bc502
6 changed files with 129 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
package gossip
import (
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/v2/registry"
)
type gossipWatcher struct {