diff --git a/http.go b/http.go index 25741cb..eff8966 100644 --- a/http.go +++ b/http.go @@ -15,12 +15,12 @@ import ( "github.com/micro/go-micro/broker" "github.com/micro/go-micro/client" - "github.com/micro/go-micro/config/cmd" + "github.com/micro/go-micro/client/selector" "github.com/micro/go-micro/codec" + "github.com/micro/go-micro/config/cmd" errors "github.com/micro/go-micro/errors" "github.com/micro/go-micro/metadata" "github.com/micro/go-micro/registry" - "github.com/micro/go-micro/client/selector" "github.com/micro/go-micro/transport" ) diff --git a/http_test.go b/http_test.go index 97f9c39..f977540 100644 --- a/http_test.go +++ b/http_test.go @@ -12,9 +12,9 @@ import ( "testing" "github.com/micro/go-micro/client" + "github.com/micro/go-micro/client/selector" "github.com/micro/go-micro/registry" "github.com/micro/go-micro/registry/memory" - "github.com/micro/go-micro/client/selector" "github.com/micro/go-plugins/client/http/test" )