Helcaraxan / gomod

Go modules analysis tool
MIT License
398 stars 19 forks source link

Print indirect dependencies for graph completeness #81

Closed Helcaraxan closed 3 years ago

Helcaraxan commented 3 years ago

Pull Request

Checklist

Summary

Without some indirect edges being printed a dependency graph is hard to read and understand. Hence we should print them, but identify via dashed lines.

Tests

N.A