Alerting: Upgrade grafana/alerting (#88803)

* upgrade grafana/alerting

* Go work sync
This commit is contained in:
Alexander Weaver 2024-06-05 12:23:00 -05:00 committed by GitHub
parent 820ee6e9db
commit cbe7521a56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -86,7 +86,7 @@ require (
github.com/googleapis/gax-go/v2 v2.12.3 // @grafana/grafana-backend-group
github.com/gorilla/mux v1.8.1 // @grafana/grafana-backend-group
github.com/gorilla/websocket v1.5.0 // @grafana/grafana-app-platform-squad
github.com/grafana/alerting v0.0.0-20240604120925-792918f80d66 // @grafana/alerting-squad-backend
github.com/grafana/alerting v0.0.0-20240605165250-2a01d30a527b // @grafana/alerting-squad-backend
github.com/grafana/authlib v0.0.0-20240515154731-fe4779055ef4 // @grafana/identity-access-team
github.com/grafana/codejen v0.0.3 // @grafana/dataviz-squad
github.com/grafana/cuetsy v0.1.11 // @grafana/grafana-as-code

4
go.sum
View File

@ -2299,8 +2299,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-20240604120925-792918f80d66 h1:l2ZJClZjSjuu8EF/RvgfLZQ8Xxn/0IuLEyXx2zzTUdE=
github.com/grafana/alerting v0.0.0-20240604120925-792918f80d66/go.mod h1:kJBlQIE0MDu5Dr+Zo/MUHTkFjJkzDQtVgy8ncN5Wl5Y=
github.com/grafana/alerting v0.0.0-20240605165250-2a01d30a527b h1:C+lIq3fjzJeOHxc+3v7SuLND8gPMoHdqtG/v4j6icCA=
github.com/grafana/alerting v0.0.0-20240605165250-2a01d30a527b/go.mod h1:kJBlQIE0MDu5Dr+Zo/MUHTkFjJkzDQtVgy8ncN5Wl5Y=
github.com/grafana/authlib v0.0.0-20240515154731-fe4779055ef4 h1:Bfa397TXkM0X97MhbCC+fNSwVtg21c0Mg5STes1dRug=
github.com/grafana/authlib v0.0.0-20240515154731-fe4779055ef4/go.mod h1:86rRD5P6u2JPWtNWTMOlqlU+YMv2fUvVz/DomA6L7w4=
github.com/grafana/codejen v0.0.3 h1:tAWxoTUuhgmEqxJPOLtJoxlPBbMULFwKFOcRsPRPXDw=