mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 21:32:28 +08:00

* Remove Revive standalone linter - use it via golangci-lint * Add revive settings to ignore lint errors for now * Small fix * Update to grabpl v0.5.53 * Remove errorCode and warningCode from config
13 lines
388 B
Modula-2
13 lines
388 B
Modula-2
module github.com/grafana/grafana/scripts/go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golangci/golangci-lint v1.37.1
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8
|
|
github.com/unknwon/log v0.0.0-20200308114134-929b1006e34a // indirect
|
|
github.com/urfave/cli v1.22.5 // indirect
|
|
)
|