mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
adding changes to bring up metrics server correcting go dependencies Signed-off-by: Prashant Balachandran <pnair@redhat.com> addressing code review comments, adding tls for metrics endpoint
25 lines
727 B
Modula-2
25 lines
727 B
Modula-2
module sigs.k8s.io/prometheus-adapter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.15.0
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.29.0
|
|
github.com/prometheus/exporter-toolkit v0.6.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/api v0.22.0
|
|
k8s.io/apimachinery v0.22.0
|
|
k8s.io/apiserver v0.22.0
|
|
k8s.io/client-go v0.22.0
|
|
k8s.io/component-base v0.22.0
|
|
k8s.io/klog/v2 v2.9.0
|
|
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
|
|
k8s.io/metrics v0.22.0
|
|
sigs.k8s.io/custom-metrics-apiserver v1.22.0
|
|
sigs.k8s.io/metrics-server v0.5.0
|
|
)
|