From 8c05a125dc0cfb28e29fc6004ee26607ab99eba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 22 Sep 2016 10:33:43 +0200 Subject: [PATCH] fix(build): updated build.go setup --- build.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.go b/build.go index f9ef09ff5b9..202caa1837b 100644 --- a/build.go +++ b/build.go @@ -334,9 +334,7 @@ func gruntBuildArg(task string) []string { func setup() { runPrint("go", "get", "-v", "github.com/kardianos/govendor") - 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") + runPrint("go", "install", "-v", "./pkg/cmd/grafana-server") } func test(pkg string) {