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

Update go lockfile generator to use output from `go list` #1397

Closed ejortega closed 2 months ago

ejortega commented 2 months ago

Changes the go lockfile generator to use the output of go list -m -json all from the previous go.sum generation using go get -d.

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

Checklist

ejortega commented 2 months ago

Closing this PR as we'll be parsing the go.mod and go.sum directly.