mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-16 05:16:56 +00:00
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.10.0) Signed-off-by: dependabot[bot] <support@github.com>
18 lines
428 B
Modula-2
18 lines
428 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containrrr/shoutrrr v0.4.4
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/prometheus/common v0.18.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.1.3
|
|
gotest.tools/v3 v3.0.3
|
|
k8s.io/api v0.20.5
|
|
k8s.io/apimachinery v0.20.5
|
|
k8s.io/client-go v0.20.5
|
|
k8s.io/kubectl v0.20.5
|
|
)
|