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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:44:22 +03:00
parent b579ffb5ea
commit bb3f6c2a7c
6 changed files with 37 additions and 33 deletions

View File

@@ -7,8 +7,8 @@ import (
"os"
"testing"
"go.unistack.org/micro/v3/codec"
"go.unistack.org/micro/v3/config"
"go.unistack.org/micro/v4/codec"
"go.unistack.org/micro/v4/config"
)
type jsoncodec struct{}