-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: use remote buf plugins, bump versions Buf has slightly changed how remote plugins work. This updates our approach to match the one recommended in their docs, and consistent with the plugins found on https://buf.build/plugins. * docs: link to non-deprecated GitHub service * multi: regenerate code * proto: reformat code
- Loading branch information
1 parent
f9f3409
commit 326d983
Showing
78 changed files
with
346 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
version: v1 | ||
plugins: | ||
- remote: buf.build/library/plugins/go:v1.27.1-1 | ||
- plugin: buf.build/protocolbuffers/go:v1.28.1 | ||
revision: 4 | ||
out: . | ||
opt: | ||
- paths=source_relative | ||
- remote: buf.build/library/plugins/go-grpc:v1.1.0-2 | ||
- plugin: buf.build/grpc/go:v1.2.0 | ||
revision: 4 | ||
out: . | ||
opt: | ||
- paths=source_relative | ||
- require_unimplemented_servers=false | ||
- name: grpc-gateway | ||
- plugin: grpc-gateway | ||
out: . | ||
opt: | ||
- paths=source_relative | ||
- allow_repeated_fields_in_body=true | ||
- name: openapiv2 | ||
- plugin: openapiv2 | ||
out: . | ||
opt: | ||
- allow_repeated_fields_in_body=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.