dependabit / detector/src / parseGoMod
Function: parseGoMod()
ts
function parseGoMod(content): PackageMetadata;Defined in: packages/detector/src/parsers/package-files.ts:130
Parse go.mod and extract URLs from comments EXCLUDES actual dependencies (handled by dependabot)
Parameters
| Parameter | Type |
|---|---|
content | string |