Move selector to client/selector

This commit is contained in:
Asim Aslam 2019-06-21 15:24:15 +01:00 committed by Vasiliy Tolstov
parent 7c2b347ef4
commit d86d8f476d

View File

@ -7,7 +7,7 @@ import (
"github.com/micro/go-micro/client" "github.com/micro/go-micro/client"
"github.com/micro/go-micro/errors" "github.com/micro/go-micro/errors"
"github.com/micro/go-micro/registry/memory" "github.com/micro/go-micro/registry/memory"
"github.com/micro/go-micro/selector" "github.com/micro/go-micro/client/selector"
"github.com/sony/gobreaker" "github.com/sony/gobreaker"
) )