Eric Ortega

Results 3 issues of Eric Ortega

Updates the `go.sum` parser to filter out modules with `/go.mod`. These modules aren't not used to build the package but used to perform [minimal version selection](https://go.dev/ref/mod#minimal-version-selection). Part of https://github.com/phylum-dev/cli/issues/1396 ##...

# Overview The current lockfile generator creates a `go.sum` file and parses the output for dependencies. However the `go.sum` contents is not really a lockfile and analysis results are skewed...

enhancement
medium priority

# Overview Attempting to a create a lockfile from a `go.mod` manifest fails with error `missing $GOPATH: HOME is not set`. # How To Reproduce Steps to reproduce this behavior:...

bug
needs triage