update import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-27 00:57:12 +03:00
parent a510f982e2
commit a1e7560d6f
10 changed files with 21 additions and 21 deletions

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"strings"
"github.com/unistack-org/micro/v3/client"
"github.com/unistack-org/micro/v3/codec"
"go.unistack.org/micro/v3/client"
"go.unistack.org/micro/v3/codec"
)
type grpcRequest struct {