summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-dep_0.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* go-dep: Upgrade 0.3.2 -> 0.4.1Otavio Salvador2018-02-241-0/+20
The release was announced in Jan 24th 2018 and provides a number of features and bug fixes. The 0.4.1 restores the `dep prune` command support, which was dropped on 0.4.0, so existing scripts will continue to work. That said, it is advisable to change the scripts to use the new features of `dep ensure` as `dep prune` will be removed in future. (From OE-Core rev: d8467f2ce7e3ca2277108e388690b79789790839) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>