fix import paths for v2 release
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
		| @@ -5,10 +5,10 @@ import ( | ||||
| 	"context" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/micro/go-micro/client" | ||||
| 	"github.com/micro/go-micro/client/grpc" | ||||
| 	"github.com/micro/go-micro/registry" | ||||
| 	pb "github.com/micro/go-micro/registry/service/proto" | ||||
| 	"github.com/micro/go-micro/v2/client" | ||||
| 	"github.com/micro/go-micro/v2/client/grpc" | ||||
| 	"github.com/micro/go-micro/v2/registry" | ||||
| 	pb "github.com/micro/go-micro/v2/registry/service/proto" | ||||
| ) | ||||
|  | ||||
| var ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user