blob: b342ba98c86aa46f68d6fbf8f7823389dc74cf22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
version: v2
inputs:
- module: buf.build/authzed/api
- module: buf.build/envoyproxy/envoy
- module: buf.build/googleapis/googleapis
plugins:
- remote: buf.build/community/neoeinstein-prost:v0.4.0
out: src/rpc
opt:
- compile_well_known_types
- remote: buf.build/community/neoeinstein-tonic:v0.4.0
out: src/rpc
opt:
- compile_well_known_types
- compile_well_known_types
|