update import paths

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-27 18:13:33 +03:00
parent 8a2b0636e1
commit 69be182d92
9 changed files with 11 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
package drpc
import (
"github.com/unistack-org/micro/v3/errors"
"go.unistack.org/micro/v3/errors"
)
func microError(err error) error {