1 repository
Lists packages required only during testing, separate from the main import list.
Distinct from Dependency Declarations: Distinct from general Dependency Declarations: focuses on test-only dependencies, not all project dependencies.
Explore 1 awesome GitHub repository matching development tools & productivity · Test. Refine with filters or upvote what's useful.
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
Lists packages required only during testing, separate from the main import list.