Skip to content

Commit 4fa9f00

Browse files
committed
build: update buf packages
1 parent 6a0f2ea commit 4fa9f00

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

buf.gen.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
version: v1
22
plugins:
3-
- remote: buf.build/protocolbuffers/plugins/go:v1.28.1-1
3+
- name: go
44
out: proto
55
opt: paths=source_relative
6-
- remote: buf.build/grpc/plugins/go:v1.2.0-1
6+
- name: go-grpc
77
out: proto
88
opt: paths=source_relative,require_unimplemented_servers=true
9-
- remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.11.3-1
9+
- name: grpc-gateway
1010
out: proto
1111
opt:
1212
- paths=source_relative
1313
- allow_repeated_fields_in_body=true
14-
# See https://github.com/bufbuild/protoc-gen-validate/issues/523
15-
- remote: buf.build/jirkad/plugins/protoc-gen-validate:v0.6.7
16-
out: proto
17-
opt:
18-
- paths=source_relative
19-
- lang=go
20-
- remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.11.3-1
14+
- name: openapiv2
2115
out: proto
2216
opt:
2317
- allow_repeated_fields_in_body=true
@@ -26,3 +20,8 @@ plugins:
2620
- merge_file_name=compass
2721
- openapi_naming_strategy=simple
2822
- json_names_for_fields=false
23+
- remote: buf.build/jirkad/plugins/protoc-gen-validate:v0.6.7
24+
out: proto
25+
opt:
26+
- paths=source_relative
27+
- lang=go

0 commit comments

Comments
 (0)