From e438d21cc00287ee92998ce9af1035b45f2a65fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 22 Apr 2015 08:26:49 +0200 Subject: [PATCH] fixed minor issue in build file --- build.go | 1 + 1 file changed, 1 insertion(+) diff --git a/build.go b/build.go index 8269e5316ae..ffcd4ac0764 100644 --- a/build.go +++ b/build.go @@ -279,6 +279,7 @@ func grunt(params ...string) { func setup() { runPrint("go", "get", "-v", "github.com/tools/godep") + runPrint("go", "get", "-v", "github.com/blang/semver") runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3") runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3") }