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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)