blob: d27d68dbd926aa2f5dd2c4a88d4ca5b768572cac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs",
"subdir": "ksonnet-util"
}
},
"version": "master"
},
{
"source": {
"git": {
"remote": "https://github.com/jsonnet-libs/k8s-alpha",
"subdir": "1.21"
}
},
"version": "master"
},
{
"source": {
"git": {
"remote": "https://gitlab.com/cocainefarm/k8s/lib/util",
"subdir": ""
}
},
"version": "master"
}
],
"legacyImports": true
}
|