mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
17 lines
575 B
Modula-2
17 lines
575 B
Modula-2
module github.com/grafana/grafana/scripts/go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golangci/golangci-lint v1.28.0
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mgechev/revive v1.0.2
|
|
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
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
|
)
|