mirror of https://github.com/grafana/grafana.git
9 lines
131 B
Go
9 lines
131 B
Go
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/Unknwon/bra"
|
||
|
_ "github.com/mgechev/revive"
|
||
|
_ "github.com/securego/gosec"
|
||
|
)
|