Chaning github repository to our gerrit repository
Change-Id: I51ff03d516eecf00a659bade8e15802debfffc5e
diff --git a/openstack/db/v1/instances/results.go b/openstack/db/v1/instances/results.go
index 6bfde15..85c1931 100644
--- a/openstack/db/v1/instances/results.go
+++ b/openstack/db/v1/instances/results.go
@@ -5,9 +5,9 @@
"time"
"github.com/gophercloud/gophercloud"
- "github.com/gophercloud/gophercloud/openstack/db/v1/datastores"
- "github.com/gophercloud/gophercloud/openstack/db/v1/users"
- "github.com/gophercloud/gophercloud/pagination"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/db/v1/datastores"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/db/v1/users"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/pagination"
)
// Volume represents information about an attached volume for a database instance.