mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
update v3 plugins (#2105)
This commit is contained in:
4
plugins/registry/cache/cache.go
vendored
4
plugins/registry/cache/cache.go
vendored
@ -2,8 +2,8 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/micro/go-micro/v2/registry"
|
||||
"github.com/micro/go-micro/v2/registry/cache"
|
||||
"github.com/asim/go-micro/v3/registry"
|
||||
"github.com/asim/go-micro/v3/registry/cache"
|
||||
)
|
||||
|
||||
// New returns a new cache
|
||||
|
Reference in New Issue
Block a user