1{
2   "dependencies": [
3      {
4         "source": {
5            "git": {
6               "remote": "https://github.com/grafana/loki.git",
7               "subdir": "production/ksonnet/loki"
8            }
9         },
10         "version": "main"
11      },
12      {
13         "source": {
14            "git": {
15               "remote": "https://github.com/grafana/jsonnet-libs",
16               "subdir": "ksonnet-util"
17            }
18         },
19         "version": "master"
20      },
21      {
22         "source": {
23            "git": {
24               "remote": "https://github.com/jsonnet-libs/k8s-libsonnet.git",
25               "subdir": "1.18"
26            }
27         },
28         "version": "main"
29      }
30   ],
31   "legacyImports": true,
32   "version": 1
33}
34