aboutsummaryrefslogtreecommitdiff
path: root/devel/dep
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.0Martin Wilke2018-08-102-4/+4
| | | | | | | | PR: 230091 Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=476837
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2018-02-122-5/+5
| | | | | | | | | | Changes: https://github.com/golang/dep/releases PR: 225484 Submitted by: Sean Chittenden <sean@chittenden.org> Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=461634
* devel/dep: create portSteve Wills2018-01-143-0/+36
Dep is a Go tool for managing vendor dependencies (not to be confused with godep, a different, deprecated tool). dep updates the vendor/ directory contents based on a manifest, prunes unnecessary dependencies, and adds missing dependencies to vendor/ as necessary. dep is the heir-apparent for vendor management and is being actively driven by the Go core team with an eye toward inclusion in the Go tool. WWW: https://github.com/golang/dep Submitted by: Sam Gwydir <sam.gwydir@joyent.com> Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D13364 Notes: svn path=/head/; revision=458984