diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-07-21 09:58:18 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-07-21 10:04:45 +0200 |
commit | c1f04a024a3d48e39ac5bfc82af7ba9fec04539c (patch) | |
tree | e8b13d72b4e930c2b8d19e1c65dc4eb1575c917d /vendor/modules.txt | |
parent | 0de7e4662e6d574fe382714cb6664a4519771f88 (diff) | |
download | podman-c1f04a024a3d48e39ac5bfc82af7ba9fec04539c.tar.gz podman-c1f04a024a3d48e39ac5bfc82af7ba9fec04539c.tar.bz2 podman-c1f04a024a3d48e39ac5bfc82af7ba9fec04539c.zip |
podman-remote pull: fix duplicate progress outputs
By vendoring the fixes from containers/image. Also add a test (thanks
@edsantiago) to make sure we won't regress in the future again.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 58c811acc..faf71ed37 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -167,7 +167,7 @@ github.com/containers/common/version # github.com/containers/conmon v2.0.20+incompatible ## explicit github.com/containers/conmon/runner/config -# github.com/containers/image/v5 v5.21.2-0.20220714132403-2bb3f3e44c5c +# github.com/containers/image/v5 v5.21.2-0.20220721072459-bf19265865b7 ## explicit github.com/containers/image/v5/copy github.com/containers/image/v5/directory @@ -664,7 +664,7 @@ github.com/sigstore/sigstore/pkg/cryptoutils github.com/sigstore/sigstore/pkg/signature github.com/sigstore/sigstore/pkg/signature/options github.com/sigstore/sigstore/pkg/signature/payload -# github.com/sirupsen/logrus v1.8.1 +# github.com/sirupsen/logrus v1.9.0 ## explicit github.com/sirupsen/logrus github.com/sirupsen/logrus/hooks/syslog @@ -687,7 +687,7 @@ github.com/sylabs/sif/v2/pkg/sif github.com/syndtr/gocapability/capability # github.com/tchap/go-patricia v2.3.0+incompatible github.com/tchap/go-patricia/patricia -# github.com/theupdateframework/go-tuf v0.3.0 +# github.com/theupdateframework/go-tuf v0.3.1 github.com/theupdateframework/go-tuf/encrypted # github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 github.com/titanous/rocacheck @@ -779,7 +779,7 @@ golang.org/x/net/trace ## explicit golang.org/x/sync/errgroup golang.org/x/sync/semaphore -# golang.org/x/sys v0.0.0-20220624220833-87e55d714810 +# golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 ## explicit golang.org/x/sys/cpu golang.org/x/sys/execabs |