* Update the pinned kube-prometheus dependency in jsonnetfile.lock.json: `jb update` * Generate dependent *.yaml files: make generate
13 lines
300 B
Modula-2
13 lines
300 B
Modula-2
module github.com/prometheus-operator/kube-prometheus
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Jeffail/gabs v1.4.0
|
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.8.0
|
|
k8s.io/apimachinery v0.19.3
|
|
k8s.io/client-go v0.19.3
|
|
)
|