mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-26 08:51:33 +02:00
12 lines
237 B
Modula-2
12 lines
237 B
Modula-2
module github.com/prometheus-operator/kube-prometheus
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Jeffail/gabs v1.4.0
|
|
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
|
|
)
|