Skip to content

Commit 9e6db36

Browse files
committed
Forgotten godep dependency to install dependencies while installing dependencies with godep
1 parent c18c3bc commit 9e6db36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ PKG_SRC := github.com/hellofresh/goengine
55

66
deps:
77
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
8+
@go get -u github.com/golang/dep/cmd/dep
89
@go get -u github.com/onsi/ginkgo/ginkgo
910
@go get -u github.com/onsi/gomega
1011
@dep ensure -v -vendor-only

0 commit comments

Comments
 (0)