2019-05-16 05:29:26 +08:00
|
|
|
module github.com/grafana/grafana/scripts/go
|
|
|
|
|
2019-10-02 19:59:05 +08:00
|
|
|
go 1.13
|
2019-05-16 05:29:26 +08:00
|
|
|
|
|
|
|
require (
|
2019-11-14 17:59:41 +08:00
|
|
|
github.com/golangci/golangci-lint v1.19.2-0.20191006164544-7577d548a389
|
2019-10-02 19:59:05 +08:00
|
|
|
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
|
2019-11-14 17:59:41 +08:00
|
|
|
github.com/securego/gosec v0.0.0-20190912120752-140048b2a218
|
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
|
2019-11-20 21:27:28 +08:00
|
|
|
golang.org/x/tools v0.0.0-20191120001058-ad01d5993d97 // indirect
|
2019-06-07 21:42:08 +08:00
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
2019-05-16 05:29:26 +08:00
|
|
|
)
|