Alexandre Miziara

Results 4 issues of Alexandre Miziara

Adding [protoc-gen-gorm](https://github.com/infobloxopen/protoc-gen-gorm) to the image.

So I have loaded `protoc-gen-validate` in my WORKSPACE, like that: ```bazel # Load protoc-gen-validate plugin used within protobuf files. http_archive( name = "com_envoyproxy_protoc_gen_validate", # 2023-03-20 sha256 = "884f7166893d4869d9e86c171777c11e51b138a6ec170e1d8eba8f091a9ef85a", strip_prefix =...

Go
Bazel

I am trying to import `CloudEvent` as a direct dependency in one of my gRPC services definitions and I am building the whole application with Bazel. I managed to import...

Hey, thats actually a question and not an issue. I see that you are using gazelle to generate BUILD files. By default it generates `go_binary` target. What about `go_image`, `container_image`...