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

Add `go.mod` parser #1413

Closed ejortega closed 2 months ago

ejortega commented 2 months ago

This PR adds support for parsing go.mod files with a Go directive of version 1.17 and higher.

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

Checklist

ejortega commented 2 months ago

@cd-work rebased with main