snyk-go-parser
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -13,2 +13,3 @@ "use strict"; | ||
return replaceSection | ||
.replace(/\/\/.*/g, '') // remove all comments | ||
.split('\n') // now we got lines of "ModulePath" => "ModulePath" | "FilePath" | ||
@@ -15,0 +16,0 @@ .map((line) => line.trim().split(GO_MOD_DELIMITER)) // split lines by ' => ' |
@@ -51,3 +51,3 @@ { | ||
}, | ||
"version": "1.9.1" | ||
"version": "1.9.2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70886
362