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 7b7ca68bce
commit 907c0501d1
6 changed files with 129 additions and 9 deletions

View File

@@ -7,9 +7,9 @@ import (
"strings"
"sync"
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/codec/json"
"github.com/micro/go-micro/config/cmd"
"github.com/micro/go-micro/v2/broker"
"github.com/micro/go-micro/v2/codec/json"
"github.com/micro/go-micro/v2/config/cmd"
nats "github.com/nats-io/nats.go"
)