grafana/dashboard-schemas/go.mod
Chris Trott 9691af83ee DashboardSchemas: OpenAPI Schema Generation (#30242)
* Go program to output openapi

* Fix number type syntax

Resolves error: 'unsupported op for number &'

* Render just the schemas

* Use args as entrypoints and add test

* Update README, tidy go.mod
2021-01-19 18:25:00 +01:00

6 lines
92 B
Modula-2

module github.com/grafana/grafana/dashboard-schemas
go 1.15
require cuelang.org/go v0.2.2