tools/godep
dependency tool for go observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4872
- days_rel: n/a
- days_push: 3065
- n_releases_24m: 0
Adoption not part of the score
5511 stars · 443 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Godep is a Go dependency management CLI tool that fixes dependencies to enable reproducible builds by saving a dependency list and vendoring source code. It is officially archived and superseded by dep and Go modules.
Use cases
- manage dependencies for a legacy Go project
- vendor Go dependencies into the repository
- make Go builds reproducible
- migrate an old Godeps project to dep
- pin exact dependency versions in Go before modules
When to choose
- maintaining a legacy pre-modules Go codebase that already uses Godeps
- you need to read or convert an old Godeps/Godeps. file
When to avoid
- starting any new Go project
- using Go 1.11+ where Go modules are the standard
- you want actively maintained tooling
Facets
cli-tool · maturity abandoned
package-manager build-tool developer-tools developer-tools version-control go cross-platform cli go-dependencies vendoring archived reproducible-builds golang command-line
5 sources
- readme: https://github.com/tools/godep · fetched 2026-08-28 · 923af53a3218
- homepage: http://godoc.org/github.com/tools/godep · fetched 2026-08-29 · dc49d756325a
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/tools/godep · fetched 2026-08-29 · 32ce07a2127b
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tools/godep | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem