We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Parse
ParseLax
1 parent b3e5140 commit 1a564aeCopy full SHA for 1a564ae
1 file changed
module/go_mod/go.go
@@ -34,7 +34,7 @@ func (i *Inspector) InspectProject(ctx context.Context) error {
34
return errors.WithMessage(e, "Open GoMod file")
35
}
36
logger.Debug("Parsing go.mod")
37
- f, e := modfile.ParseLax(filepath.Base(modFilePath), data, nil)
+ f, e := modfile.Parse(filepath.Base(modFilePath), data, nil)
38
if e != nil {
39
return errors.WithMessage(e, "Parse go mod failed")
40
0 commit comments