diff --git a/main.go b/main.go index 2f20bcd..8e5d501 100644 --- a/main.go +++ b/main.go @@ -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) }