https://github.com/tendermint/tendermint
Raw File
Tip revision: 5216b87ab3a5d85c9adea4424de043a5bc2b6e97 authored by M. J. Fromberger on 13 October 2021, 23:37:50 UTC
Revert temporary patch to buf.yaml. (#7122)
Tip revision: 5216b87
buf.gen.yaml
version: v1
plugins:
  - name: gogofaster
    out: ./proto/
    opt:
      - Mgoogle/protobuf/timestamp.proto=github.com/cosmos/gogoproto/types
      - Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration
      - plugins=grpc
      - paths=source_relative
back to top