mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-06 02:40:26 +00:00
This patch gives the possibility to send notifications across different technologies. Also, this patch makes slack-hook-url, slack-username and slack-channel deprecated (informed by a warning). Also, updated the documentation (Readme).
17 lines
367 B
Modula-2
17 lines
367 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containrrr/shoutrrr v0.4.1
|
|
github.com/prometheus/client_golang v1.8.0
|
|
github.com/prometheus/common v0.15.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.1
|
|
k8s.io/apimachinery v0.20.1
|
|
k8s.io/client-go v0.20.1
|
|
k8s.io/kubectl v0.20.1
|
|
)
|