| 1234567891011121314151617 |
- ---
- version: v1beta1
- name: buf.build/certusone/wormhole
- deps:
- - buf.build/beta/googleapis
- - buf.build/grpc-ecosystem/grpc-gateway
- build:
- roots:
- - proto
- lint:
- use:
- - DEFAULT
- # https://github.com/twitchtv/twirp/issues/70#issuecomment-470367807
- - UNARY_RPC
- breaking:
- use:
- - WIRE_JSON
|