Skip to content

Commit b43274d

Browse files
Update go.mod for policy and repl (#1054)
1 parent ba36ff8 commit b43274d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

policy/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
)
1010

1111
require (
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

policy/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cel.dev/expr v0.18.0 h1:CJ6drgk+Hf96lkLikr4rFf19WrU0BOWEihyZnI2TAzo=
2+
cel.dev/expr v0.18.0/go.mod h1:MrpN08Q+lEBs+bGYdLxxHkZoUSsCp0nSKTs0nTymJgw=
13
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=
24
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
35
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

repl/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/google/cel-go/repl
33
go 1.21.1
44

55
require (
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

0 commit comments

Comments
 (0)