Revision 2ff4b028c8b68dd3dbf407495e504e602aec7461 authored by Ryan McKinley on 17 August 2021, 20:43:54 UTC, committed by GitHub on 17 August 2021, 20:43:54 UTC
1 parent d93d989
Raw File
go.mod
module github.com/grafana/grafana/scripts/go

go 1.14

require (
	github.com/golangci/golangci-lint v1.40.1
	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
)
back to top