Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update authzed-go for API changes removing hard coded limits #186

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion magefiles/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (g Gen) All() error {
const (
ProtoPath = "proto/authzed/api"
BufRepository = "buf.build/authzed/api"
BufTag = "9ba37ce98f37c5eeab64983a52fcc4a4910bc92f"
BufTag = "d12b0c6cb910ec1b21bb4abc5ee43f53efb9896c"
)

// Proto runs proto codegen
Expand Down
2 changes: 1 addition & 1 deletion proto/authzed/api/v0/zz_generated.version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package v0

const (
BufRepository = "buf.build/authzed/api"
BufTag = "9ba37ce98f37c5eeab64983a52fcc4a4910bc92f"
BufTag = "d12b0c6cb910ec1b21bb4abc5ee43f53efb9896c"
)
133 changes: 66 additions & 67 deletions proto/authzed/api/v1/experimental_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/authzed/api/v1/experimental_service.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.