mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
remove govendor
This commit is contained in:
4
Makefile
4
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..."
|
||||
|
||||
Reference in New Issue
Block a user