summaryrefslogtreecommitdiff
path: root/pkg/machine/pull.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-10-14 10:24:02 -0400
committerMatthew Heon <matthew.heon@pm.me>2021-10-19 15:56:35 -0400
commitb5dd62f31558caeb3c8cb4b83c0563db9f07cf20 (patch)
tree15159457f9ce894a84f1263c31f04d3a0f67fc01 /pkg/machine/pull.go
parenta213661ae7af22038465c8a61d97bde211674996 (diff)
downloadpodman-b5dd62f31558caeb3c8cb4b83c0563db9f07cf20.tar.gz
podman-b5dd62f31558caeb3c8cb4b83c0563db9f07cf20.tar.bz2
podman-b5dd62f31558caeb3c8cb4b83c0563db9f07cf20.zip
Don't use docker/pkg/archive, use containers/storage/pkg/archive
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/machine/pull.go')
-rw-r--r--pkg/machine/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/pull.go b/pkg/machine/pull.go
index f79ac6ec4..3c8422a30 100644
--- a/pkg/machine/pull.go
+++ b/pkg/machine/pull.go
@@ -15,7 +15,7 @@ import (
"time"
"github.com/containers/image/v5/pkg/compression"
- "github.com/docker/docker/pkg/archive"
+ "github.com/containers/storage/pkg/archive"
"github.com/sirupsen/logrus"
"github.com/vbauerster/mpb/v6"
"github.com/vbauerster/mpb/v6/decor"