Files
kured/go.mod
atighineanu 694957d56e Implement universal notification mechanism
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).
2021-03-29 11:26:18 +02:00

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
)