Skip to content

Commit 039679d

Browse files
fix(deps): update module github.com/vbauerster/mpb/v8 to v8.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7800db6 commit 039679d

File tree

7 files changed

+107
-84
lines changed

7 files changed

+107
-84
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.9.3
68+
github.com/vbauerster/mpb/v8 v8.10.0
6969
github.com/vishvananda/netlink v1.3.1-0.20250221194427-0af32151e72b
7070
go.etcd.io/bbolt v1.4.0
7171
golang.org/x/crypto v0.37.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
480480
github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
481481
github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=
482482
github.com/vbatts/tar-split v0.12.1/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA=
483-
github.com/vbauerster/mpb/v8 v8.9.3 h1:PnMeF+sMvYv9u23l6DO6Q3+Mdj408mjLRXIzmUmU2Z8=
484-
github.com/vbauerster/mpb/v8 v8.9.3/go.mod h1:hxS8Hz4C6ijnppDSIX6LjG8FYJSoPo9iIOcE53Zik0c=
483+
github.com/vbauerster/mpb/v8 v8.10.0 h1:5ZYEWM4ovaZGAibjzW4PlQNb5k+JpzMqVwgNyk+K0M8=
484+
github.com/vbauerster/mpb/v8 v8.10.0/go.mod h1:DYPFebxSahB+f7tuEUGauLQ7w8ij3wMr4clsVuJCV4I=
485485
github.com/vishvananda/netlink v1.3.1-0.20250221194427-0af32151e72b h1:hYWtmuzlR0jpWu+ljWfPMi7oNiZ9x/D3GbBqgZTOhyI=
486486
github.com/vishvananda/netlink v1.3.1-0.20250221194427-0af32151e72b/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs=
487487
github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=

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

Lines changed: 73 additions & 69 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: 7 additions & 7 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_option.go

Lines changed: 19 additions & 0 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/decor/size_type.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,8 @@ 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.9.3
994-
## explicit; go 1.17
993+
# github.com/vbauerster/mpb/v8 v8.10.0
994+
## explicit; go 1.23.0
995995
github.com/vbauerster/mpb/v8
996996
github.com/vbauerster/mpb/v8/cwriter
997997
github.com/vbauerster/mpb/v8/decor

0 commit comments

Comments
 (0)