Skip to content

Commit e10eb2a

Browse files
committed
[BUILD] Drop gomega from gotools
This resource does not produce an executable, and should not be included in the gotools build Change-Id: Ic799d1f639076db8278e4bd1ba713bc070eb70fd Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
1 parent 5020160 commit e10eb2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gotools/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@
1616
# under the License.
1717
#
1818

19-
GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gomega gocov gocovxml
19+
GOTOOLS = golint govendor goimports protoc-gen-go ginkgo gocov gocovxml
2020
GOTOOLS_BIN = $(patsubst %,$(GOPATH)/bin/%, $(GOTOOLS))
2121

2222
# go tool->path mapping
2323
go.fqp.govendor := github.com/kardianos/govendor
2424
go.fqp.golint := github.com/golang/lint/golint
2525
go.fqp.goimports := golang.org/x/tools/cmd/goimports
2626
go.fqp.ginkgo := github.com/onsi/ginkgo/ginkgo
27-
go.fqp.gomega := github.com/onsi/gomega
2827
go.fqp.gocov := github.com/axw/gocov/...
2928
go.fqp.gocovxml := github.com/AlekSi/gocov-xml
3029

0 commit comments

Comments
 (0)