We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18c3bc commit 9e6db36Copy full SHA for 9e6db36
Makefile
@@ -5,6 +5,7 @@ PKG_SRC := github.com/hellofresh/goengine
5
6
deps:
7
@echo "$(OK_COLOR)==> Installing dependencies$(NO_COLOR)"
8
+ @go get -u github.com/golang/dep/cmd/dep
9
@go get -u github.com/onsi/ginkgo/ginkgo
10
@go get -u github.com/onsi/gomega
11
@dep ensure -v -vendor-only
0 commit comments