summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-10-14 10:24:02 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-10-14 10:28:42 -0400
commit50b9d82f2eaeff126cf0173b6215e15ff5223bcc (patch)
tree8b8e740965048166340d26f08bb842ca51e7e9e6 /pkg
parentc19f257181db6f2c8af1d208ef8c3c846593813e (diff)
downloadpodman-50b9d82f2eaeff126cf0173b6215e15ff5223bcc.tar.gz
podman-50b9d82f2eaeff126cf0173b6215e15ff5223bcc.tar.bz2
podman-50b9d82f2eaeff126cf0173b6215e15ff5223bcc.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')
-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"