diff --git a/service/grpc/grpc.go b/service/grpc/grpc.go index de0f5bfa..fac9024d 100644 --- a/service/grpc/grpc.go +++ b/service/grpc/grpc.go @@ -5,8 +5,8 @@ import ( "github.com/micro/go-micro" broker "github.com/micro/go-micro/broker" - client "github.com/micro/go-micro/client" - server "github.com/micro/go-micro/server" + client "github.com/micro/go-micro/client/grpc" + server "github.com/micro/go-micro/server/grpc" ) // NewService returns a grpc service compatible with go-micro.Service