mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
21 lines
526 B
AMPL
21 lines
526 B
AMPL
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.11.0
|
|
github.com/prometheus/common v0.32.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
gotest.tools/v3 v3.0.3
|
|
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
|
|
)
|