-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependency): update dependency
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,22 @@ Robust service powered by `xservice` | |
install protobuf & generator plugins | ||
|
||
```bash | ||
# install protoc v3.17.3 (recommended) | ||
# https://github.com/protocolbuffers/protobuf/releases/tag/v3.17.3 | ||
# install protoc (recommended) | ||
# https://github.com/protocolbuffers/protobuf/releases/tag/v21.1 | ||
|
||
# or checkout latest | ||
# https://github.com/protocolbuffers/protobuf/releases | ||
``` | ||
|
||
```bash | ||
# install specific version (recommended) | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.42.0 | ||
go install github.com/envoyproxy/[email protected].2 | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.0 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 | ||
go install github.com/envoyproxy/[email protected].7 | ||
|
||
go install \ | ||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.6.0 \ | ||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.6.0 | ||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.10.3 \ | ||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.10.3 | ||
|
||
|
||
|
||
|