mirror of https://github.com/grafana/grafana.git
17 lines
388 B
Modula-2
17 lines
388 B
Modula-2
module github.com/grafana/grafana/scripts/modowners
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
golang.org/x/mod v0.10.0
|
|
golang.org/x/tools v0.1.12
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.8.3 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|