mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 19:16:06 +00:00
6f5ab042e6
Bumps [github.com/influxdata/influxdb-client-go](https://github.com/influxdata/influxdb-client-go) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/influxdata/influxdb-client-go/releases) - [Commits](https://github.com/influxdata/influxdb-client-go/compare/v0.1.4...v0.1.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
33 lines
1.5 KiB
Modula-2
33 lines
1.5 KiB
Modula-2
module github.com/zalando-incubator/kube-metrics-adapter
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.0.1 // indirect
|
|
github.com/aws/aws-sdk-go v1.29.4
|
|
github.com/coreos/go-systemd v0.0.0-20180705093442-88bfeed483d3 // indirect
|
|
github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7 // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.4.1 // indirect
|
|
github.com/influxdata/influxdb-client-go v0.1.5
|
|
github.com/kubernetes-incubator/custom-metrics-apiserver v0.0.0-20190918110929-3d9be26a50eb
|
|
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6 // indirect
|
|
github.com/zalando-incubator/cluster-lifecycle-manager v0.0.0-20180921141935-824b77fb1f84
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
|
|
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
|
|
k8s.io/apiserver v0.0.0-20190918160949-bfa5e2e684ad // indirect
|
|
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90
|
|
k8s.io/component-base v0.0.0-20190918160511-547f6c5d7090
|
|
k8s.io/klog v0.4.0
|
|
k8s.io/metrics v0.0.0-20190226180357-f3f09b9076d1
|
|
)
|
|
|
|
go 1.13
|