Files
kube-prometheus/jsonnetfile.json
Philip Gough 344ec3464f [release-0.10] - Adds dependency on github.com/grafana/jsonnet-libs mixins-util (#2480)
* Add lockfile

* chore: ignore mdox errors for https://www.weave.works

* ci: Generate with newer go version
2024-08-07 17:19:09 +01:00

24 lines
400 B
JSON

{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "mixin-utils"
}
},
"version": "master"
},
{
"source": {
"local": {
"directory": "jsonnet/kube-prometheus"
}
},
"version": ""
}
],
"legacyImports": true
}