mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-19 06:46:44 +00:00
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.0) 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.8.0
|
|
github.com/spf13/cobra v1.1.3
|
|
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
|
|
)
|