prepare v4 (#139)
All checks were successful
test / test (push) Successful in 1m55s

move to v4 micro

Co-authored-by: Василий Толстов <v.tolstov@unistack.org>
Co-authored-by: Александр Толстихин <tolstihin1996@mail.ru>
Reviewed-on: #139
Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru>
Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
This commit is contained in:
2025-03-03 09:53:41 +03:00
parent cee07d11d4
commit 75437a46c8
11 changed files with 122 additions and 219 deletions

View File

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