15 lines
528 B
Modula-2
15 lines
528 B
Modula-2
module git.sr.ht/~fnux/matrix-alertmanager-receiver
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.4.1
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
|
|
github.com/prometheus/alertmanager v0.23.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|