mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 18:00:23 +00:00
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
527 B
Modula-2
21 lines
527 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/containrrr/shoutrrr v0.5.2
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/prometheus/common v0.32.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.1
|
|
gotest.tools/v3 v3.1.0
|
|
k8s.io/api v0.22.4
|
|
k8s.io/apimachinery v0.22.4
|
|
k8s.io/client-go v0.22.4
|
|
k8s.io/kubectl v0.22.4
|
|
)
|