gvp
« Back to VersTracker
Description:
Go versioning packager
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: go versioning dependency-management golang development
Install: brew install gvp
About:
Gvp is a shell-based versioning tool for Go projects that manages isolated project environments. It automatically handles GOPATH management, allowing developers to work with different versions of dependencies across projects. The tool simplifies dependency isolation and version control without requiring complex configuration.
Key Features:
  • Automatic GOPATH management per project
  • Isolated dependency environments
  • Simple shell-based implementation
  • Version pinning for Go dependencies
  • Minimal configuration required
Use Cases:
  • Managing multiple Go projects with conflicting dependency versions
  • Testing library compatibility across different Go versions
  • Maintaining reproducible build environments for Go applications
Alternatives:
  • dep – Official Go dependency management tool with more comprehensive features
  • glide – Vendor package manager for Go with broader ecosystem support
  • Go modules – Native Go dependency management system (built-in since Go 1.11)
Version History
Detected Version Rev Change Commit