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

@@ -6,9 +6,9 @@ import (
"reflect"
"github.com/hashicorp/vault/api"
"go.unistack.org/micro/v3/config"
"go.unistack.org/micro/v3/util/jitter"
rutil "go.unistack.org/micro/v3/util/reflect"
"go.unistack.org/micro/v4/config"
"go.unistack.org/micro/v4/util/jitter"
rutil "go.unistack.org/micro/v4/util/reflect"
)
type vaultWatcher struct {