Skip to content

Commit 67127b3

Browse files
fix(deps): update github.com/grafana/authlib/types digest to e393f70 (#201)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/grafana/authlib/types](https://redirect.github.com/grafana/authlib) | require | digest | `df98203` -> `e393f70` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 8782239 commit 67127b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/go-jose/go-jose/v4 v4.1.3
77
github.com/google/go-querystring v1.1.0
8-
github.com/grafana/authlib/types v0.0.0-20250926065801-df98203cff37
8+
github.com/grafana/authlib/types v0.0.0-20251201171842-e393f70a716b
99
github.com/grafana/dskit v0.0.0-20251201135842-7bdd67cbf017
1010
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
1111
github.com/patrickmn/go-cache v2.1.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
1616
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
1717
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1818
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
19-
github.com/grafana/authlib/types v0.0.0-20250926065801-df98203cff37 h1:qEwZ+7MbPjzRvTi31iT9w7NBhKIpKwZrFbYmOZLqkwA=
20-
github.com/grafana/authlib/types v0.0.0-20250926065801-df98203cff37/go.mod h1:qeWYbnWzaYGl88JlL9+DsP1GT2Cudm58rLtx13fKZdw=
19+
github.com/grafana/authlib/types v0.0.0-20251201171842-e393f70a716b h1:6EbwVXmBdbiqJJlaxujccIavJAvRgqtJyeIbRIbq1pw=
20+
github.com/grafana/authlib/types v0.0.0-20251201171842-e393f70a716b/go.mod h1:qeWYbnWzaYGl88JlL9+DsP1GT2Cudm58rLtx13fKZdw=
2121
github.com/grafana/dskit v0.0.0-20251201135842-7bdd67cbf017 h1:pZZfDdOR8AI1KRiAKWdfnV/gk8XhzRb0XzNd28Q3vMg=
2222
github.com/grafana/dskit v0.0.0-20251201135842-7bdd67cbf017/go.mod h1:/pHIcyeZJBZbtboXOjRtPaMl5KK+2VRdNJbCHDkpDYs=
2323
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 h1:NmZ1PKzSTQbuGHw9DGPFomqkkLWMC+vZCkfs+FHv1Vg=

0 commit comments

Comments
 (0)