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

Releases: tools/godep

v70: No need to build.Import the dep

20 May 18:53
Compare
Choose a tag to compare
We've already figured out the root of the dep, so just use that.

v69: devel* should enable vendor/

16 May 22:26
Compare
Choose a tag to compare
Unless there is a class Godep _workspace anyway. This may not be
correct, 100% of the time, but it's likely to be correct most of the
time.

v68: `devel-<short sha>` is newer

16 May 17:53
Compare
Choose a tag to compare
Consider devel versions newer than released go versions. This may not
always be the case, but is probably the sanest default.

v67

13 May 23:14
Compare
Choose a tag to compare
v67
v67: Handle missing deps a little better

v66: Checkout default git branch

10 May 22:29
Compare
Choose a tag to compare
When a git repository is in detached HEAD state use `git show remote
origin` to determine the default branch and check it out before
downloading updates.

This is necessary for `godep restore` to work since
https://github.com/golang/go/commit/42206598671a44111c8f726ad33dc7b265bdf669

v65

09 May 21:32
Compare
Choose a tag to compare
v65
Rewrite update to consider new transitive dependencies

v64

09 May 20:28
Compare
Choose a tag to compare
v64
godep update golang.org/x/tools/go/vcs

v63

03 May 18:59
Compare
Choose a tag to compare
v63
Support devel-<short sha> go versions

v62

07 Apr 21:38
Compare
Choose a tag to compare
v62

Note new go1.6+ behavior of not checking out master in README / restore help text.

v61: Handle go version tags

06 Apr 16:29
Compare
Choose a tag to compare
Fixes #448

Obey the go tool's definition of how the go versions build tags work for
the purposes of dependency scanning.

Don't use the current go version, but the recorded go version in
Godeps.json.

FIXME: We still copy the files. This is sub optimal, but probably fine
in the 80% case where people are using the version of go they have
specified in the Godeps.json file. Longer term we need to obey the
gofiles / ignore lists from the package list.