2019-05-15 16:29:26 -05:00
|
|
|
module github.com/grafana/grafana/scripts/go
|
|
|
|
|
2020-04-08 07:13:05 -05:00
|
|
|
go 1.14
|
2019-05-15 16:29:26 -05:00
|
|
|
|
|
|
|
require (
|
2020-08-10 11:38:53 -05:00
|
|
|
github.com/golangci/golangci-lint v1.30.0
|
2020-06-26 01:46:08 -05:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
github.com/mgechev/revive v1.0.2
|
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
|
2020-08-10 11:38:53 -05:00
|
|
|
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200809012840-6f4f008689da // indirect
|
2019-06-07 08:42:08 -05:00
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
2019-05-15 16:29:26 -05:00
|
|
|
)
|