mirror of
https://github.com/YuzuZensai/Git-Identity-Audit.git
synced 2026-09-13 10:49:12 +00:00
build(deps): bump github.com/vbauerster/mpb/v8 from 8.12.1 to 8.14.0
18 lines
470 B
AMPL
18 lines
470 B
AMPL
module github.com/YuzuZensai/Git-Identity-Audit
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
github.com/vbauerster/mpb/v8 v8.14.0
|
|
golang.org/x/term v0.45.0
|
|
)
|
|
|
|
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.27 // indirect
|
|
github.com/vbauerster/cupwriter v0.0.4 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
)
|