1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Fix goimports failure on master.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 36a7842089
Component: cli
This commit is contained in:
Daniel Nephin
2017-05-03 15:58:39 -04:00
parent 5f4fc55626
commit d51e95efed

View File

@@ -13,6 +13,8 @@ import (
"archive/tar"
"bytes"
"time"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/fileutils"
"github.com/docker/docker/pkg/gitutils"
@@ -22,7 +24,6 @@ import (
"github.com/docker/docker/pkg/streamformatter"
"github.com/docker/docker/pkg/stringid"
"github.com/pkg/errors"
"time"
)
const (