Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #8 from ateoto/issues-build-broken
Browse files Browse the repository at this point in the history
docker/archive was moved to docker/pkg/archive
  • Loading branch information
cpuguy83 committed Oct 3, 2014
2 parents a1a09a5 + 2652873 commit f03f192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion export.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"

"github.com/cpuguy83/dockerclient"
"github.com/docker/docker/archive"
"github.com/docker/docker/pkg/archive"
)

func pauseContainers(docker docker.Docker, containers []string) {
Expand Down
2 changes: 1 addition & 1 deletion import.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"

"github.com/cpuguy83/dockerclient"
"github.com/docker/docker/archive"
"github.com/docker/docker/pkg/archive"
)

func buildImportImage(docker docker.Docker, context io.Reader, name string) (string, error) {
Expand Down

0 comments on commit f03f192

Please sign in to comment.