Skip to content

Commit 112f303

Browse files
authored
fix(deps): Update module github.com/schollz/progressbar/v3 to v3.14.2 (#289)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/schollz/progressbar/v3](https://togithub.com/schollz/progressbar) | require | minor | `v3.13.1` -> `v3.14.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>schollz/progressbar (github.com/schollz/progressbar/v3)</summary> ### [`v3.14.2`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.2) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.1...v3.14.2) #### What's Changed - Add pacman example gif by [@&#8203;OlegChuev](https://togithub.com/OlegChuev) in [https://github.com/schollz/progressbar/pull/174](https://togithub.com/schollz/progressbar/pull/174) - 📝docs: Add a library definition for ansi by [@&#8203;eogns47](https://togithub.com/eogns47) in [https://github.com/schollz/progressbar/pull/173](https://togithub.com/schollz/progressbar/pull/173) - Add more properties to State by [@&#8203;treuherz](https://togithub.com/treuherz) in [https://github.com/schollz/progressbar/pull/170](https://togithub.com/schollz/progressbar/pull/170) - fix: Protect RenderBlank() and IsFinished() with the lock by [@&#8203;RichieSams](https://togithub.com/RichieSams) in [https://github.com/schollz/progressbar/pull/164](https://togithub.com/schollz/progressbar/pull/164) #### New Contributors - [@&#8203;OlegChuev](https://togithub.com/OlegChuev) made their first contribution in [https://github.com/schollz/progressbar/pull/174](https://togithub.com/schollz/progressbar/pull/174) - [@&#8203;eogns47](https://togithub.com/eogns47) made their first contribution in [https://github.com/schollz/progressbar/pull/173](https://togithub.com/schollz/progressbar/pull/173) - [@&#8203;treuherz](https://togithub.com/treuherz) made their first contribution in [https://github.com/schollz/progressbar/pull/170](https://togithub.com/schollz/progressbar/pull/170) - [@&#8203;RichieSams](https://togithub.com/RichieSams) made their first contribution in [https://github.com/schollz/progressbar/pull/164](https://togithub.com/schollz/progressbar/pull/164) **Full Changelog**: schollz/progressbar@v3.14.1...v3.14.2 ### [`v3.14.1`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.1) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.0...v3.14.1) (pi release) **Full Changelog**: schollz/progressbar@v3.14.0...v3.14.1 ### [`v3.14.0`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.0) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.13.1...v3.14.0) #### What's Changed - change library to get rune width by [@&#8203;tukaelu](https://togithub.com/tukaelu) in [https://github.com/schollz/progressbar/pull/169](https://togithub.com/schollz/progressbar/pull/169) - Fix SI units calculation and introduce OptionUseIECUnits() by [@&#8203;edigaryev](https://togithub.com/edigaryev) in [https://github.com/schollz/progressbar/pull/167](https://togithub.com/schollz/progressbar/pull/167) #### New Contributors - [@&#8203;tukaelu](https://togithub.com/tukaelu) made their first contribution in [https://github.com/schollz/progressbar/pull/169](https://togithub.com/schollz/progressbar/pull/169) - [@&#8203;edigaryev](https://togithub.com/edigaryev) made their first contribution in [https://github.com/schollz/progressbar/pull/167](https://togithub.com/schollz/progressbar/pull/167) **Full Changelog**: schollz/progressbar@v3.13.1...v3.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent dff4aea commit 112f303

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/uuid v1.6.0
1515
github.com/opencontainers/image-spec v1.1.0
1616
github.com/rs/zerolog v1.32.0
17-
github.com/schollz/progressbar/v3 v3.13.1
17+
github.com/schollz/progressbar/v3 v3.14.2
1818
github.com/stretchr/testify v1.9.0
1919
github.com/thoas/go-funk v0.9.3
2020
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
@@ -75,7 +75,6 @@ require (
7575
github.com/mailru/easyjson v0.7.7 // indirect
7676
github.com/mattn/go-colorable v0.1.13 // indirect
7777
github.com/mattn/go-isatty v0.0.20 // indirect
78-
github.com/mattn/go-runewidth v0.0.15 // indirect
7978
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
8079
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
8180
github.com/moby/term v0.5.0 // indirect
@@ -87,7 +86,7 @@ require (
8786
github.com/pierrec/lz4/v4 v4.1.21 // indirect
8887
github.com/pkg/errors v0.9.1 // indirect
8988
github.com/pmezard/go-difflib v1.0.0 // indirect
90-
github.com/rivo/uniseg v0.2.0 // indirect
89+
github.com/rivo/uniseg v0.4.7 // indirect
9190
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9291
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
9392
github.com/sirupsen/logrus v1.9.3 // indirect

go.sum

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,9 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
162162
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
163163
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
164164
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
165-
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
166165
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
167166
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
168167
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
169-
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
170-
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
171-
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
172168
github.com/microcosm-cc/bluemonday v1.0.26 h1:xbqSvqzQMeEHCqMi64VAs4d8uy6Mequs3rQ0k/Khz58=
173169
github.com/microcosm-cc/bluemonday v1.0.26/go.mod h1:JyzOCs9gkyQyjs+6h10UEVSe02CGwkhd72Xdqh78TWs=
174170
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=
@@ -198,8 +194,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
198194
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
199195
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
200196
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
201-
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
202-
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
197+
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
198+
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
203199
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
204200
github.com/rs/zerolog v1.32.0 h1:keLypqrlIjaFsbmJOBdB/qvyF8KEtCWHwobLp5l/mQ0=
205201
github.com/rs/zerolog v1.32.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
@@ -209,8 +205,8 @@ github.com/sanity-io/litter v1.5.5 h1:iE+sBxPBzoK6uaEP5Lt3fHNgpKcHXc/A2HGETy0uJQ
209205
github.com/sanity-io/litter v1.5.5/go.mod h1:9gzJgR2i4ZpjZHsKvUXIRQVk7P+yM3e+jAF7bU2UI5U=
210206
github.com/schollz/closestmatch v2.1.0+incompatible h1:Uel2GXEpJqOWBrlyI+oY9LTiyyjYS17cCYRqP13/SHk=
211207
github.com/schollz/closestmatch v2.1.0+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g=
212-
github.com/schollz/progressbar/v3 v3.13.1 h1:o8rySDYiQ59Mwzy2FELeHY5ZARXZTVJC7iHD6PEFUiE=
213-
github.com/schollz/progressbar/v3 v3.13.1/go.mod h1:xvrbki8kfT1fzWzBT/UZd9L6GA+jdL7HAgq2RFnO6fQ=
208+
github.com/schollz/progressbar/v3 v3.14.2 h1:EducH6uNLIWsr560zSV1KrTeUb/wZGAHqyMFIEa99ks=
209+
github.com/schollz/progressbar/v3 v3.14.2/go.mod h1:aQAZQnhF4JGFtRJiw/eobaXpsqpVQAftEQ+hLGXaRc4=
214210
github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
215211
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
216212
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
@@ -314,10 +310,11 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc
314310
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
315311
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
316312
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
313+
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
317314
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
318315
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
319316
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
320-
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
317+
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
321318
golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=
322319
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
323320
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)