10 lines
220 B
Modula-2
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
|
||
|
)
|