Skip to content

Commit fc7c8e3

Browse files
author
stormcat24
committed
fixed deps
1 parent b6edf77 commit fc7c8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ TEST_TARGETS=$(addprefix test-,$(PACKAGES))
1111

1212
deps:
1313
go get github.com/Masterminds/glide
14-
GO15VENDOREXPERIMENT=1 glide install --cache
14+
GO15VENDOREXPERIMENT=1 glide update --cache
1515

1616
deps-test:
1717
go get github.com/Masterminds/glide
18-
GO15VENDOREXPERIMENT=1 glide install --cache
18+
GO15VENDOREXPERIMENT=1 glide update --cache
1919
go get github.com/golang/lint/golint
2020
go get github.com/jstemmer/go-junit-report
2121

0 commit comments

Comments
 (0)