Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/production/grafana-agent-mixin/jsonnetfile.json
4094 views
1
{
2
"dependencies": [
3
{
4
"name": "grafana-builder",
5
"source": {
6
"git": {
7
"remote": "https://github.com/grafana/jsonnet-libs",
8
"subdir": "grafana-builder"
9
}
10
},
11
"version": "master"
12
},
13
{
14
"name": "grafonnet",
15
"source": {
16
"git": {
17
"remote": "https://github.com/grafana/grafonnet-lib",
18
"subdir": "grafonnet"
19
}
20
},
21
"version": "master"
22
}
23
]
24
}
25
26
27