mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 21:47:13 +08:00
vendor: update buildkit to v0.14.0-rc1
Update buildkit dependency to v0.14.0-rc1. Update the tracing infrastructure to use the new detect API which updates how the delegated exporter is configured. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
1
vendor/github.com/tonistiigi/vt100/vt100.go
generated
vendored
1
vendor/github.com/tonistiigi/vt100/vt100.go
generated
vendored
@ -200,6 +200,7 @@ func (v *VT100) Resize(y, x int) {
|
||||
v.Height = y
|
||||
} else if y < v.Height {
|
||||
v.Content = v.Content[:y]
|
||||
v.Format = v.Format[:y]
|
||||
v.Height = y
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user