2018-10-14 11:37:58 +02:00
|
|
|
module github.com/zalando-incubator/kube-metrics-adapter
|
2018-10-08 13:17:05 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/NYTimes/gziphandler v1.0.1 // indirect
|
2020-12-01 11:16:09 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.35.36
|
|
|
|
github.com/go-openapi/spec v0.19.15
|
2018-10-08 13:17:05 +02:00
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
2020-12-01 11:16:09 +01:00
|
|
|
github.com/influxdata/influxdb-client-go v0.2.0
|
|
|
|
github.com/influxdata/line-protocol v0.0.0-20201012155213-5f565037cbc9 // indirect
|
2020-10-23 10:51:10 +02:00
|
|
|
github.com/kubernetes-incubator/custom-metrics-apiserver v0.0.0-20201023074945-51cc7b53320e
|
2020-04-01 20:32:09 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
2020-12-01 11:16:09 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
2020-04-01 20:32:09 +02:00
|
|
|
github.com/onsi/gomega v1.8.1 // indirect
|
2020-11-02 09:04:08 +01:00
|
|
|
github.com/prometheus/client_golang v1.8.0
|
2020-12-01 11:16:09 +01:00
|
|
|
github.com/prometheus/common v0.15.0
|
2020-10-02 10:55:42 +02:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-03-30 09:49:38 +00:00
|
|
|
github.com/spf13/cobra v0.0.7
|
2020-08-13 09:51:05 +02:00
|
|
|
github.com/spyzhov/ajson v0.4.2
|
2020-07-15 17:00:13 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2018-10-29 14:26:25 +01:00
|
|
|
github.com/zalando-incubator/cluster-lifecycle-manager v0.0.0-20180921141935-824b77fb1f84
|
2020-12-01 11:16:09 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
|
2019-10-08 16:20:47 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-12-01 11:16:09 +01:00
|
|
|
golang.org/x/sys v0.0.0-20201130171929-760e229fe7c5 // indirect
|
2020-04-01 20:32:09 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200204192400-7124308813f3 // indirect
|
|
|
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
2020-12-01 11:16:09 +01:00
|
|
|
k8s.io/api v0.18.12
|
|
|
|
k8s.io/apimachinery v0.18.12
|
|
|
|
k8s.io/apiserver v0.18.12
|
|
|
|
k8s.io/client-go v0.18.12
|
|
|
|
k8s.io/component-base v0.18.12
|
2020-03-22 15:12:02 +01:00
|
|
|
k8s.io/klog v1.0.0
|
2020-10-27 10:25:40 +01:00
|
|
|
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
|
2020-10-02 10:55:42 +02:00
|
|
|
k8s.io/metrics v0.18.8
|
2018-10-08 13:17:05 +02:00
|
|
|
)
|
2019-10-01 11:54:37 +02:00
|
|
|
|
2020-10-27 10:25:40 +01:00
|
|
|
go 1.15
|