From 9f7bad7dac6caff3c920403e34084a295016a1c5 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Tue, 31 Aug 2021 15:17:45 +0200 Subject: Use UNMERGED vbauerster/mpb PR to fix a pull deadlock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > 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č --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3-54-g00ecf