Skip to content

Commit 5f902b4

Browse files
fix(deps): update module github.com/schollz/progressbar/v3 to v3.18.0 (#15691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com>
1 parent 9278479 commit 5f902b4

File tree

4 files changed

+63
-4
lines changed

4 files changed

+63
-4
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ require (
133133
github.com/prometheus/alertmanager v0.27.0
134134
github.com/prometheus/common/sigv4 v0.1.0
135135
github.com/richardartoul/molecule v1.0.0
136-
github.com/schollz/progressbar/v3 v3.17.1
136+
github.com/schollz/progressbar/v3 v3.18.0
137137
github.com/shirou/gopsutil/v4 v4.24.12
138138
github.com/thanos-io/objstore v0.0.0-20241217111833-063ea3806b2f
139139
github.com/twmb/franz-go v1.18.0

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,8 @@ github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb
10551055
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
10561056
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30 h1:yoKAVkEVwAqbGbR8n87rHQ1dulL25rKloGadb3vm770=
10571057
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30/go.mod h1:sH0u6fq6x4R5M7WxkoQFY/o7UaiItec0o1LinLCJNq8=
1058-
github.com/schollz/progressbar/v3 v3.17.1 h1:bI1MTaoQO+v5kzklBjYNRQLoVpe0zbyRZNK6DFkVC5U=
1059-
github.com/schollz/progressbar/v3 v3.17.1/go.mod h1:RzqpnsPQNjUyIgdglUjRLgD7sVnxN1wpmBMV+UiEbL4=
1058+
github.com/schollz/progressbar/v3 v3.18.0 h1:uXdoHABRFmNIjUfte/Ex7WtuyVslrw2wVPQmCN62HpA=
1059+
github.com/schollz/progressbar/v3 v3.18.0/go.mod h1:IsO3lpbaGuzh8zIMzgY3+J8l4C8GjO0Y9S69eFvNsec=
10601060
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=
10611061
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
10621062
github.com/segmentio/fasthash v1.0.3 h1:EI9+KE1EwvMLBWwjpRDc+fEM+prwxDYbslddQGtrmhM=

‎vendor/github.com/schollz/progressbar/v3/progressbar.go

Lines changed: 59 additions & 0 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
@@ -1569,7 +1569,7 @@ github.com/rivo/uniseg
15691569
# github.com/rs/xid v1.6.0
15701570
## explicit; go 1.16
15711571
github.com/rs/xid
1572-
# github.com/schollz/progressbar/v3 v3.17.1
1572+
# github.com/schollz/progressbar/v3 v3.18.0
15731573
## explicit; go 1.22
15741574
github.com/schollz/progressbar/v3
15751575
# github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529

0 commit comments

Comments
 (0)