Skip to content

Commit 470487e

Browse files
author
Radu Matei
committed
Updade way of go getting dep
1 parent e1a2366 commit 470487e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SUBDIRS := $(wildcard examples/*)
33

44
.PHONY: dep
55
dep:
6-
go get -u github.com/golang/dep/... && \
6+
go get -u github.com/golang/dep/cmd/dep && \
77
dep ensure
88

99
.PHONY: build

0 commit comments

Comments
 (0)