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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:52:22 +03:00
parent d6b0f1feb1
commit e1b73741be
9 changed files with 110 additions and 65 deletions

View File

@@ -1,8 +1,8 @@
package service
import (
"go.unistack.org/micro/v3/client"
"go.unistack.org/micro/v3/config"
"go.unistack.org/micro/v4/client"
"go.unistack.org/micro/v4/config"
)
type clientKey struct{}