Skip to content

Commit 67c8340

Browse files
authored
Merge pull request #19 from xmudrii/debug-1
Add debug output for sync-tags
2 parents 59bb767 + 0311be5 commit 67c8340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/sync-tags/gomod.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ func updateGomodWithTaggedDependencies(searchTag string, depsRepo []string, semv
4343
return changed, err
4444
}
4545

46+
fmt.Println("Found the following dependencies to update:", depPackages)
47+
4648
for _, dep := range depsRepo {
4749
depPath := filepath.Join("..", dep)
4850
dr, err := gogit.PlainOpen(depPath)

0 commit comments

Comments
 (0)