mirror of
https://github.com/prometheus/alertmanager
synced 2025-04-07 17:52:17 +00:00
Add an Alertmanager mixin Signed-off-by: beorn7 <beorn@grafana.com> Co-authored-by: Tom Wilkie <tom.wilkie@gmail.com> Co-authored-by: beorn7 <beorn@grafana.com> Co-authored-by: Simon Pasquier <spasquie@redhat.com>
9 lines
222 B
Modula-2
9 lines
222 B
Modula-2
module github.com/prometheus/alertmanager/doc/alertmanager-mixin
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/go-jsonnet v0.17.0 // indirect
|
|
github.com/monitoring-mixins/mixtool v0.0.0-20201127170310-63dca667103c // indirect
|
|
)
|