From 0cc97f63b1a4e403b62188a23623161513ef9311 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Wed, 21 Jun 2023 10:00:17 +0100 Subject: [PATCH] Alerting: Update grafana/alerting to 5169fce (#70406) * Alerting: Update grafana/alerting to 5169fce * Run go mod tidy --------- Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 0c43e2f5b87..15825b64736 100644 --- a/go.mod +++ b/go.mod @@ -57,7 +57,7 @@ require ( github.com/google/uuid v1.3.0 github.com/google/wire v0.5.0 github.com/gorilla/websocket v1.5.0 - github.com/grafana/alerting v0.0.0-20230524181453-a8e75e4dfdda + github.com/grafana/alerting v0.0.0-20230620220549-5169fced2d28 github.com/grafana/cuetsy v0.1.9 github.com/grafana/grafana-aws-sdk v0.15.0 github.com/grafana/grafana-azure-sdk-go v1.6.0 @@ -393,7 +393,7 @@ require ( github.com/yudai/pp v2.0.1+incompatible // indirect go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect go.opentelemetry.io/proto/otlp v0.19.0 // indirect - golang.org/x/mod v0.9.0 // indirect + golang.org/x/mod v0.9.0 gopkg.in/warnings.v0 v0.1.2 // indirect ) diff --git a/go.sum b/go.sum index abc4f03307b..091e4a120e8 100644 --- a/go.sum +++ b/go.sum @@ -1273,8 +1273,8 @@ github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/grafana/alerting v0.0.0-20230524181453-a8e75e4dfdda h1:TMhOL+sKkA+M/xCVOelM0sMs7Xp2DDbQTcKScTEJxDo= -github.com/grafana/alerting v0.0.0-20230524181453-a8e75e4dfdda/go.mod h1:5edgy6tQY4+W2wuJdi8g2GjbVmpJufguy7QGIRl2q4o= +github.com/grafana/alerting v0.0.0-20230620220549-5169fced2d28 h1:3tkcMpp5+SlBkec11J8fHbmp9/HvlSfgnnorfw03bII= +github.com/grafana/alerting v0.0.0-20230620220549-5169fced2d28/go.mod h1:5edgy6tQY4+W2wuJdi8g2GjbVmpJufguy7QGIRl2q4o= github.com/grafana/codejen v0.0.3 h1:tAWxoTUuhgmEqxJPOLtJoxlPBbMULFwKFOcRsPRPXDw= github.com/grafana/codejen v0.0.3/go.mod h1:zmwwM/DRyQB7pfuBjTWII3CWtxcXh8LTwAYGfDfpR6s= github.com/grafana/cuetsy v0.1.9 h1:EwT8BqHoC0B3B4Y6Lg/D1aeYUKnQC1+2jjOHNsOuUfU=