proxy.golang.org : github.com/jonboulle/glide
Glide is a command line utility that manages Go project dependencies and your GOPATH. Dependencies are managed via a glide.yaml in the root of a project. The yaml Params: file lets you specify projects, versions (tags, branches, or references), and even alias one location in as other one. Aliasing is useful when supporting forks without needing to rewrite the imports in a codebase. A glide.yaml file looks like: Glide puts dependencies in a vendor directory. Go utilities require this to be in your GOPATH. Glide makes this easy. Use the `glide in` command to enter a shell (your default) with the GOPATH set to the projects vendor directory. To leave this shell simply exit it. If your .bashrc, .zshrc, or other startup shell sets your GOPATH you many need to optionally set it using something like: For more information use the `glide help` command or see https://github.com/Masterminds/glide
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/jonboulle/glide
License: MIT
Latest release: over 9 years ago
First release: over 9 years ago
Namespace: github.com/jonboulle
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 15 days ago