We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7664668 commit 5d93c53Copy full SHA for 5d93c53
gotools.mk
@@ -3,7 +3,7 @@
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
6
-GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery
+GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery manifest-tool
7
BUILD_DIR ?= .build
8
GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
9
GOTOOLS_BINDIR ?= $(GOPATH)/bin
@@ -16,6 +16,7 @@ go.fqp.goimports := golang.org/x/tools/cmd/goimports
16
go.fqp.golint := github.com/golang/lint/golint
17
go.fqp.misspell := github.com/client9/misspell/cmd/misspell
18
go.fqp.mockery := github.com/vektra/mockery/cmd/mockery
19
+go.fqp.manifest-tool := github.com/estesp/manifest-tool
20
21
.PHONY: gotools-install
22
gotools-install: $(patsubst %,$(GOTOOLS_BINDIR)/%, $(GOTOOLS))
0 commit comments