Chaning github to gerrit own repository part II

Change-Id: Iae76646b3e5b276679fee09869bb91e27ac95cfc
diff --git a/openstack/orchestration/v1/stacktemplates/requests.go b/openstack/orchestration/v1/stacktemplates/requests.go
index d248c24..9e31209 100644
--- a/openstack/orchestration/v1/stacktemplates/requests.go
+++ b/openstack/orchestration/v1/stacktemplates/requests.go
@@ -1,6 +1,6 @@
 package stacktemplates
 
-import "github.com/gophercloud/gophercloud"
+import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
 
 // Get retreives data for the given stack template.
 func Get(c *gophercloud.ServiceClient, stackName, stackID string) (r GetResult) {
diff --git a/openstack/orchestration/v1/stacktemplates/results.go b/openstack/orchestration/v1/stacktemplates/results.go
index bca959b..1c820cc 100644
--- a/openstack/orchestration/v1/stacktemplates/results.go
+++ b/openstack/orchestration/v1/stacktemplates/results.go
@@ -3,7 +3,7 @@
 import (
 	"encoding/json"
 
-	"github.com/gophercloud/gophercloud"
+	"gerrit.mcp.mirantis.net/debian/gophercloud.git"
 )
 
 // GetResult represents the result of a Get operation.
diff --git a/openstack/orchestration/v1/stacktemplates/urls.go b/openstack/orchestration/v1/stacktemplates/urls.go
index aed6b4b..9335895 100644
--- a/openstack/orchestration/v1/stacktemplates/urls.go
+++ b/openstack/orchestration/v1/stacktemplates/urls.go
@@ -1,6 +1,6 @@
 package stacktemplates
 
-import "github.com/gophercloud/gophercloud"
+import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
 
 func getURL(c *gophercloud.ServiceClient, stackName, stackID string) string {
 	return c.ServiceURL("stacks", stackName, stackID, "template")