fix failing build

This commit is contained in:
Asim Aslam 2019-01-23 15:31:48 +00:00 committed by Vasiliy Tolstov
parent 04b4656653
commit dc64da2f26

View File

@ -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) {