diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |