From 12976024b73f08ed4a74114f726f489e07f6963a Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 20 Jan 2017 13:13:00 -0600 Subject: [PATCH] Update go version in godeps to 1.7 --- Godeps/Godeps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index a206b34..d8a81e6 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,7 +1,7 @@ { "ImportPath": "github.com/sosedoff/pgweb", - "GoVersion": "go1.6", - "GodepVersion": "v71", + "GoVersion": "go1.7", + "GodepVersion": "v75", "Packages": [ "./..." ],