diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-10-14 10:24:02 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-10-14 10:28:42 -0400 |
commit | 50b9d82f2eaeff126cf0173b6215e15ff5223bcc (patch) | |
tree | 8b8e740965048166340d26f08bb842ca51e7e9e6 /pkg/machine/pull.go | |
parent | c19f257181db6f2c8af1d208ef8c3c846593813e (diff) | |
download | podman-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/machine/pull.go')
-rw-r--r-- | pkg/machine/pull.go | 2 |
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" |