Ross ROSS = Recommend OSS · open-source software intelligence for agents

KyleBanks/depth

Visualize Go Dependency Trees observed · 2026-08-28

github.com/KyleBanks/depth · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3469
  • days_rel: n/a
  • days_push: 1667
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1083 stars · 69 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

depth is a command-line tool (also usable as a Go library) that retrieves and visualizes the dependency tree of Go packages. It resolves imports for your own code, third-party libraries, and the Go standard library, printing a tree with counts of internal, external, and testing dependencies.

Use cases

  • visualize the dependency tree of a go package
  • see which packages my go project actually imports
  • inspect dependencies of the go standard library
  • find out how many external third-party packages a go library pulls in
  • analyze transitive internal dependencies of a go codebase
  • print a go import tree from the terminal before vendoring

When to choose

  • You want a quick terminal-based tree view of Go package imports, including standard library packages that go list omits
  • You need to inspect both your own packages and third-party/standard-library dependencies in one tool
  • You want to embed dependency-tree resolution into your own Go program, since depth can also be imported as a package

When to avoid

  • You need go.mod module-level graph analysis or minimal version selection details rather than package import trees
  • You need dependency visualization for languages other than Go
  • You need security vulnerability auditing or license scanning of dependencies rather than structural visualization

Facets

cli-tool · maturity stable

developer-tools cli dependency-audit developer-tools programming-languages go cli cross-platform windows go-tooling dependency-tree dependency-visualization static-analysis import-graph package-analysis command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
KyleBanks/depthmain23

For agents

markdown · JSON · MCP: product_card(name="KyleBanks/depth")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem