From 45b1d111b1b5a8f38ab506798c3b09fef8c12083 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 21 Aug 2023 19:39:49 +0700 Subject: [PATCH] chore: add grpcurl --- scripts/go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/go.sh b/scripts/go.sh index 187f6c5..923ea2d 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -12,6 +12,7 @@ go install github.com/bufbuild/buf-language-server/cmd/bufls@latest go install github.com/mikefarah/yq/v4@latest go install github.com/itchyny/gojq/cmd/gojq@latest +go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest go install mvdan.cc/gofumpt@latest go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest