awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tools avatar

tools/godepArchived

0
View on GitHub↗
godoc.org/github.com/tools/godep↗

Godep

godep is a dependency manager for Go that records, restores, and updates package versions to ensure reproducible builds across different environments. It functions as a version lock tool, tracking specific package revisions in a manifest file to synchronize development workspaces and build states.

The tool includes vendoring capabilities that copy external Go source code into a local directory, enabling projects to be built without active network access.

The system manages the full dependency lifecycle, covering version locking, workspace synchronization, and the updating of tracked packages to newer releases.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Features

  • Go Dependency Managers - Manages package versions and dependencies specifically within the Go programming language ecosystem.
  • Dependency Lock Managers - Generates and maintains lock files to ensure consistent dependency versions and reproducible builds across environments.
  • Dependency Installers - Automates the installation of specific external package versions from a configuration file to synchronize workspaces.
  • Dependency Vendors - Archives external dependency source code locally to support builds without active network access.
  • Source Vendoring - Fetches and stores third-party source code locally within the project to enable offline builds.
  • Build Reproducibility Lockfiles - Uses lockfiles to pin exact dependency versions, ensuring reproducible builds across different machines.
  • Build Reproducibility Locking - Records specific package revisions in a lock file to ensure consistent and reproducible builds across different environments.
  • Dependency - Tracks specific package revisions in a manifest file to synchronize development workspaces and build states.
  • Workspace Dependency Restoration - Synchronizes the local development environment by reinstalling package versions defined in a saved configuration manifest.
  • Workspace Synchronization - Resets and updates the local development environment to match a saved manifest of Go package versions.
  • Vendor Directory Managers - Populates and maintains a vendor directory with Go package copies to isolate dependencies per project.
  • Dependency Manifests - Provides a centralized manifest file to map package names to specific versions for deterministic dependency resolution.
  • Vendor Directories - Stores project-specific copies of Go packages in a vendor directory to isolate dependencies and enable offline builds.
  • Dependency Version Updates - Provides utilities to refresh pinned package versions to their latest compatible releases and update the lock file.
  • Dependency Management - Tool for fixing dependencies to ensure reproducible builds.
  • Package Management - Tool for fixing library dependencies.
5,513 stars·442 forks·Go·BSD-3-Clause·17 views

Star history

Star history chart for tools/godepStar history chart for tools/godep

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

Curated searches featuring Godep

Hand-picked collections where Godep appears.
  • Developer Tools

Open-source alternatives to Godep

Similar open-source projects, ranked by how many features they share with Godep.
  • masterminds/glideMasterminds avatar

    Masterminds/glide

    8,095View on GitHub↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Gogogolangpackage-management
    View on GitHub↗8,095
  • golang/depgolang avatar

    golang/dep

    12,737View on GitHub↗

    This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible builds across different environments. It functions as a version lock file manager, recording complete snapshots of the dependency graph to prevent version drift, and as a semantic version constraint resolver that calculates compatible package versions. The tool orchestrates a local vendor directory, mirroring external source code to enable offline builds and source auditing. It utilizes a combination of static analysis to discover required libraries and a logic engine to inte

    Godependency-managergolangpackage-manager
    View on GitHub↗12,737
  • kardianos/govendorkardianos avatar

    kardianos/govendor

    4,895View on GitHub↗

    govendor is a toolset for Go dependency management that enables the replication of external packages into a local directory to ensure reproducible builds without requiring active network access. It functions as a dependency vendor tool and version manager, fetching specific git revisions, tags, or branches of remote packages. The project includes a dependency auditor to identify missing, modified, or outdated packages compared to their remote sources. It also provides a license extraction utility that discovers and lists the legal licenses associated with project import paths and dependencies

    Gogogolangvendor
    View on GitHub↗4,895
  • rubygems/bundlerrubygems avatar

    rubygems/bundler

    4,881View on GitHub↗

    Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs the same set of dependencies. It manages package sources, provides environment diagnostics, and wraps commands and consoles to run inside a consistent gem context, preventing version mismatches across development, testing, and production. Unlike a simple package installer, Bundler uses a SAT solver to find a consistent set of gem versions satisfying all constraints, segregates authentication secrets from source URLs, and enforces platform-specific dependency filtering. Its lo

    Rubydependency-managerrubyrubygems
    View on GitHub↗4,881
See all 30 alternatives to Godep→

Frequently asked questions

What does tools/godep do?

godep is a dependency manager for Go that records, restores, and updates package versions to ensure reproducible builds across different environments. It functions as a version lock tool, tracking specific package revisions in a manifest file to synchronize development workspaces and build states.

What are the main features of tools/godep?

The main features of tools/godep are: Go Dependency Managers, Dependency Lock Managers, Dependency Installers, Dependency Vendors, Source Vendoring, Build Reproducibility Lockfiles, Build Reproducibility Locking, Dependency.

What are some open-source alternatives to tools/godep?

Open-source alternatives to tools/godep include: masterminds/glide — Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible… golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… kardianos/govendor — govendor is a toolset for Go dependency management that enables the replication of external packages into a local… rubygems/bundler — Bundler is a Ruby dependency manager that resolves gem versions and locks them in a lockfile so every machine installs… clibs/clib — clib is a C language package manager and dependency manager used to install, update, and manage external C libraries… cocoapods/specs — Specs is a centralized package metadata repository and distribution service for the Apple platform. It serves as a…