Browse Source

fixed minor issue in build file

Torkel Ödegaard 10 years ago
parent
commit
e438d21cc0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.go

+ 1 - 0
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")
 }