diff --git a/build/terraform.mk b/build/terraform.mk index 8d9538b1d7..fc44875e52 100644 --- a/build/terraform.mk +++ b/build/terraform.mk @@ -13,7 +13,6 @@ test-compile: deps go test -c $(TEST) $(TESTARGS) lint-terraform: deps - @echo "=== $(PROJECT_NAME) === [ lint-terraform ]: running terraform linter $(TF_LINTER) ..." @$(TF_LINTER) \ -c 1 \ diff --git a/dependencies.txt b/dependencies.txt deleted file mode 100644 index a32a63cc05..0000000000 --- a/dependencies.txt +++ /dev/null @@ -1,11 +0,0 @@ -"github.com/bflad/tfproviderlint/cmd/tfproviderlint" -"github.com/client9/misspell/cmd/misspell" -"github.com/git-chglog/git-chglog/cmd/git-chglog" -"github.com/golangci/golangci-lint/cmd/golangci-lint" -"github.com/goreleaser/goreleaser" -"github.com/llorllale/go-gitlint/cmd/go-gitlint" -"github.com/psampaz/go-mod-outdated" -"github.com/stretchr/testify/assert" -"golang.org/x/tools/cmd/godoc" -"golang.org/x/tools/cmd/goimports" -"gotest.tools/gotestsum" \ No newline at end of file