diff --git a/hystrix_test.go b/hystrix_test.go index 34b5782..c069966 100644 --- a/hystrix_test.go +++ b/hystrix_test.go @@ -6,7 +6,7 @@ import ( "github.com/afex/hystrix-go/hystrix" "github.com/micro/go-micro/client" "github.com/micro/go-micro/registry/memory" - "github.com/micro/go-micro/selector" + "github.com/micro/go-micro/client/selector" "context" )