rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/openstack/endpoint_location.go b/openstack/endpoint_location.go
index 29d02c4..3e64911 100644
--- a/openstack/endpoint_location.go
+++ b/openstack/endpoint_location.go
@@ -3,9 +3,9 @@
import (
"fmt"
- "github.com/rackspace/gophercloud"
- tokens2 "github.com/rackspace/gophercloud/openstack/identity/v2/tokens"
- tokens3 "github.com/rackspace/gophercloud/openstack/identity/v3/tokens"
+ "github.com/gophercloud/gophercloud"
+ tokens2 "github.com/gophercloud/gophercloud/openstack/identity/v2/tokens"
+ tokens3 "github.com/gophercloud/gophercloud/openstack/identity/v3/tokens"
)
// V2EndpointURL discovers the endpoint URL for a specific service from a ServiceCatalog acquired