mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
de075e529d
* update gopkg.in/macaron.v1 * update github.com/go-macaron/binding * update github.com/go-macaron/session * Substitute github.com/Unknwon/com with github.com/unknwon/com * Clean up modules using `go mod tidy` * Substitute github.com/Unknwon/bra with github.com/unknwon/bra
15 lines
500 B
Modula-2
15 lines
500 B
Modula-2
module github.com/grafana/grafana/scripts/go
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golangci/golangci-lint v1.17.1
|
|
github.com/mgechev/revive v0.0.0-20190815002930-e120712eba7c
|
|
github.com/securego/gosec v0.0.0-20190510081509-ee80733faf72
|
|
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
|
|
)
|