Skip to content

Commit

Permalink
fix(examples): prom-grafana dependencies (#264)
Browse files Browse the repository at this point in the history
Were installed using a development version of jb that apparently never
worked at all
  • Loading branch information
sh0rez authored Apr 20, 2020
1 parent 68eee01 commit 740ad7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions examples/prom-grafana/jsonnetfile.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"goImportStyle": false,
"version": 1,
"dependencies": [
{
"source": {
Expand All @@ -19,5 +19,6 @@
},
"version": "master"
}
]
],
"legacyImports": true
}
9 changes: 5 additions & 4 deletions examples/prom-grafana/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"goImportStyle": false,
"version": 1,
"dependencies": [
{
"source": {
Expand All @@ -8,8 +8,8 @@
"subdir": "ksonnet-util"
}
},
"version": "f8a06bd7de550bd73921526a040f0db465133059",
"sum": "R5bR+TRNe7mWXLIDz84lJH58rFJU3+ieIb4xbhu+vyE="
"version": "b7d0399a4c8b9fe3ee381b3dc8752e7c778b3f1a",
"sum": "+NXJP8shQKw88Rs/X1firb7V2NzRSUvujBsMkKGh3e4="
},
{
"source": {
Expand All @@ -21,5 +21,6 @@
"version": "0d2f82676817bbf9e4acf6495b2090205f323b9f",
"sum": "ur22hPQq0JAPBxm8hNMcwjumj4MkozDwOKiGZvVMYh4="
}
]
],
"legacyImports": false
}

0 comments on commit 740ad7b

Please sign in to comment.