# kisielk/godepgraph

A Go dependency graph visualization tool

Repository: https://github.com/kisielk/godepgraph
Canonical: https://ross.abutalabs.com/products/godepgraph
Language: Go
License: MIT
License Family: permissive
Last push: 2025-06-24T16:17:42+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 28, release rhythm 8, longevity 100
- inputs: {"age_days": 4949, "days_push": 435, "days_rel": 435, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1261, forks 100 (observed 2026-08-28T04:04:10.110565+00:00)

## What it is
A command-line tool that generates dependency graphs of Go packages, outputting Graphviz dot or Mermaid format. It color-codes packages by type (stdlib, vendored, cgo) and supports filtering out imports.

## Use cases
- visualize dependencies of a go package
- generate a dependency graph for a go module
- output package dependencies as graphviz dot
- create mermaid diagrams of go imports
- exclude standard library or vendored packages from a dependency graph

## When to choose
- you need a quick visual map of Go package dependencies
- you want Graphviz or Mermaid output for documentation
- you need to filter out stdlib, vendored, or specific imports

## When to avoid
- you need runtime or call-graph analysis rather than package imports
- you work outside the Go ecosystem

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, data-visualization, parser
- domain: developer-tools, programming-languages, data-visualization
- platform: cli, go, cross-platform
- tags: go-packages, dependency-graph, graphviz, mermaid, static-analysis

## Member repositories
- kisielk/godepgraph (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:10.110565+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:04:19.456623+00:00, confidence not recorded.
  - readme: https://github.com/kisielk/godepgraph (fetched 2026-08-28T04:04:10.110565+00:00, sha 80d3d7b4aca1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
