kube-thanos/jsonnetfile.lock.json
Frederic Branczyk f3d7dc1e7b
*: Remove jsonnetfile.lock.json for importable packages
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>
2020-04-28 17:16:13 +02:00

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
}