Bump github.com/schollz/progressbar/v3 from 3.13.0 to 3.13.1
Bumps github.com/schollz/progressbar/v3 from 3.13.0 to 3.13.1.
Release notes
Sourced from github.com/schollz/progressbar/v3's releases.
v3.13.1
What's Changed
- fix: remove github.com/rivo/uniseg from go.mod to fix go version by
@DarthPestilane
in schollz/progressbar#158- remove duplicate call of term.GetSize by
@talwat
in schollz/progressbar#156- fix data race in
Describe
by@kemingy
in schollz/progressbar#153New Contributors
@DarthPestilane
made their first contribution in schollz/progressbar#158@talwat
made their first contribution in schollz/progressbar#156@kemingy
made their first contribution in schollz/progressbar#153Full Changelog: https://github.com/schollz/progressbar/compare/v3.13.0...v3.13.1
Commits
-
3d12297
update deps -
b6e5a4b
Merge pull request #153 from kemingy/fix_race -
d5980c4
Merge pull request #156 from talwat/termwidth-fix -
600a7db
Merge pull request #158 from DarthPestilane/fix/go-mod-version -
e9fb7a4
fix: remove github.com/rivo/uniseg from go.mod to fix go version -
44ece3a
remove duplicate call of term.GetSize -
abcd9f5
fix data race inDescribe
- See full diff in compare view