documentation/prometheus-mixin: add dependency on grafonnet

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom 2020-01-11 23:13:46 +01:00
parent 64194f7d45
commit 7321f1d227
No known key found for this signature in database
GPG key ID: 12AE0185401674E7

View file

@ -1,14 +1,24 @@
{ {
"dependencies": [ "dependencies": [
{ {
"name": "grafana-builder", "name": "grafana-builder",
"source": { "source": {
"git": { "git": {
"remote": "https://github.com/grafana/jsonnet-libs", "remote": "https://github.com/grafana/jsonnet-libs",
"subdir": "grafana-builder" "subdir": "grafana-builder"
}
},
"version": "master"
} }
] },
"version": "master"
},
{
"name": "grafonnet",
"source": {
"git": {
"remote": "https://github.com/grafana/grafonnet-lib",
"subdir": "grafonnet"
}
},
"version": "master"
}
]
} }