Chaning github to gerrit own repository part II

Change-Id: Iae76646b3e5b276679fee09869bb91e27ac95cfc
diff --git a/openstack/objectstorage/v1/swauth/requests.go b/openstack/objectstorage/v1/swauth/requests.go
index e8589ae..c704953 100644
--- a/openstack/objectstorage/v1/swauth/requests.go
+++ b/openstack/objectstorage/v1/swauth/requests.go
@@ -1,6 +1,6 @@
 package swauth
 
-import "github.com/gophercloud/gophercloud"
+import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
 
 // AuthOptsBuilder describes struct types that can be accepted by the Auth call.
 // The AuthOpts struct in this package does.
diff --git a/openstack/objectstorage/v1/swauth/results.go b/openstack/objectstorage/v1/swauth/results.go
index 294c43c..519e840 100644
--- a/openstack/objectstorage/v1/swauth/results.go
+++ b/openstack/objectstorage/v1/swauth/results.go
@@ -1,7 +1,7 @@
 package swauth
 
 import (
-	"github.com/gophercloud/gophercloud"
+	"gerrit.mcp.mirantis.net/debian/gophercloud.git"
 )
 
 // GetAuthResult temporarily contains the response from a Swauth
diff --git a/openstack/objectstorage/v1/swauth/urls.go b/openstack/objectstorage/v1/swauth/urls.go
index a30cabd..cdd8ce2 100644
--- a/openstack/objectstorage/v1/swauth/urls.go
+++ b/openstack/objectstorage/v1/swauth/urls.go
@@ -1,6 +1,6 @@
 package swauth
 
-import "github.com/gophercloud/gophercloud"
+import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
 
 func getURL(c *gophercloud.ProviderClient) string {
 	return c.IdentityBase + "auth/v1.0"