add gateway to tools (#7058)
This commit is contained in:
parent
3022fe9044
commit
277ad71c05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue