Skip to content

Commit

Permalink
Use tests submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
l46kok committed Mar 20, 2024
1 parent 96904e4 commit fce7e86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ go_repository(
# CEL Spec deps
go_repository(
name = "com_google_cel_spec",
commit = "910da5b5d08378a9a1f3ea3ba1979e16e6c6dbc1", # v 0.14.0
importpath = "github.com/google/cel-spec",
commit = "95c1c0162adaa53d6884cfa64845091239f20100",
importpath = "github.com/l46kok/cel-spec",
)

# strcase deps
Expand Down
4 changes: 3 additions & 1 deletion repl/appengine/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require github.com/google/cel-go/repl v0.0.0-20230406155237-b081aea03865
require (
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/google/cel-go v0.18.1 // indirect
github.com/google/cel-spec v0.14.0 // indirect
github.com/google/cel-spec/tests v0.14.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/text v0.13.0 // indirect
Expand All @@ -19,3 +19,5 @@ require (
replace github.com/google/cel-go => ../../.

replace github.com/google/cel-go/repl => ../.

replace github.com/google/cel-spec/tests v0.14.0 => github.com/l46kok/cel-spec/tests v0.0.0-20240319231845-95c1c0162ada
2 changes: 2 additions & 0 deletions repl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ require (
)

replace github.com/google/cel-go => ../.

replace github.com/google/cel-spec/tests v0.14.0 => github.com/l46kok/cel-spec/tests v0.0.0-20240319231845-95c1c0162ada
4 changes: 3 additions & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/google/cel-go v0.13.0
github.com/google/cel-spec v0.14.0
github.com/google/cel-spec/tests v0.14.0
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5
google.golang.org/protobuf v1.33.0
Expand All @@ -23,3 +23,5 @@ require (
)

replace github.com/google/cel-go => ./..

replace github.com/google/cel-spec/tests v0.14.0 => github.com/l46kok/cel-spec/tests v0.0.0-20240319231845-95c1c0162ada

0 comments on commit fce7e86

Please sign in to comment.