loov/goda
Go Dependency Analysis toolkit observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- 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: 53
- age_days: 2896
- days_rel: 8
- days_push: 8
- n_releases_24m: 8
Adoption not part of the score
1725 stars · 48 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Goda is a command-line toolkit for analyzing Go package dependencies. It lets developers graph, list, weight, and reason about the packages and symbols their Go programs use, with an expression syntax for advanced queries.
Use cases
- visualize the dependency graph of a Go module or binary with GraphViz
- find which packages in a Go project reach a specific dependency like flag
- list test-only, build-tag-specific, or platform-specific imports in Go code
- measure how much memory each symbol takes in a compiled Go binary
- understand the impact of cutting or removing a package from a Go project
- print dependency trees and module-graph compatible output for Go builds
When to choose
- You need to visualize, query, or audit Go package dependency graphs from the command line
- You want to analyze build tags, OS-specific imports, or test-only dependencies in Go code
- You want per-symbol size or weight analysis of a compiled Go binary
When to avoid
- You need dependency version management or module updates (use go mod instead)
- You require a GUI-based dependency explorer rather than CLI output
- You are analyzing projects in languages other than Go
Facets
cli-tool · maturity active
developer-tools dependency-audit developer-tools go cli cross-platform windows dependency-analysis static-analysis graph-visualization go-packages graphviz package-graph binary-analysis command-line linux macos
1 source
- readme: https://github.com/loov/goda · fetched 2026-08-28 · 007bd109de90
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| loov/goda | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem