Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1411 from sdboyer/status-skip-conversions
Browse files Browse the repository at this point in the history
dep: Skip tool conversions in dep status
  • Loading branch information
sdboyer committed Nov 29, 2017
2 parents f2d75a0 + dac3110 commit ef6a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ func collectConstraints(ctx *dep.Ctx, p *dep.Project, sm gps.SourceManager) cons
ctx.Err.Println("Error getting direct deps:", err)
}
// Create a root analyzer.
rootAnalyzer := newRootAnalyzer(false, ctx, directDeps, sm)
rootAnalyzer := newRootAnalyzer(true, ctx, directDeps, sm)

// Iterate through the locked projects and collect constraints of all the projects.
for _, proj := range p.Lock.Projects() {
Expand Down

0 comments on commit ef6a28f

Please sign in to comment.