mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to v0.15.0-rc2
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
1
vendor/github.com/tonistiigi/go-csvvalue/csvvalue.go
generated
vendored
1
vendor/github.com/tonistiigi/go-csvvalue/csvvalue.go
generated
vendored
@ -126,6 +126,7 @@ parseField:
|
||||
appendToLast(dst, "\"")
|
||||
line = line[quoteLen:]
|
||||
pos += quoteLen
|
||||
halfOpen = true
|
||||
case rn == r.Comma:
|
||||
// `",` sequence (end of field).
|
||||
line = line[commaLen:]
|
||||
|
Reference in New Issue
Block a user