Skip to content

Commit 5d93c53

Browse files
FAB-9637 add manifest-tool to gotools.mk
Change-Id: I0c5f49b543a2b424015ec223974a9059f90187c9 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent 7664668 commit 5d93c53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gotools.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery
6+
GOTOOLS = counterfeiter dep golint goimports protoc-gen-go ginkgo gocov gocov-xml misspell mockery manifest-tool
77
BUILD_DIR ?= .build
88
GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
99
GOTOOLS_BINDIR ?= $(GOPATH)/bin
@@ -16,6 +16,7 @@ go.fqp.goimports := golang.org/x/tools/cmd/goimports
1616
go.fqp.golint := github.com/golang/lint/golint
1717
go.fqp.misspell := github.com/client9/misspell/cmd/misspell
1818
go.fqp.mockery := github.com/vektra/mockery/cmd/mockery
19+
go.fqp.manifest-tool := github.com/estesp/manifest-tool
1920

2021
.PHONY: gotools-install
2122
gotools-install: $(patsubst %,$(GOTOOLS_BINDIR)/%, $(GOTOOLS))

0 commit comments

Comments
 (0)