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 (
99)
1010
1111require (
12+ cel.dev/expr v0.18.0 // indirect
1213 github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
1314 github.com/stoewer/go-strcase v1.3.0 // indirect
1415 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 =
13github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ =
24github.com/antlr4-go/antlr/v4 v4.13.1 /go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw =
35github.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
33go 1.21.1
44
55require (
6- cel.dev/expr v0.17 .0
6+ cel.dev/expr v0.18 .0
77 github.com/antlr4-go/antlr/v4 v4.13.0
88 github.com/chzyer/readline v1.5.1
99 github.com/google/cel-go v0.0.0-00010101000000-000000000000
You can’t perform that action at this time.
0 commit comments