-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6efb4a8
commit 505a087
Showing
251 changed files
with
76,480 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
module github.com/google/cel-go | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e | ||
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9 | ||
github.com/golang/glog v1.0.0 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/google/cel-spec v0.6.0 | ||
github.com/stoewer/go-strcase v1.2.0 | ||
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect | ||
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect | ||
golang.org/x/text v0.3.7 | ||
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 | ||
google.golang.org/grpc v1.40.0 | ||
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 | ||
google.golang.org/protobuf v1.27.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
module github.com/google/cel-go/server | ||
|
||
go 1.17 | ||
|
||
replace github.com/google/cel-go => ./.. | ||
|
||
require ( | ||
github.com/google/cel-go v0.10.1 | ||
github.com/google/cel-spec v0.6.0 | ||
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 | ||
google.golang.org/grpc v1.45.0 | ||
) | ||
|
||
require ( | ||
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/stoewer/go-strcase v1.2.0 // indirect | ||
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
) |
Oops, something went wrong.