2019-05-16 05:29:26 +08:00
|
|
|
module github.com/grafana/grafana/scripts/go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-06-07 21:42:08 +08:00
|
|
|
github.com/Unknwon/bra v0.0.0-20181014071252-e3d443382332
|
|
|
|
github.com/Unknwon/com v0.0.0-20190321035513-0fed4efef755 // indirect
|
|
|
|
github.com/Unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect
|
|
|
|
github.com/mgechev/revive v0.0.0-20190505013521-22b849f28677
|
|
|
|
github.com/securego/gosec v0.0.0-20190510081509-ee80733faf72
|
|
|
|
github.com/urfave/cli v1.20.0 // indirect
|
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
2019-05-16 05:29:26 +08:00
|
|
|
)
|