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 e45a20a7f3
commit 6b5eb3555b
14 changed files with 41 additions and 41 deletions

View File

@@ -1,8 +1,8 @@
package grpc
import (
"github.com/micro/go-micro/codec"
"github.com/micro/go-micro/codec/bytes"
"github.com/micro/go-micro/v2/codec"
"github.com/micro/go-micro/v2/codec/bytes"
)
type rpcRequest struct {