Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

Releases: tools/godep

v80

26 Jan 22:09

Choose a tag to compare

v80: Address lint/vet feedback / Archive Repo

v79: Record error from fillPackage

02 Feb 01:39

Choose a tag to compare

v78: Don't use build.ImportDir when discovering packages for the package spec. Fixes #529

23 Jan 18:49

Choose a tag to compare

Merge pull request #530 from moncho/master

Bump version number to 78

v77: Don't include quotes around hg revisions

13 Jan 17:34

Choose a tag to compare

v76: Default to vendor being on unless older go versions

10 Jan 17:27

Choose a tag to compare

v75

04 Nov 18:14

Choose a tag to compare

v75
Fix doc version

v74

02 Jun 04:25

Choose a tag to compare

v74
make sure vendor/ is enabled on go1.7 - Note that support for godep w…

v73: Fix chmod so that it works on Windows as well.

31 May 22:55

Choose a tag to compare

v72: Improve handling of git remote show origin

27 May 23:10

Choose a tag to compare

v71: Preserve permissions when copying

24 May 17:54

Choose a tag to compare

Set the file perimissions based on the permissions of the source file.
Particularly useful for copying the x bit

Fixes #404