|
@@ -1,6 +1,7 @@
|
|
package client
|
|
package client
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
+ "context"
|
|
"fmt"
|
|
"fmt"
|
|
"io/ioutil"
|
|
"io/ioutil"
|
|
"net"
|
|
"net"
|
|
@@ -12,7 +13,6 @@ import (
|
|
"github.com/docker/docker/api/server/httputils"
|
|
"github.com/docker/docker/api/server/httputils"
|
|
"github.com/docker/docker/api/types"
|
|
"github.com/docker/docker/api/types"
|
|
"github.com/pkg/errors"
|
|
"github.com/pkg/errors"
|
|
- "golang.org/x/net/context"
|
|
|
|
"gotest.tools/assert"
|
|
"gotest.tools/assert"
|
|
)
|
|
)
|
|
|
|
|