mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
go-micro.dev/v4 (#2305)
This commit is contained in:
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/registry/multi/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
require go-micro.dev/v4 v4.0.0
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|
||||
|
||||
@@ -4,8 +4,8 @@ import (
|
||||
"context"
|
||||
"sync"
|
||||
|
||||
log "github.com/asim/go-micro/v3/logger"
|
||||
"github.com/asim/go-micro/v3/registry"
|
||||
log "go-micro.dev/v4/logger"
|
||||
"go-micro.dev/v4/registry"
|
||||
)
|
||||
|
||||
type multiRegistry struct {
|
||||
|
||||
@@ -3,7 +3,7 @@ package multi
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/asim/go-micro/v3/registry"
|
||||
"go-micro.dev/v4/registry"
|
||||
)
|
||||
|
||||
type writeKey struct{}
|
||||
|
||||
@@ -3,7 +3,7 @@ package multi
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/asim/go-micro/v3/registry"
|
||||
"go-micro.dev/v4/registry"
|
||||
)
|
||||
|
||||
type multiWatcher struct {
|
||||
|
||||
Reference in New Issue
Block a user