File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ require (
9
9
)
10
10
11
11
require (
12
+ cel.dev/expr v0.18.0 // indirect
12
13
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
13
14
github.com/stoewer/go-strcase v1.3.0 // indirect
14
15
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
Original file line number Diff line number Diff line change
1
+ cel.dev/expr v0.18.0 h1:CJ6drgk+Hf96lkLikr4rFf19WrU0BOWEihyZnI2TAzo =
2
+ cel.dev/expr v0.18.0 /go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw =
1
3
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ =
2
4
github.com/antlr4-go/antlr/v4 v4.13.1 /go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw =
3
5
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/google/cel-go/repl
3
3
go 1.21.1
4
4
5
5
require (
6
- cel.dev/expr v0.17 .0
6
+ cel.dev/expr v0.18 .0
7
7
github.com/antlr4-go/antlr/v4 v4.13.0
8
8
github.com/chzyer/readline v1.5.1
9
9
github.com/google/cel-go v0.0.0-00010101000000-000000000000
You can’t perform that action at this time.
0 commit comments