Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 9b26e24

Browse files
authored
Merge pull request #209 from imeoer/func-ci-fix
fix ci build issue
2 parents c0243cb + a5040b0 commit 9b26e24

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.9
1+
1.10.8

api/client/func.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"text/tabwriter"
1212
"time"
1313

14-
"github.com/docker/docker/pkg/signal"
1514
"github.com/docker/engine-api/types"
1615
"github.com/docker/engine-api/types/container"
1716
"github.com/docker/engine-api/types/filters"
@@ -22,7 +21,7 @@ import (
2221
Cli "github.com/hyperhq/hypercli/cli"
2322
ropts "github.com/hyperhq/hypercli/opts"
2423
flag "github.com/hyperhq/hypercli/pkg/mflag"
25-
// "github.com/hyperhq/hypercli/pkg/signal"
24+
"github.com/hyperhq/hypercli/pkg/signal"
2625
"github.com/hyperhq/hypercli/runconfig/opts"
2726
"golang.org/x/net/context"
2827
)

0 commit comments

Comments
 (0)