New
v0.5.0
See the release announcement for an overview of major changes!
NEW FEATURES:
Unclaimed project
Are you a maintainer of dep? Claim this project to take control of your public changelog and roadmap.
Changelog
Go dependency management tool experiment (deprecated)
Last updated almost 6 years ago
See the release announcement for an overview of major changes!
NEW FEATURES:
DEPCACHEAGE env var. (#1711).DEPPROJECTROOT environment variable to supersede GOPATH deduction and explicitly set the current project's root (#1883).dep ensure now explains what changes to the code or Gopkg.toml have induced solving (#1912).Gopkg.lock, and the contents of vendor are only rewritten on change or hash mismatch (#1912).dep check quickly reports if imports, Gopkg.toml, Gopkg.lock, and vendor are out of sync (#1932).BUG FIXES:
IMPROVEMENTS:
inputs-digest was removed from Gopkg.lock (#1912).Gopkg.lock, and the contents of vendor are only rewritten on change or hash mismatch (#1912).Godeps folder (#1822).dep status to avoid hitting open file limits (#1923).