remove govendor
This commit is contained in:
parent
e706f34794
commit
a24e307af0
4
Makefile
4
Makefile
|
@ -6,7 +6,6 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website
|
||||||
default: test
|
default: test
|
||||||
|
|
||||||
tools:
|
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/stringer
|
||||||
GO111MODULE=off go get -u golang.org/x/tools/cmd/cover
|
GO111MODULE=off go get -u golang.org/x/tools/cmd/cover
|
||||||
GO111MODULE=off go get -u github.com/golang/mock/mockgen
|
GO111MODULE=off go get -u github.com/golang/mock/mockgen
|
||||||
|
@ -99,9 +98,6 @@ fmt:
|
||||||
fmtcheck:
|
fmtcheck:
|
||||||
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
|
@sh -c "'$(CURDIR)/scripts/gofmtcheck.sh'"
|
||||||
|
|
||||||
vendor-status:
|
|
||||||
@govendor status
|
|
||||||
|
|
||||||
website:
|
website:
|
||||||
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
|
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
|
||||||
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
|
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
|
||||||
|
|
Loading…
Reference in New Issue