Skip to content

Conversation

@andrew
Copy link
Contributor

@andrew andrew commented Jan 25, 2026

Adds support for parsing go.graph files, which contain the output of the go mod graph command.

The parser extracts:

  • Module name and version from each dependency entry
  • Direct/transitive status based on whether the dependency is required by the main module

The go mod graph format consists of lines with two space-separated values: the parent module and the dependency with version (e.g., github.com/foo/bar@v1.0.0).

Adds support for parsing go.graph files, which contain the output of
the go mod graph command. The parser extracts module name and version,
and identifies direct dependencies based on whether they are required
by the main module (which appears without a version).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants