Run pin-dependency.sh and update-vendor.sh.
This commit is contained in:
2
vendor/github.com/google/cel-go/parser/helper.go
generated
vendored
2
vendor/github.com/google/cel-go/parser/helper.go
generated
vendored
@@ -217,7 +217,7 @@ func (p *parserHelper) buildMacroCallArg(expr *exprpb.Expr) *exprpb.Expr {
|
||||
return &exprpb.Expr{Id: expr.GetId()}
|
||||
}
|
||||
|
||||
switch expr.ExprKind.(type) {
|
||||
switch expr.GetExprKind().(type) {
|
||||
case *exprpb.Expr_CallExpr:
|
||||
// Iterate the AST from `expr` recursively looking for macros. Because we are at most
|
||||
// starting from the top level macro, this recursion is bounded by the size of the AST. This
|
||||
|
Reference in New Issue
Block a user