mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 17:54:30 +08:00
fixed minor issue in build file
This commit is contained in:
1
build.go
1
build.go
@ -279,6 +279,7 @@ func grunt(params ...string) {
|
|||||||
|
|
||||||
func setup() {
|
func setup() {
|
||||||
runPrint("go", "get", "-v", "github.com/tools/godep")
|
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", "get", "-v", "github.com/mattn/go-sqlite3")
|
||||||
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
|
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user