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

@@ -1,7 +1,7 @@
package grpc
import (
"github.com/unistack-org/micro/v3/errors"
"go.unistack.org/micro/v3/errors"
"google.golang.org/grpc/status"
)