Merge "Move the service handling to be versioned."
This commit is contained in:
commit
2b0046f805
@ -16,7 +16,7 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.openstack.org/stackforge/golang-client.git/identity"
|
||||
"git.openstack.org/stackforge/golang-client.git/identity/v2"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -18,8 +18,8 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"git.openstack.org/stackforge/golang-client.git/identity"
|
||||
"git.openstack.org/stackforge/golang-client.git/objectstorage"
|
||||
"git.openstack.org/stackforge/golang-client.git/identity/v2"
|
||||
"git.openstack.org/stackforge/golang-client.git/objectstorage/v1"
|
||||
"io/ioutil"
|
||||
"time"
|
||||
)
|
||||
|
@ -16,7 +16,7 @@ package objectstorage_test
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"git.openstack.org/stackforge/golang-client.git/objectstorage"
|
||||
"git.openstack.org/stackforge/golang-client.git/objectstorage/v1"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
Loading…
Reference in New Issue
Block a user