Merge pull request #1 from YuzuZensai/dependabot/go_modules/github.com/vbauerster/mpb/v8-8.14.0

build(deps): bump github.com/vbauerster/mpb/v8 from 8.12.1 to 8.14.0
This commit is contained in:
dependabot[bot]
2026-07-27 14:46:58 +07:00
committed by GitHub
parent 47e740af81
commit 65df8b7c8f
2 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -3,7 +3,7 @@ module github.com/YuzuZensai/Git-Identity-Audit
go 1.26.4
require (
github.com/vbauerster/mpb/v8 v8.12.1
github.com/vbauerster/mpb/v8 v8.14.0
golang.org/x/term v0.45.0
)
@@ -11,6 +11,7 @@ require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/mattn/go-runewidth v0.0.27 // indirect
github.com/vbauerster/cupwriter v0.0.4 // indirect
golang.org/x/sys v0.47.0 // indirect
)