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

@@ -2,9 +2,9 @@
package jsonpb
import (
pb "go.unistack.org/micro-proto/v3/codec"
"go.unistack.org/micro/v3/codec"
rutil "go.unistack.org/micro/v3/util/reflect"
pb "go.unistack.org/micro-proto/v4/codec"
"go.unistack.org/micro/v4/codec"
rutil "go.unistack.org/micro/v4/util/reflect"
jsonpb "google.golang.org/protobuf/encoding/protojson"
"google.golang.org/protobuf/proto"
)