mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to v0.8
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
1
vendor/github.com/google/shlex/shlex.go
generated
vendored
1
vendor/github.com/google/shlex/shlex.go
generated
vendored
@ -253,7 +253,6 @@ func (t *Tokenizer) scanStream() (*Token, error) {
|
||||
}
|
||||
case spaceRuneClass:
|
||||
{
|
||||
t.input.UnreadRune()
|
||||
token := &Token{
|
||||
tokenType: tokenType,
|
||||
value: string(value)}
|
||||
|
Reference in New Issue
Block a user