phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
99 stars 10 forks source link

Improve `go.sum` parser #1411

Closed ejortega closed 2 months ago

ejortega commented 2 months ago

Updates the go.sum parser to filter out modules with <version>/go.mod. These modules aren't not used to build the package but used to perform minimal version selection.

Part of https://github.com/phylum-dev/cli/issues/1396

Checklist