-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Contextual Tuples to Assertions (#157)
* Added Contextual Tuples to Assertions * Added Contextual Tuples to Assertions
- Loading branch information
1 parent
2b164f5
commit 367d93b
Showing
6 changed files
with
125 additions
and
88 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,20 +1,18 @@ | ||
module github.com/openfga/api/proto | ||
module go.buf.build/openfga/go/openfga/api | ||
|
||
go 1.21.3 | ||
go 1.22.2 | ||
|
||
require ( | ||
github.com/envoyproxy/protoc-gen-validate v1.0.2 | ||
github.com/envoyproxy/protoc-gen-validate v1.0.4 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe | ||
google.golang.org/grpc v1.61.0 | ||
google.golang.org/protobuf v1.33.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae | ||
google.golang.org/grpc v1.63.2 | ||
google.golang.org/protobuf v1.34.1 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.