From d86d8f476dc353e500516f717165f73d1d58fe7c Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 21 Jun 2019 15:24:15 +0100 Subject: [PATCH] Move selector to client/selector --- gobreaker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )