diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-07-21 09:58:18 +0200 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-07-26 13:51:56 -0400 |
commit | dc1dc46006f890f02d9e61ae5ce9caf1a7a2cd60 (patch) | |
tree | d12a66321949306ae43c9e609fecdd775f706f2f /vendor/github.com/sirupsen/logrus/go.mod | |
parent | 2350ef9dd4c0ffc7c92583b33f63da0bc9502bba (diff) | |
download | podman-dc1dc46006f890f02d9e61ae5ce9caf1a7a2cd60.tar.gz podman-dc1dc46006f890f02d9e61ae5ce9caf1a7a2cd60.tar.bz2 podman-dc1dc46006f890f02d9e61ae5ce9caf1a7a2cd60.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/github.com/sirupsen/logrus/go.mod')
-rw-r--r-- | vendor/github.com/sirupsen/logrus/go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/github.com/sirupsen/logrus/go.mod b/vendor/github.com/sirupsen/logrus/go.mod index b3919d5ea..8b3f6d373 100644 --- a/vendor/github.com/sirupsen/logrus/go.mod +++ b/vendor/github.com/sirupsen/logrus/go.mod @@ -2,9 +2,8 @@ module github.com/sirupsen/logrus require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.2.2 - golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 + github.com/stretchr/testify v1.7.0 + golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 ) go 1.13 |