Closed miparnisari closed 1 year ago
The generated go.mod is this:
go.mod
module go.buf.build/openfga/go/openfga/api go 1.20 require ( github.com/envoyproxy/protoc-gen-validate v0.10.1 github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 google.golang.org/genproto v0.0.0-20230327215041-6ac7f18bb9d5 google.golang.org/grpc v1.54.0 google.golang.org/protobuf v1.30.0 ) require ( github.com/golang/protobuf v1.5.3 // indirect golang.org/x/net v0.8.0 // indirect golang.org/x/sys v0.6.0 // indirect golang.org/x/text v0.8.0 // indirect )
The generated
go.mod
is this: