From d74426127c07ba5ea40b1d1f8a9b932051ea682c Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sat, 31 Jan 2015 10:57:48 -0300 Subject: [PATCH] Updated go version in godep do 1.4.1 --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index c60cf2a..6eef857 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/dimiro1/ipe", - "GoVersion": "go1.4", + "GoVersion": "go1.4.1", "Deps": [ { "ImportPath": "github.com/goji/httpauth",