Skip to content

Commit

Permalink
[BUILD] Drop gomega from gotools
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ghaskins committed Nov 7, 2016
1 parent 5020160 commit e10eb2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gotools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
# under the License.
#

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

# go tool->path mapping
go.fqp.govendor := github.com/kardianos/govendor
go.fqp.golint := github.com/golang/lint/golint
go.fqp.goimports := golang.org/x/tools/cmd/goimports
go.fqp.ginkgo := github.com/onsi/ginkgo/ginkgo
go.fqp.gomega := github.com/onsi/gomega
go.fqp.gocov := github.com/axw/gocov/...
go.fqp.gocovxml := github.com/AlekSi/gocov-xml

Expand Down

0 comments on commit e10eb2a

Please sign in to comment.