зеркало из https://github.com/golang/dep.git
Merge pull request #1632 from f2prateek/patch-1
Fix innefective constraints message.
This commit is contained in:
Коммит
f4a15171a1
|
@ -209,7 +209,7 @@ func (cmd *ensureCommand) Run(ctx *dep.Ctx, args []string) error {
|
|||
ctx.Err.Printf("these rules will have no effect.\n\n")
|
||||
ctx.Err.Printf("Either import/require packages from these projects so that they become direct\n")
|
||||
ctx.Err.Printf("dependencies, or convert each [[constraint]] to an [[override]] to enforce rules\n")
|
||||
ctx.Err.Printf("on these projects, if they happen to be transitive dependencies,\n\n")
|
||||
ctx.Err.Printf("on these projects, if they happen to be transitive dependencies.\n\n")
|
||||
}
|
||||
|
||||
if cmd.add {
|
||||
|
|
Загрузка…
Ссылка в новой задаче