diff --git a/http.go b/http.go index 4af6686..63854ac 100644 --- a/http.go +++ b/http.go @@ -21,7 +21,7 @@ import ( errors "github.com/micro/go-micro/errors" "github.com/micro/go-micro/metadata" "github.com/micro/go-micro/registry" - "github.com/micro/go-micro/transport" + "github.com/micro/go-micro/network/transport" ) type httpClient struct {