diff options
Diffstat (limited to 'api/buf.gen.yaml')
-rw-r--r-- | api/buf.gen.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api/buf.gen.yaml b/api/buf.gen.yaml index 44b1c4b..ade512c 100644 --- a/api/buf.gen.yaml +++ b/api/buf.gen.yaml @@ -10,9 +10,11 @@ plugins: - remote: buf.build/protocolbuffers/go out: gen opt: paths=source_relative - - remote: buf.build/grpc/go:v1.5.1 + - remote: buf.build/grpc/go out: gen opt: - paths=source_relative + - remote: buf.build/bufbuild/es:v2.0.0 + out: gen inputs: - - directory: proto
\ No newline at end of file + - directory: proto |