Revision 6260ff120228b8e4f590a8321c7df0192c043147 authored by Peter Holmberg on 10 February 2020, 14:59:37 UTC, committed by Peter Holmberg on 10 February 2020, 14:59:37 UTC
1 parent dcf8ff1
Raw File
go.mod
module github.com/grafana/grafana/scripts/go

go 1.13

require (
	github.com/golangci/golangci-lint v1.19.2-0.20191006164544-7577d548a389
	github.com/mgechev/revive v0.0.0-20190917153825-40564c5052ae
	github.com/securego/gosec v0.0.0-20190912120752-140048b2a218
	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/tools v0.0.0-20191120001058-ad01d5993d97 // indirect
	gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
)
back to top