From b952bb8adbb6d161382fc95cf70d7e26e74c5f05 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 10 Dec 2024 14:08:02 -0600 Subject: [PATCH] builds --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) }