updated deps
This commit is contained in:
2
vendor/github.com/tidwall/gjson/gjson.go
generated
vendored
2
vendor/github.com/tidwall/gjson/gjson.go
generated
vendored
@@ -1009,8 +1009,8 @@ func parseObjectPath(path string) (r objectPathResult) {
|
||||
r.piped = true
|
||||
} else {
|
||||
r.path = path[i+1:]
|
||||
r.more = true
|
||||
}
|
||||
r.more = true
|
||||
return
|
||||
} else if path[i] == '|' {
|
||||
r.part = string(epart)
|
||||
|
||||
Reference in New Issue
Block a user