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-06-01 10:46:23 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.31.7
|
2018-10-08 13:17:05 +02:00
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
2020-03-22 14:20:20 +00:00
|
|
|
github.com/influxdata/influxdb-client-go v0.1.5
|
2020-06-27 18:39:12 +02:00
|
|
|
github.com/kubernetes-incubator/custom-metrics-apiserver v0.0.0-20200618121405-54026617ec44
|
2020-04-01 20:32:09 +02:00
|
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
2018-10-08 13:17:05 +02:00
|
|
|
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
|
2020-04-01 20:32:09 +02:00
|
|
|
github.com/onsi/gomega v1.8.1 // indirect
|
2020-05-04 09:58:05 +00:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2020-06-01 10:47:03 +00:00
|
|
|
github.com/prometheus/common v0.10.0
|
2020-05-04 09:57:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-03-30 09:49:38 +00:00
|
|
|
github.com/spf13/cobra v0.0.7
|
2020-06-01 10:46:34 +00:00
|
|
|
github.com/stretchr/testify v1.6.0
|
2018-10-29 14:26:25 +01:00
|
|
|
github.com/zalando-incubator/cluster-lifecycle-manager v0.0.0-20180921141935-824b77fb1f84
|
2019-10-08 16:20:47 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-04-01 20:32:09 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200204192400-7124308813f3 // indirect
|
2020-06-27 18:39:12 +02:00
|
|
|
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
|
2020-04-01 20:32:09 +02:00
|
|
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
2020-06-27 18:39:12 +02:00
|
|
|
k8s.io/api v0.18.4
|
|
|
|
k8s.io/apimachinery v0.18.4
|
|
|
|
k8s.io/client-go v0.18.4
|
|
|
|
k8s.io/component-base v0.18.4
|
2020-03-22 15:12:02 +01:00
|
|
|
k8s.io/klog v1.0.0
|
2020-06-27 18:39:12 +02:00
|
|
|
k8s.io/metrics v0.18.4
|
2018-10-08 13:17:05 +02:00
|
|
|
)
|
2019-10-01 11:54:37 +02:00
|
|
|
|
|
|
|
go 1.13
|