mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
* makefile: update buf commands to use tools.go (#8609) This will keep the version of `buf` consistent between all developer machines.
10 lines
275 B
YAML
10 lines
275 B
YAML
version: v1
|
|
plugins:
|
|
- name: gogofaster
|
|
out: ./proto/
|
|
opt:
|
|
- Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types
|
|
- Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration
|
|
- plugins=grpc
|
|
- paths=source_relative
|