summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2021-08-31 15:17:45 +0200
committerMiloslav Trmač <mitr@redhat.com>2021-08-31 15:51:36 +0200
commit9f7bad7dac6caff3c920403e34084a295016a1c5 (patch)
treeffe1733bd2802438b3c18a0a73e17af514351259 /go.mod
parent83de22e892bf0d8efd29a73df462789e2b1418f3 (diff)
downloadpodman-9f7bad7dac6caff3c920403e34084a295016a1c5.tar.gz
podman-9f7bad7dac6caff3c920403e34084a295016a1c5.tar.bz2
podman-9f7bad7dac6caff3c920403e34084a295016a1c5.zip
Use UNMERGED vbauerster/mpb PR to fix a pull deadlock
> go mod edit -replace github.com/vbauerster/mpb/v7=github.com/mtrmac/mpb/v7@abort-deadlock > make vendor See https://github.com/vbauerster/mpb/issues/100 and https://github.com/vbauerster/mpb/pull/101 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d94165c19..47ee24112 100644
--- a/go.mod
+++ b/go.mod
@@ -70,3 +70,5 @@ require (
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
)
+
+replace github.com/vbauerster/mpb/v7 => github.com/mtrmac/mpb/v7 v7.0.5-0.20210831125917-6bcc64f93d02