mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
cmd/*,pkg/*,docs,go.mod: bump custom-metrics-apiserver, metrics-server
This commit is contained in:
parent
6b412c4a36
commit
752ce84723
11 changed files with 23 additions and 23 deletions
22
go.mod
22
go.mod
|
|
@ -6,24 +6,24 @@ require (
|
|||
github.com/NYTimes/gziphandler v1.0.1 // indirect
|
||||
github.com/go-openapi/spec v0.19.8
|
||||
github.com/imdario/mergo v0.3.8 // indirect
|
||||
github.com/kubernetes-incubator/custom-metrics-apiserver v0.0.0-20201023074945-51cc7b53320e
|
||||
github.com/kubernetes-sigs/custom-metrics-apiserver v0.0.0-20201027110359-fbe475e9e9e8
|
||||
github.com/onsi/ginkgo v1.11.0
|
||||
github.com/onsi/gomega v1.7.0
|
||||
github.com/prometheus/client_golang v1.0.0
|
||||
github.com/prometheus/client_golang v1.7.1
|
||||
github.com/prometheus/common v0.10.0
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/stretchr/testify v1.4.0
|
||||
github.com/stretchr/testify v1.6.1
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
k8s.io/api v0.18.5
|
||||
k8s.io/apimachinery v0.18.5
|
||||
k8s.io/apiserver v0.18.5
|
||||
k8s.io/client-go v0.18.5
|
||||
k8s.io/component-base v0.18.5
|
||||
k8s.io/api v0.19.3
|
||||
k8s.io/apimachinery v0.19.3
|
||||
k8s.io/apiserver v0.19.3
|
||||
k8s.io/client-go v0.19.3
|
||||
k8s.io/component-base v0.19.3
|
||||
k8s.io/klog/v2 v2.3.0
|
||||
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
|
||||
k8s.io/metrics v0.18.5
|
||||
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
|
||||
k8s.io/metrics v0.19.3
|
||||
k8s.io/sample-apiserver v0.18.5
|
||||
sigs.k8s.io/metrics-server v0.3.7-0.20200925134111-c39853110962
|
||||
sigs.k8s.io/metrics-server v0.3.7-0.20201028092756-2a1d1385123b
|
||||
)
|
||||
|
||||
// forced by the inclusion of sigs.k8s.io/metrics-server's use of this in their go.mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue