File 0002-Add-grafana-authlib-types.patch of Package grafana
diff --git a/go.mod b/go.mod index 28170779910..de4c2aff4da 100644 --- a/go.mod +++ b/go.mod @@ -457,6 +457,8 @@ require github.com/grafana/grafana/apps/alerting/notifications v0.0.0-2024120916 require github.com/grafana/grafana/apps/investigation v0.0.0-20241218083103-f46c07aba7b6 // @fcjack @matryer +require github.com/grafana/authlib/types v0.0.0-20250515162837-2f4a8263eabb + require ( cel.dev/expr v0.23.1 // indirect cloud.google.com/go/longrunning v0.6.2 // indirect diff --git a/go.sum b/go.sum index 87679f6e203..3c751fe76f1 100644 --- a/go.sum +++ b/go.sum @@ -1512,6 +1512,8 @@ github.com/grafana/authlib v0.0.0-20250108202437-7a039176d884 h1:MSRBiQrSJZ+iowj github.com/grafana/authlib v0.0.0-20250108202437-7a039176d884/go.mod h1:x7df73G3xuSD35Xv9cjaMLyPJCgM9Z/Wj5ISouoAfiI= github.com/grafana/authlib/claims v0.0.0-20241202085737-df90af04f335 h1:3DHH81RJCi8Bcgn2MdBh7vgWUshmAFjZzBCVuxiQ0uk= github.com/grafana/authlib/claims v0.0.0-20241202085737-df90af04f335/go.mod h1:r+F8H6awwjNQt/KPZ2GNwjk8TvsJ7/gxzkXN26GlL/A= +github.com/grafana/authlib/types v0.0.0-20250515162837-2f4a8263eabb h1:LJStoTm/QTFiUGc24O653uU/W2CFahrbbVI0OoALkww= +github.com/grafana/authlib/types v0.0.0-20250515162837-2f4a8263eabb/go.mod h1:qeWYbnWzaYGl88JlL9+DsP1GT2Cudm58rLtx13fKZdw= github.com/grafana/dataplane/examples v0.0.1 h1:K9M5glueWyLoL4//H+EtTQq16lXuHLmOhb6DjSCahzA= github.com/grafana/dataplane/examples v0.0.1/go.mod h1:h5YwY8s407/17XF5/dS8XrUtsTVV2RnuW8+m1Mp46mg= github.com/grafana/dataplane/sdata v0.0.9 h1:AGL1LZnCUG4MnQtnWpBPbQ8ZpptaZs14w6kE/MWfg7s=