mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
fix(deps): update module github.com/vbauerster/mpb/v8 to v8.9.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
vendor/github.com/vbauerster/mpb/v8/progress.go
generated
vendored
8
vendor/github.com/vbauerster/mpb/v8/progress.go
generated
vendored
@ -442,6 +442,14 @@ func (s pState) makeBarState(total int64, filler BarFiller, options ...BarOption
|
||||
}
|
||||
}
|
||||
|
||||
for _, group := range bs.decorGroups {
|
||||
for _, d := range group {
|
||||
if d, ok := unwrap(d).(decor.EwmaDecorator); ok {
|
||||
bs.ewmaDecorators = append(bs.ewmaDecorators, d)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bs.buffers[0] = bytes.NewBuffer(make([]byte, 0, 128)) // prepend
|
||||
bs.buffers[1] = bytes.NewBuffer(make([]byte, 0, 128)) // append
|
||||
bs.buffers[2] = bytes.NewBuffer(make([]byte, 0, 256)) // filler
|
||||
|
Reference in New Issue
Block a user