aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c38d91..ac41537 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ go:
govendor test $(GOFLAGS) +local
update:
- @govendor fetch +external +vendor +missing
+ @govendor fetch +missing
+ @govendor add +external
@govendor remove +unused
lint: