prepare v4 (need swap target!) (#195)
All checks were successful
test / test (push) Successful in 1m53s

move to v4 micro

Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
Reviewed-on: #195
Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru>
Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
This commit is contained in:
2025-03-02 21:13:25 +03:00
parent 134f7374aa
commit 23a1ff424e
14 changed files with 99 additions and 482 deletions

View File

@@ -3,7 +3,7 @@ package grpc
import (
"context"
"go.unistack.org/micro/v3/server"
"go.unistack.org/micro/v4/server"
"google.golang.org/grpc"
"google.golang.org/grpc/encoding"
)