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

@@ -5,7 +5,7 @@ import (
"time"
"github.com/hashicorp/vault/api"
"go.unistack.org/micro/v3/config"
"go.unistack.org/micro/v4/config"
)
type httpClientKey struct{}