[hyper-provider] update hypercli in vendor
This commit is contained in:
2
vendor/github.com/hyperhq/hypercli/api/server/router/volume/backend.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/api/server/router/volume/backend.go
generated
vendored
@@ -2,7 +2,7 @@ package volume
|
||||
|
||||
import (
|
||||
// TODO return types need to be refactored into pkg
|
||||
"github.com/docker/engine-api/types"
|
||||
"github.com/hyperhq/hyper-api/types"
|
||||
)
|
||||
|
||||
// Backend is the methods that need to be implemented to provide
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/api/server/router/volume/volume_routes.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/api/server/router/volume/volume_routes.go
generated
vendored
@@ -4,8 +4,8 @@ import (
|
||||
"encoding/json"
|
||||
"net/http"
|
||||
|
||||
"github.com/hyperhq/hyper-api/types"
|
||||
"github.com/hyperhq/hypercli/api/server/httputils"
|
||||
"github.com/docker/engine-api/types"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user