2019-05-16 00:29:26 +03:00
|
|
|
module github.com/grafana/grafana/scripts/go
|
|
|
|
|
|
2019-10-02 13:59:05 +02:00
|
|
|
go 1.13
|
2019-05-16 00:29:26 +03:00
|
|
|
|
|
|
|
|
require (
|
2019-11-14 10:59:41 +01:00
|
|
|
github.com/golangci/golangci-lint v1.19.2-0.20191006164544-7577d548a389
|
2019-10-02 13:59:05 +02:00
|
|
|
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
|
2019-11-14 10:59:41 +01:00
|
|
|
github.com/securego/gosec v0.0.0-20190912120752-140048b2a218
|
2019-09-09 14:22:06 +03: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 16:42:08 +03:00
|
|
|
github.com/urfave/cli v1.20.0 // indirect
|
|
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
2019-05-16 00:29:26 +03:00
|
|
|
)
|