Skip to content

Commit

Permalink
Clean up jsonnet dependencies and use absolute imports
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Oct 22, 2020
1 parent 3e00845 commit 10a2b64
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
13 changes: 1 addition & 12 deletions jsonnet/kube-state-metrics/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
{
"dependencies": [
{
"name": "ksonnet",
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib",
"subdir": ""
}
},
"version": "master"
}
]
"dependencies": []
}
2 changes: 1 addition & 1 deletion scripts/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"version": ""
}
],
"legacyImports": true
"legacyImports": false
}
11 changes: 0 additions & 11 deletions scripts/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/ksonnet/ksonnet-lib.git",
"subdir": ""
}
},
"version": "0d2f82676817bbf9e4acf6495b2090205f323b9f",
"sum": "h28BXZ7+vczxYJ2sCt8JuR9+yznRtU/iA6DCpQUrtEg=",
"name": "ksonnet"
},
{
"source": {
"local": {
Expand Down

0 comments on commit 10a2b64

Please sign in to comment.