mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
15 lines
500 B
Modula-2
15 lines
500 B
Modula-2
module github.com/grafana/grafana/scripts/go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golangci/golangci-lint v1.24.0
|
|
github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
|
|
github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
|
|
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
|
|
github.com/urfave/cli v1.20.0 // indirect
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
|
)
|