rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/pagination/http.go b/pagination/http.go
index 1b3fe94..db31b55 100644
--- a/pagination/http.go
+++ b/pagination/http.go
@@ -7,7 +7,7 @@
 	"net/url"
 	"strings"
 
-	"github.com/rackspace/gophercloud"
+	"github.com/gophercloud/gophercloud"
 )
 
 // PageResult stores the HTTP response that returned the current page of results.