diff --git a/gobreaker_test.go b/gobreaker_test.go index e026dfb..7c67220 100644 --- a/gobreaker_test.go +++ b/gobreaker_test.go @@ -7,7 +7,7 @@ import ( "github.com/micro/go-micro/client" "github.com/micro/go-micro/errors" "github.com/micro/go-micro/registry/memory" - "github.com/micro/go-micro/selector" + "github.com/micro/go-micro/client/selector" "github.com/sony/gobreaker" )