Description
It would be great to improve the granularity of detection within go.sum/go.mod especially since:
- both files may contains redundant dependencies
- from and origin and license perspective the is too much details with all the imported subdirectories
- there are typically test tools or test-only imports that are present in go.sum/go.mod but never used in a built production binary
Description
It would be great to improve the granularity of detection within go.sum/go.mod especially since: