Skip to content

Commit c294411

Browse files
committed
Fix binary references
1 parent 93461b6 commit c294411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buf.gen.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version: "v2"
44
inputs:
55
- module: "buf.build/authzed/api:v1.35.0"
66
plugins:
7-
- local: "python"
7+
- local: "protoc-gen-grpc"
88
out: "."
9-
- local: "grpc_python_plugin"
9+
- local: "protoc-gen-grpc_python_plugin"
1010
out: "."
11-
- local: "mypy"
11+
- local: "protoc-gen-mypy"
1212
out: "."
13-
- local: "mypy_grpc"
13+
- local: "protoc-gen-mypy_grpc"
1414
out: "."

0 commit comments

Comments
 (0)