diff --git a/grpc_test.go b/grpc_test.go index e53240b..dbe157a 100644 --- a/grpc_test.go +++ b/grpc_test.go @@ -10,13 +10,13 @@ import ( gcli "github.com/micro/go-micro/v3/client/grpc" "github.com/micro/go-micro/v3/errors" pberr "github.com/micro/go-micro/v3/errors/proto" + tgrpc "github.com/micro/go-micro/v3/network/transport/grpc" rmemory "github.com/micro/go-micro/v3/registry/memory" "github.com/micro/go-micro/v3/router" rtreg "github.com/micro/go-micro/v3/router/registry" "github.com/micro/go-micro/v3/server" gsrv "github.com/micro/go-micro/v3/server/grpc" pb "github.com/micro/go-micro/v3/server/grpc/proto" - tgrpc "github.com/micro/go-micro/v3/transport/grpc" "google.golang.org/grpc" "google.golang.org/grpc/status" )