update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-27 01:24:35 +03:00
parent 5a63953d3f
commit a6b5ee450f
87 changed files with 1461 additions and 1179 deletions

View File

@@ -6,17 +6,17 @@ import (
"context"
"testing"
"github.com/unistack-org/micro/v3/broker"
bmemory "github.com/unistack-org/micro/v3/broker/memory"
"github.com/unistack-org/micro/v3/client"
"github.com/unistack-org/micro/v3/client/grpc"
tmemory "github.com/unistack-org/micro/v3/network/transport/memory"
rmemory "github.com/unistack-org/micro/v3/register/memory"
"github.com/unistack-org/micro/v3/router"
rtreg "github.com/unistack-org/micro/v3/router/register"
"github.com/unistack-org/micro/v3/server"
grpcsrv "github.com/unistack-org/micro/v3/server/grpc"
cw "github.com/unistack-org/micro/v3/util/client"
"go.unistack.org/micro/v3/broker"
bmemory "go.unistack.org/micro/v3/broker/memory"
"go.unistack.org/micro/v3/client"
"go.unistack.org/micro/v3/client/grpc"
tmemory "go.unistack.org/micro/v3/network/transport/memory"
rmemory "go.unistack.org/micro/v3/register/memory"
"go.unistack.org/micro/v3/router"
rtreg "go.unistack.org/micro/v3/router/register"
"go.unistack.org/micro/v3/server"
grpcsrv "go.unistack.org/micro/v3/server/grpc"
cw "go.unistack.org/micro/v3/util/client"
)
type TestFoo struct {