git.delta.rocks / jrsonnet / refs/commits / 7bd5bbd0756a

difftreelog

source

tests/realworld/jsonnetfile.json1.0 KiBsourcehistory
1{2  "version": 1,3  "dependencies": [4    {5      "source": {6        "git": {7          "remote": "https://github.com/prometheus-operator/kube-prometheus"8        }9      }10    },11    {12      "source": {13        "git": {14          "remote": "https://github.com/oracle/graal"15        }16      }17    },18    {19      "source": {20        "git": {21          "remote": "https://github.com/grafana/loki",22          "subdir": "production/ksonnet/loki"23        }24      }25    },26    {27      "source": {28        "git": {29          "remote": "https://github.com/grafana/mimir",30          "subdir": "operations/mimir"31        }32      }33    },34    {35      "source": {36        "git": {37          "remote": "https://github.com/grafana/tempo",38          "subdir": "operations/jsonnet/microservices"39        }40      }41    },42    {43      "source": {44        "git": {45          "remote": "https://gitlab.com/gitlab-com/runbooks"46        }47      },48      "version": "c4082c94065b1b6a521eed59ed624478131cd9c0"49    }50  ],51  "legacyImports": true52}