2019-05-15 16:29:26 -05:00
|
|
|
module github.com/grafana/grafana/scripts/go
|
|
|
|
|
2019-10-02 06:59:05 -05:00
|
|
|
go 1.13
|
2019-05-15 16:29:26 -05:00
|
|
|
|
|
|
|
require (
|
2020-03-23 07:37:53 -05:00
|
|
|
github.com/golangci/golangci-lint v1.24.0
|
2019-10-02 06:59:05 -05:00
|
|
|
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
|
2020-03-23 07:37:53 -05:00
|
|
|
github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
|
2019-09-09 06:22:06 -05: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 08:42:08 -05:00
|
|
|
github.com/urfave/cli v1.20.0 // indirect
|
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
2019-05-15 16:29:26 -05:00
|
|
|
)
|