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..."