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

@@ -1,4 +1,4 @@
package file // import "go.unistack.org/micro-config-file/v3"
package file
import (
"context"
@@ -8,8 +8,8 @@ import (
"regexp"
"dario.cat/mergo"
"go.unistack.org/micro/v3/config"
rutil "go.unistack.org/micro/v3/util/reflect"
"go.unistack.org/micro/v4/config"
rutil "go.unistack.org/micro/v4/util/reflect"
"golang.org/x/text/transform"
)