From dc64da2f260e14efa195aac2861e0f8c9cd3b17e Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 23 Jan 2019 15:31:48 +0000 Subject: [PATCH] fix failing build --- http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_test.go b/http_test.go index d04e77f..77f8f80 100644 --- a/http_test.go +++ b/http_test.go @@ -13,9 +13,9 @@ import ( "github.com/micro/go-micro/client" "github.com/micro/go-micro/registry" + "github.com/micro/go-micro/registry/memory" "github.com/micro/go-micro/selector" "github.com/micro/go-plugins/client/http/test" - "github.com/micro/go-plugins/registry/memory" ) func TestHTTPClient(t *testing.T) {