diff --git a/hystrix_test.go b/hystrix_test.go index c069966..1e27a55 100644 --- a/hystrix_test.go +++ b/hystrix_test.go @@ -5,8 +5,8 @@ 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/client/selector" + "github.com/micro/go-micro/registry/memory" "context" )