From 5b0553a572d3b7890c7f50a2ec55841a6d65550e Mon Sep 17 00:00:00 2001 From: George Robinson Date: Tue, 25 Jun 2024 20:29:30 +0100 Subject: [PATCH] Update Alertmanager to commit 66ec17e (#212) This commit updates Alertmanager to include https://github.com/grafana/prometheus-alertmanager/pull/89. It is a no-op. It just keeps us up to date. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index de92c26c..60f28199 100644 --- a/go.mod +++ b/go.mod @@ -96,7 +96,7 @@ require ( ) // Using a fork of the Alertmanager with Alerting Squad specific changes. -replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625182930-5c3512635dc5 +replace github.com/prometheus/alertmanager => github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625192351-66ec17e3aa45 replace github.com/Unknwon/com v1.0.1 => github.com/unknwon/com v1.0.1 diff --git a/go.sum b/go.sum index 46caebf1..76f504ea 100644 --- a/go.sum +++ b/go.sum @@ -187,8 +187,8 @@ github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625182930-5c3512635dc5 h1:RXspnl74gDuDorXvuXpLYyT8aVYJTalY05ZCnvETT0A= -github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625182930-5c3512635dc5/go.mod h1:01sXtHoRwI8W324IPAzuxDFOmALqYLCOhvSC2fUHWXc= +github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625192351-66ec17e3aa45 h1:AJKOtDKAOg8XNFnIZSmqqqutoTSxVlRs6vekL2p2KEY= +github.com/grafana/prometheus-alertmanager v0.25.1-0.20240625192351-66ec17e3aa45/go.mod h1:01sXtHoRwI8W324IPAzuxDFOmALqYLCOhvSC2fUHWXc= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=