Skip to content

Commit 0311be5

Browse files
committed
Add debug output for sync-tags
On-behalf-of: @SAP [email protected] Signed-off-by: Marko Mudrinić <[email protected]>
1 parent 59bb767 commit 0311be5

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)