From 277ad71c05447f8933bb51e62ddb71cb83d68b58 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 14 Aug 2020 19:28:45 -0400 Subject: [PATCH] add gateway to tools (#7058) --- contrib/devtools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/devtools/Makefile b/contrib/devtools/Makefile index 6fd280fb4..d9b73a654 100644 --- a/contrib/devtools/Makefile +++ b/contrib/devtools/Makefile @@ -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