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

@@ -5,7 +5,7 @@ import (
"os"
"regexp"
"go.unistack.org/micro/v3/config"
"go.unistack.org/micro/v4/config"
"golang.org/x/text/transform"
)