summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-10 14:08:02 -0600
committerJeff Carr <[email protected]>2024-12-10 14:08:02 -0600
commitb952bb8adbb6d161382fc95cf70d7e26e74c5f05 (patch)
treeedcaab835f33097da5e576f5537692b82d94786e
parent6cf28f0591c3a21d475ccfef76dd590747c4c6a7 (diff)
builds
-rw-r--r--main.go3
1 files changed, 1 insertions, 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)
}