We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa86479 commit b61b98bCopy full SHA for b61b98b
1 file changed
Makefile
@@ -76,9 +76,11 @@ setup: clean .GOPATH/.ok
76
echo "/.GOPATH" >> .gitignore; \
77
echo "/bin" >> .gitignore; \
78
fi
79
- go get -u github.com/FiloSottile/gvt
80
- - ./bin/gvt fetch golang.org/x/tools/cmd/goimports
81
- - ./bin/gvt fetch github.com/wadey/gocovmerge
+ go get -u github.com/golang/dep/cmd/dep
+ - go get -u golang.org/x/tools/cmd/goimports
+ - go get -u github.com/wadey/gocovmerge
82
+ @test -f Gopkg.toml || \
83
+ (cd $(CURDIR)/.GOPATH/src/$(IMPORT_PATH) && ./bin/dep init)
84
85
VERSION := $(shell git describe --tags --always --dirty="-dev")
86
DATE := $(shell date -u '+%Y-%m-%d-%H%M UTC')
0 commit comments