mirror of
https://github.com/containerd/containerd.git
synced 2026-06-24 08:48:48 +00:00
21 lines
476 B
YAML
21 lines
476 B
YAML
version: v2
|
|
plugins:
|
|
- remote: buf.build/protocolbuffers/go:v1.28.1
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- Mgoogle/rpc/status.proto=google.golang.org/genproto/googleapis/rpc/status
|
|
- remote: buf.build/grpc/go:v1.2.0
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- local: protoc-gen-go-ttrpc
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- prefix=TTRPC
|
|
- local: protoc-gen-go-fieldpath
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|