matrix-alertmanager-receiver/go.mod
2021-03-29 18:13:54 +02:00

10 lines
220 B
Modula-2

module git.sr.ht/~fnux/matrix-alertmanager-receiver
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
github.com/prometheus/alertmanager v0.21.0
)