Chaning github to gerrit own repository part II

Change-Id: Iae76646b3e5b276679fee09869bb91e27ac95cfc
diff --git a/openstack/blockstorage/extensions/volumeactions/results.go b/openstack/blockstorage/extensions/volumeactions/results.go
index 634b04d..adbb22d 100644
--- a/openstack/blockstorage/extensions/volumeactions/results.go
+++ b/openstack/blockstorage/extensions/volumeactions/results.go
@@ -1,6 +1,6 @@
 package volumeactions
 
-import "github.com/gophercloud/gophercloud"
+import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
 
 // AttachResult contains the response body and error from a Get request.
 type AttachResult struct {