From a99f1d24719b8f7baaa36aaf3cd4a178ba10bc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=2E=20=C3=96zt=C3=BCrk?= Date: Fri, 18 Mar 2022 22:42:13 +0300 Subject: [PATCH] Update starport/pkg/cosmosgen/install.go --- starport/pkg/cosmosgen/install.go | 1 - 1 file changed, 1 deletion(-) diff --git a/starport/pkg/cosmosgen/install.go b/starport/pkg/cosmosgen/install.go index c7c9772f52..aeb9555b07 100644 --- a/starport/pkg/cosmosgen/install.go +++ b/starport/pkg/cosmosgen/install.go @@ -12,7 +12,6 @@ import ( // InstallDependencies installs protoc dependencies needed by Cosmos ecosystem. func InstallDependencies(ctx context.Context, appPath string) error { - plugins := []string{ // installs the gocosmos plugin. "github.com/regen-network/cosmos-proto/protoc-gen-gocosmos",