Skip to content

Commit

Permalink
chore(dependency): update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jun 17, 2022
1 parent c91500c commit 93c22bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/xservice/gogen/assets/project/README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down

0 comments on commit 93c22bc

Please sign in to comment.