Commit 8101f8e 1 parent 984f2d5 commit 8101f8e Copy full SHA for 8101f8e
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 11
11
# - "all" is the default target, it runs all the targets in the order above.
12
12
#
13
13
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 \
19
16
github.com/PuerkitoBio/purell \
20
- gopkg.in/yaml.v2 \
21
17
github.com/asaskevich/govalidator \
18
+ github.com/go-swagger/go-swagger \
19
+ github.com/golang/lint/golint github.com/onsi/gomega \
22
20
github.com/julienschmidt/httprouter \
23
21
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 \
24
25
github.com/zach-klippenstein/goregen \
26
+ golang.org/x/tools/cmd/cover \
25
27
gopkg.in/alecthomas/kingpin.v2 \
26
28
gopkg.in/tylerb/graceful.v1 \
27
- bitbucket.org/pkg/inflect
28
-
29
+ gopkg.in/yaml.v2 \
30
+ golang.org/x/tools/cmd/goimports
29
31
30
32
.PHONY : goagen
31
33
You can’t perform that action at this time.
0 commit comments