move to micro v4
All checks were successful
test / test (push) Successful in 3m33s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-05 22:38:31 +03:00
parent 2561a958d3
commit bc584701dd
5 changed files with 47 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
package proto
import (
codec "go.unistack.org/micro/v3/codec"
codec "go.unistack.org/micro/v4/codec"
"google.golang.org/protobuf/proto"
)