Bump CEL to 0.11.2
This commit is contained in:
2
vendor/github.com/google/cel-go/common/location.go
generated
vendored
2
vendor/github.com/google/cel-go/common/location.go
generated
vendored
@@ -27,7 +27,7 @@ type SourceLocation struct {
|
||||
}
|
||||
|
||||
var (
|
||||
// Location implements the SourcceLocation interface.
|
||||
// Location implements the SourceLocation interface.
|
||||
_ Location = &SourceLocation{}
|
||||
// NoLocation is a particular illegal location.
|
||||
NoLocation = &SourceLocation{-1, -1}
|
||||
|
Reference in New Issue
Block a user