mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
e693af6c01
* .circleci/config.yml: check mixins Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Run jsonnetfmt Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Install tools in the image instead of using coreos/jsonnet-ci The latter is deprecated Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update jsonnetfile.json Signed-off-by: Simon Pasquier <spasquie@redhat.com>
9 lines
182 B
Modula-2
9 lines
182 B
Modula-2
module github.com/prometheus/prometheus/documentation/prometheus-mixin
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-jsonnet v0.16.0
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
|
)
|