From a24e307af0513334b0dbec3ad8a425a9347cecb4 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 10 Dec 2018 17:16:42 -0500 Subject: [PATCH] remove govendor --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 765aae11e..2cac3064a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website default: test tools: - GO111MODULE=off go get -u github.com/kardianos/govendor GO111MODULE=off go get -u golang.org/x/tools/cmd/stringer GO111MODULE=off go get -u golang.org/x/tools/cmd/cover GO111MODULE=off go get -u github.com/golang/mock/mockgen @@ -99,9 +98,6 @@ fmt: fmtcheck: @sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'" -vendor-status: - @govendor status - website: ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."