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

Commit

Permalink
godep update golang.org/x/tools/go/vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed May 9, 2016
1 parent 51f9ea0 commit ec8c22f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 62 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#v64 (2016/06/09)

* godep update golang.org/x/tools/go/vcs

#v63 (2016/05/03)

* Support recording devel-<short sha> so development versions of Go can be matched
Expand Down
3 changes: 2 additions & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 6 additions & 59 deletions Godeps/_workspace/src/golang.org/x/tools/go/vcs/vcs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

const version = 63
const version = 64

var cmdVersion = &Command{
Name: "version",
Expand Down

0 comments on commit ec8c22f

Please sign in to comment.