Bump k8s.io/kubectl from 0.18.8 to 0.19.3
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.18.8 to 0.19.3. - [Release notes](https://github.com/kubernetes/kubectl/releases) - [Commits](https://github.com/kubernetes/kubectl/compare/v0.18.8...v0.19.3 ) Signed-off-by: dependabot[bot] <support@github.com>
... | ... | @@ -3,14 +3,12 @@ module github.com/weaveworks/kured |
go 1.13 | ||
require ( | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.0.0 | ||
github.com/prometheus/common v0.4.1 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.5 | ||
k8s.io/api v0.18.8 | ||
k8s.io/apimachinery v0.18.8 | ||
k8s.io/client-go v0.18.8 | ||
k8s.io/kubectl v0.18.8 | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/prometheus/common v0.10.0 | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/cobra v1.0.0 | ||
k8s.io/api v0.19.3 | ||
k8s.io/apimachinery v0.19.3 | ||
k8s.io/client-go v0.19.3 | ||
k8s.io/kubectl v0.19.3 | ||
) |
This diff is collapsed.
Please register or sign in to comment