add gateway to tools (#7058)

This commit is contained in:
Aditya 2020-08-14 19:28:45 -04:00 committed by GitHub
parent 3022fe9044
commit 277ad71c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ proto-tools-stamp:
@echo "Installing protoc-gen-gocosmos..."
@go install github.com/regen-network/cosmos-proto/protoc-gen-gocosmos
@echo "Installing protoc-gen-grpc-gateway..."
@go install https://github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
touch $@
buf: buf-stamp