From 7321f1d227218bd498ecd446c4ec2bec34cf740f Mon Sep 17 00:00:00 2001 From: paulfantom Date: Sat, 11 Jan 2020 23:13:46 +0100 Subject: [PATCH] documentation/prometheus-mixin: add dependency on grafonnet Signed-off-by: paulfantom --- .../prometheus-mixin/jsonnetfile.json | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/documentation/prometheus-mixin/jsonnetfile.json b/documentation/prometheus-mixin/jsonnetfile.json index b5d0ad347..6532d2015 100644 --- a/documentation/prometheus-mixin/jsonnetfile.json +++ b/documentation/prometheus-mixin/jsonnetfile.json @@ -1,14 +1,24 @@ { - "dependencies": [ - { - "name": "grafana-builder", - "source": { - "git": { - "remote": "https://github.com/grafana/jsonnet-libs", - "subdir": "grafana-builder" - } - }, - "version": "master" + "dependencies": [ + { + "name": "grafana-builder", + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs", + "subdir": "grafana-builder" } - ] + }, + "version": "master" + }, + { + "name": "grafonnet", + "source": { + "git": { + "remote": "https://github.com/grafana/grafonnet-lib", + "subdir": "grafonnet" + } + }, + "version": "master" + } + ] }