Move selector to client/selector
This commit is contained in:
parent
56e0b8a06e
commit
be4e0bddee
2
http.go
2
http.go
@ -20,7 +20,7 @@ import (
|
||||
errors "github.com/micro/go-micro/errors"
|
||||
"github.com/micro/go-micro/metadata"
|
||||
"github.com/micro/go-micro/registry"
|
||||
"github.com/micro/go-micro/selector"
|
||||
"github.com/micro/go-micro/client/selector"
|
||||
"github.com/micro/go-micro/transport"
|
||||
)
|
||||
|
||||
|
@ -14,7 +14,7 @@ import (
|
||||
"github.com/micro/go-micro/client"
|
||||
"github.com/micro/go-micro/registry"
|
||||
"github.com/micro/go-micro/registry/memory"
|
||||
"github.com/micro/go-micro/selector"
|
||||
"github.com/micro/go-micro/client/selector"
|
||||
"github.com/micro/go-plugins/client/http/test"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user