|
|
@ -85,7 +85,6 @@ func run(_ *cobra.Command, args []string) { |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
p.Path = filepath.Join(wd, p.Name) |
|
|
|
p.Path = filepath.Join(wd, p.Name) |
|
|
|
fmt.Println(wd, p.Name, p.Path) |
|
|
|
|
|
|
|
done <- p.Add(ctx, wd, repoURL, branch, mod) |
|
|
|
done <- p.Add(ctx, wd, repoURL, branch, mod) |
|
|
|
}() |
|
|
|
}() |
|
|
|
select { |
|
|
|
select { |
|
|
|