move to micro v4
All checks were successful
test / test (push) Successful in 2m8s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-04 23:58:36 +03:00
parent 66d47cc824
commit 71096a2c72
9 changed files with 81 additions and 33 deletions

View File

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