Chaning github to gerrit own repository part II

Change-Id: Iae76646b3e5b276679fee09869bb91e27ac95cfc
diff --git a/pagination/http.go b/pagination/http.go
index cb4b4ae..cfa45b5 100644
--- a/pagination/http.go
+++ b/pagination/http.go
@@ -7,7 +7,7 @@
 	"net/url"
 	"strings"
 
-	"github.com/gophercloud/gophercloud"
+	"gerrit.mcp.mirantis.net/debian/gophercloud.git"
 )
 
 // PageResult stores the HTTP response that returned the current page of results.