mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-17 08:10:18 +00:00
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.31.0 to 0.31.1. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.31.0...v0.31.1) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
464 B
Modula-2
19 lines
464 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/containrrr/shoutrrr v0.5.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.31.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/testify v1.7.0
|
|
gotest.tools/v3 v3.0.3
|
|
k8s.io/api v0.21.4
|
|
k8s.io/apimachinery v0.21.4
|
|
k8s.io/client-go v0.21.4
|
|
k8s.io/kubectl v0.21.4
|
|
)
|