rename imports: rackspace/gophercloud -> gophercloud/gophercloud
diff --git a/acceptance/rackspace/blockstorage/v1/common.go b/acceptance/rackspace/blockstorage/v1/common.go
index e9fdd99..23727c4 100644
--- a/acceptance/rackspace/blockstorage/v1/common.go
+++ b/acceptance/rackspace/blockstorage/v1/common.go
@@ -6,10 +6,10 @@
"os"
"testing"
- "github.com/rackspace/gophercloud"
- "github.com/rackspace/gophercloud/acceptance/tools"
- "github.com/rackspace/gophercloud/rackspace"
- th "github.com/rackspace/gophercloud/testhelper"
+ "github.com/gophercloud/gophercloud"
+ "github.com/gophercloud/gophercloud/acceptance/tools"
+ "github.com/gophercloud/gophercloud/rackspace"
+ th "github.com/gophercloud/gophercloud/testhelper"
)
func newClient() (*gophercloud.ServiceClient, error) {
diff --git a/acceptance/rackspace/blockstorage/v1/snapshot_test.go b/acceptance/rackspace/blockstorage/v1/snapshot_test.go
index 25b2cfe..79bce86 100644
--- a/acceptance/rackspace/blockstorage/v1/snapshot_test.go
+++ b/acceptance/rackspace/blockstorage/v1/snapshot_test.go
@@ -6,10 +6,10 @@
"testing"
"time"
- "github.com/rackspace/gophercloud"
- "github.com/rackspace/gophercloud/pagination"
- "github.com/rackspace/gophercloud/rackspace/blockstorage/v1/snapshots"
- th "github.com/rackspace/gophercloud/testhelper"
+ "github.com/gophercloud/gophercloud"
+ "github.com/gophercloud/gophercloud/pagination"
+ "github.com/gophercloud/gophercloud/rackspace/blockstorage/v1/snapshots"
+ th "github.com/gophercloud/gophercloud/testhelper"
)
func TestSnapshots(t *testing.T) {
diff --git a/acceptance/rackspace/blockstorage/v1/volume_test.go b/acceptance/rackspace/blockstorage/v1/volume_test.go
index f86f9ad..78cf66e 100644
--- a/acceptance/rackspace/blockstorage/v1/volume_test.go
+++ b/acceptance/rackspace/blockstorage/v1/volume_test.go
@@ -5,11 +5,11 @@
import (
"testing"
- "github.com/rackspace/gophercloud"
- os "github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes"
- "github.com/rackspace/gophercloud/pagination"
- "github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumes"
- th "github.com/rackspace/gophercloud/testhelper"
+ "github.com/gophercloud/gophercloud"
+ os "github.com/gophercloud/gophercloud/openstack/blockstorage/v1/volumes"
+ "github.com/gophercloud/gophercloud/pagination"
+ "github.com/gophercloud/gophercloud/rackspace/blockstorage/v1/volumes"
+ th "github.com/gophercloud/gophercloud/testhelper"
)
func TestVolumes(t *testing.T) {
diff --git a/acceptance/rackspace/blockstorage/v1/volume_type_test.go b/acceptance/rackspace/blockstorage/v1/volume_type_test.go
index 716f2b9..c175e02 100644
--- a/acceptance/rackspace/blockstorage/v1/volume_type_test.go
+++ b/acceptance/rackspace/blockstorage/v1/volume_type_test.go
@@ -5,10 +5,10 @@
import (
"testing"
- "github.com/rackspace/gophercloud"
- "github.com/rackspace/gophercloud/pagination"
- "github.com/rackspace/gophercloud/rackspace/blockstorage/v1/volumetypes"
- th "github.com/rackspace/gophercloud/testhelper"
+ "github.com/gophercloud/gophercloud"
+ "github.com/gophercloud/gophercloud/pagination"
+ "github.com/gophercloud/gophercloud/rackspace/blockstorage/v1/volumetypes"
+ th "github.com/gophercloud/gophercloud/testhelper"
)
func TestAll(t *testing.T) {