Skip to content

Commit 8101f8e

Browse files
committed
Add goa-cellar dependency to Makefile
1 parent 984f2d5 commit 8101f8e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Makefile

+10-8
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@
1111
# - "all" is the default target, it runs all the targets in the order above.
1212
#
1313
DIRS=$(shell go list -f {{.Dir}} ./...)
14-
DEPEND=golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/goimports \
15-
github.com/on99/gocyclo \
16-
github.com/golang/lint/golint github.com/onsi/gomega \
17-
github.com/onsi/ginkgo github.com/onsi/ginkgo/ginkgo \
18-
github.com/go-swagger/go-swagger \
14+
DEPEND=\
15+
bitbucket.org/pkg/inflect \
1916
github.com/PuerkitoBio/purell \
20-
gopkg.in/yaml.v2 \
2117
github.com/asaskevich/govalidator \
18+
github.com/go-swagger/go-swagger \
19+
github.com/golang/lint/golint github.com/onsi/gomega \
2220
github.com/julienschmidt/httprouter \
2321
github.com/manveru/faker \
22+
github.com/on99/gocyclo \
23+
github.com/onsi/ginkgo github.com/onsi/ginkgo/ginkgo \
24+
github.com/raphael/goa-cellar \
2425
github.com/zach-klippenstein/goregen \
26+
golang.org/x/tools/cmd/cover \
2527
gopkg.in/alecthomas/kingpin.v2 \
2628
gopkg.in/tylerb/graceful.v1 \
27-
bitbucket.org/pkg/inflect
28-
29+
gopkg.in/yaml.v2 \
30+
golang.org/x/tools/cmd/goimports
2931

3032
.PHONY: goagen
3133

0 commit comments

Comments
 (0)