mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 18:00:23 +00:00
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.1...v1.1.2) 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.15
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.8.0
|
|
github.com/prometheus/common v0.15.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cobra v1.1.2
|
|
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
|
|
)
|