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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-07 12:37:20 +03:00
parent 8956d790dc
commit 688d2b6734
6 changed files with 52 additions and 40 deletions

View File

@@ -5,9 +5,9 @@ import (
"reflect"
"github.com/hashicorp/consul/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 consulWatcher struct {