teleport/buf-connect-go.gen.yaml
Edoardo Spadolini 851cb6598e
Fix package names for v1 protos, misc proto changes (#24183)
* Delete teleterm's ptyHost/v1, added by mistake

* Add package name to protos conforming to PACKAGE_VERSION_SUFFIX

* use go run in buf-connect-go.gen.yaml directly

* Run protogen in place

* Run the buf-go generation off of go run

This also adds protoc-gen-go-grpc to go.mod
2023-04-06 22:53:31 +00:00

17 lines
361 B
YAML

version: v1
plugins:
- name: go
path:
- go
- run
- google.golang.org/protobuf/cmd/protoc-gen-go
out: .
opt: module=github.com/gravitational/teleport
- name: connect-go
path:
- go
- run
- github.com/bufbuild/connect-go/cmd/protoc-gen-connect-go
out: .
opt: module=github.com/gravitational/teleport