mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-06 04:26:12 +02:00
When a jsonnetfile.lock.json is present in a dependency `jb` will force that version to be used, potentially causing conflicts in dependency and version resolution. Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"version": 1,
|
|
"dependencies": [
|
|
{
|
|
"source": {
|
|
"git": {
|
|
"remote": "https://github.com/ksonnet/ksonnet-lib",
|
|
"subdir": ""
|
|
}
|
|
},
|
|
"version": "0d2f82676817bbf9e4acf6495b2090205f323b9f",
|
|
"sum": "h28BXZ7+vczxYJ2sCt8JuR9+yznRtU/iA6DCpQUrtEg=",
|
|
"name": "ksonnet"
|
|
},
|
|
{
|
|
"source": {
|
|
"local": {
|
|
"directory": "jsonnet/kube-thanos"
|
|
}
|
|
},
|
|
"version": ""
|
|
}
|
|
],
|
|
"legacyImports": false
|
|
}
|