@ -48,8 +48,7 @@ func main() {
deps := check.GoDeps.SortByGoPath()
for deps.Scan() {
depRepo := deps.Next()
log.Info("download:", depRepo.GoPath)
_, err := forge.Build(depRepo.GoPath)
log.Info("check has dep:", depRepo.GoPath)
}
okExit("skipping build of " + argv.Repo)