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 353564c commit e9f6780Copy full SHA for e9f6780
Makefile
@@ -1,5 +1,8 @@
1
+DEP_VERSION=0.4.1
2
+
3
dependency:
- go get -u github.com/golang/dep/cmd/dep
4
+ curl -fsSL -o ${GOPATH}/bin/dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64
5
+ chmod +x ${GOPATH}/bin/dep
6
dep ensure
7
8
test:
0 commit comments