vendor: bump all direct dependencies
Just good hygiene. Signed-off-by: Casey Callendrello <cdc@redhat.com>
This commit is contained in:
2
vendor/github.com/mattn/go-shellwords/shellwords.go
generated
vendored
2
vendor/github.com/mattn/go-shellwords/shellwords.go
generated
vendored
@ -232,7 +232,7 @@ loop:
|
||||
case '\'':
|
||||
if !doubleQuoted && !dollarQuote {
|
||||
if singleQuoted {
|
||||
got = argSingle
|
||||
got = argQuoted
|
||||
}
|
||||
singleQuoted = !singleQuoted
|
||||
continue
|
||||
|
Reference in New Issue
Block a user