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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:16:06 +03:00
parent 854b0ea94e
commit 0b50978896
9 changed files with 78 additions and 34 deletions

View File

@@ -5,9 +5,9 @@ import (
"bytes"
"github.com/BurntSushi/toml"
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"
)
type tomlCodec struct {