fix ipv6 error with go-micro update

This commit is contained in:
Willy Kloucek
2021-10-28 12:29:50 +02:00
parent 015702a472
commit d6040ce76c
16 changed files with 68 additions and 151 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ import (
"strings"
"time"
mgrpcc "github.com/asim/go-micro/plugins/client/grpc/v3"
mgrpcs "github.com/asim/go-micro/plugins/server/grpc/v3"
mbreaker "github.com/asim/go-micro/plugins/wrapper/breaker/gobreaker/v3"
"github.com/asim/go-micro/plugins/wrapper/monitoring/prometheus/v3"
"github.com/asim/go-micro/plugins/wrapper/trace/opencensus/v3"
mgrpcc "github.com/asim/go-micro/plugins/client/grpc/v4"
mgrpcs "github.com/asim/go-micro/plugins/server/grpc/v4"
mbreaker "github.com/asim/go-micro/plugins/wrapper/breaker/gobreaker/v4"
"github.com/asim/go-micro/plugins/wrapper/monitoring/prometheus/v4"
"github.com/asim/go-micro/plugins/wrapper/trace/opencensus/v4"
"github.com/owncloud/ocis/ocis-pkg/registry"
"go-micro.dev/v4"
"go-micro.dev/v4/client"