[hyper-provider] update hypercli in vendor
This commit is contained in:
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/custom.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/custom.go
generated
vendored
@@ -6,8 +6,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/docker/engine-api/types"
|
||||
"github.com/docker/go-units"
|
||||
"github.com/hyperhq/hyper-api/types"
|
||||
"github.com/hyperhq/hypercli/api"
|
||||
"github.com/hyperhq/hypercli/pkg/stringid"
|
||||
"github.com/hyperhq/hypercli/pkg/stringutils"
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/custom_test.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/custom_test.go
generated
vendored
@@ -6,8 +6,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/hyperhq/hyper-api/types"
|
||||
"github.com/hyperhq/hypercli/pkg/stringid"
|
||||
"github.com/docker/engine-api/types"
|
||||
)
|
||||
|
||||
func TestContainerPsContext(t *testing.T) {
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/formatter.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/formatter.go
generated
vendored
@@ -8,7 +8,7 @@ import (
|
||||
"text/tabwriter"
|
||||
"text/template"
|
||||
|
||||
"github.com/docker/engine-api/types"
|
||||
"github.com/hyperhq/hyper-api/types"
|
||||
"github.com/hyperhq/hypercli/reference"
|
||||
)
|
||||
|
||||
|
||||
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/formatter_test.go
generated
vendored
2
vendor/github.com/hyperhq/hypercli/api/client/formatter/formatter_test.go
generated
vendored
@@ -6,7 +6,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/docker/engine-api/types"
|
||||
"github.com/hyperhq/hyper-api/types"
|
||||
)
|
||||
|
||||
func TestContainerContextWrite(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user