Skip to content

Commit 863621e

Browse files
Merge pull request #26123 from containers/renovate/github.com-vbauerster-mpb-v8-8.x
fix(deps): update module github.com/vbauerster/mpb/v8 to v8.10.1
2 parents 76e11cf + fe84fba commit 863621e

File tree

8 files changed

+44
-64
lines changed

8 files changed

+44
-64
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/spf13/cobra v1.9.1
6666
github.com/spf13/pflag v1.0.6
6767
github.com/stretchr/testify v1.10.0
68-
github.com/vbauerster/mpb/v8 v8.10.0
68+
github.com/vbauerster/mpb/v8 v8.10.1
6969
github.com/vishvananda/netlink v1.3.1
7070
go.etcd.io/bbolt v1.4.0
7171
golang.org/x/crypto v0.38.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
479479
github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
480480
github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=
481481
github.com/vbatts/tar-split v0.12.1/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA=
482-
github.com/vbauerster/mpb/v8 v8.10.0 h1:5ZYEWM4ovaZGAibjzW4PlQNb5k+JpzMqVwgNyk+K0M8=
483-
github.com/vbauerster/mpb/v8 v8.10.0/go.mod h1:DYPFebxSahB+f7tuEUGauLQ7w8ij3wMr4clsVuJCV4I=
482+
github.com/vbauerster/mpb/v8 v8.10.1 h1:t/ZFv/NYgoBUy2LrmkD5Vc25r+JhoS4+gRkjVbolO2Y=
483+
github.com/vbauerster/mpb/v8 v8.10.1/go.mod h1:+Ja4P92E3/CorSZgfDtK46D7AVbDqmBQRTmyTqPElo0=
484484
github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW6bV0=
485485
github.com/vishvananda/netlink v1.3.1/go.mod h1:ARtKouGSTGchR8aMwmkzC0qiNPrrWO5JS/XMVl45+b4=
486486
github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=

vendor/github.com/vbauerster/mpb/v8/README.md

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vbauerster/mpb/v8/bar_filler_bar.go

Lines changed: 15 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vbauerster/mpb/v8/bar_filler_spinner.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vbauerster/mpb/v8/heap_manager.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vbauerster/mpb/v8/priority_queue.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ github.com/ulikunitz/xz/lzma
990990
github.com/vbatts/tar-split/archive/tar
991991
github.com/vbatts/tar-split/tar/asm
992992
github.com/vbatts/tar-split/tar/storage
993-
# github.com/vbauerster/mpb/v8 v8.10.0
993+
# github.com/vbauerster/mpb/v8 v8.10.1
994994
## explicit; go 1.23.0
995995
github.com/vbauerster/mpb/v8
996996
github.com/vbauerster/mpb/v8/cwriter

0 commit comments

Comments
 (0)