2019-05-16 05:29:26 +08:00
|
|
|
module github.com/grafana/grafana/scripts/go
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-09-09 19:22:06 +08:00
|
|
|
github.com/golangci/golangci-lint v1.17.1
|
2019-08-19 05:53:26 +08:00
|
|
|
github.com/mgechev/revive v0.0.0-20190815002930-e120712eba7c
|
2019-06-07 21:42:08 +08:00
|
|
|
github.com/securego/gosec v0.0.0-20190510081509-ee80733faf72
|
2019-09-09 19:22:06 +08:00
|
|
|
github.com/unknwon/bra v0.0.0-20190805204333-bb0929b6cca0
|
|
|
|
github.com/unknwon/com v1.0.1 // indirect
|
|
|
|
github.com/unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect
|
2019-06-07 21:42:08 +08:00
|
|
|
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
|
|
|
)
|