From 161d29b0b9db1d2400b062a7eeed1cdd757ecee5 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Thu, 20 Aug 2015 16:40:14 +0900 Subject: [PATCH] Use go1.5 --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 5078585..3c297d1 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/yudai/gotty", - "GoVersion": "go1.4", + "GoVersion": "go1.5", "Deps": [ { "ImportPath": "github.com/codegangsta/cli",