mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
fixed minor issue in build file
This commit is contained in:
parent
dc88fff704
commit
e438d21cc0
1
build.go
1
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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user