move to micro v4
All checks were successful
test / test (push) Successful in 3m5s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:54:14 +03:00
parent c1d63be257
commit 3bf536a8f0
6 changed files with 59 additions and 40 deletions

View File

@@ -9,8 +9,8 @@ import (
"dario.cat/mergo"
"github.com/hashicorp/vault/api"
"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"
)
var DefaultStructTag = "vault"