mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +02:00
update v3 plugins (#2105)
This commit is contained in:
@ -4,9 +4,9 @@ import (
|
||||
"encoding/json"
|
||||
"sync"
|
||||
|
||||
"github.com/micro/go-micro/plugins/registry/kubernetes/v2/client"
|
||||
"github.com/micro/go-micro/plugins/registry/kubernetes/v2/client/api"
|
||||
"github.com/micro/go-micro/plugins/registry/kubernetes/v2/client/watch"
|
||||
"github.com/asim/go-micro/plugins/registry/kubernetes/v3/client"
|
||||
"github.com/asim/go-micro/plugins/registry/kubernetes/v3/client/api"
|
||||
"github.com/asim/go-micro/plugins/registry/kubernetes/v3/client/watch"
|
||||
)
|
||||
|
||||
// Client ...
|
||||
|
Reference in New Issue
Block a user