Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
out: proto/
opt:
- paths=source_relative
- plugin: buf.build/bufbuild/validate-go:v1.0.4
- plugin: buf.build/bufbuild/validate-go:v1.3.0
out: proto/
opt:
- paths=source_relative
Expand Down
42 changes: 21 additions & 21 deletions proto/authzen/v1/authzen_service.pb.validate.go

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

20 changes: 11 additions & 9 deletions proto/go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
module github.com/openfga/api/proto

go 1.23.0
go 1.25
Comment thread
rhamzeh marked this conversation as resolved.

toolchain go1.26.1

Comment thread
rhamzeh marked this conversation as resolved.
require (
github.com/envoyproxy/protoc-gen-validate v1.0.4
github.com/envoyproxy/protoc-gen-validate v1.3.0
Comment thread
SoulPancake marked this conversation as resolved.
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
google.golang.org/grpc v1.64.1
google.golang.org/protobuf v1.34.1
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.79.3
google.golang.org/protobuf v1.36.10
)

require (
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
)
60 changes: 42 additions & 18 deletions proto/go.sum

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

Loading
Loading