Undo accidental downgrade of Go version

Signed-off-by: Ying Li <ying.li@docker.com>
This commit is contained in:
Ying Li 2015-10-14 11:09:46 -07:00
parent f49b74675d
commit b5690cfc51
1 changed files with 1 additions and 1 deletions

2
Godeps/Godeps.json generated
View File

@ -1,6 +1,6 @@
{ {
"ImportPath": "github.com/docker/notary", "ImportPath": "github.com/docker/notary",
"GoVersion": "go1.4.2", "GoVersion": "go1.5.1",
"Packages": [ "Packages": [
"./..." "./..."
], ],