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 <[email protected]>
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)