mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-12 19:37:13 +00:00
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.18.8 to 0.19.4. - [Release notes](https://github.com/kubernetes/kubectl/releases) - [Commits](https://github.com/kubernetes/kubectl/compare/v0.18.8...v0.19.4) Signed-off-by: dependabot[bot] <support@github.com>
15 lines
304 B
Modula-2
15 lines
304 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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.4
|
|
k8s.io/apimachinery v0.19.4
|
|
k8s.io/client-go v0.19.4
|
|
k8s.io/kubectl v0.19.4
|
|
)
|