From df84635380cade8bb4d7186d88075660bbde9cd7 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 24 Sep 2024 06:00:20 +0000 Subject: [PATCH] feat: remove go package --- scripts/go.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/go.sh b/scripts/go.sh index adb35ca57..7395dbe25 100644 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -63,9 +63,6 @@ go-install-packages() { require_go github.com/google/wire/cmd/wire require_go github.com/abice/go-enum require_go github.com/swaggo/swag/cmd/swag - # in the latest version because of using "replace" in their go.mod - # it cannot be installed. - # require_go github.com/99designs/gqlgen require_go golang.org/x/tools/cmd/gonew msg "golangci-lint $(golangci-lint version)"