Skip to content

Commit e393f70

Browse files
fix(deps): update github.com/grafana/dskit digest to 7bdd67c (#204)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/grafana/dskit](https://redirect.github.com/grafana/dskit) | require | digest | `b1b9c36` -> `7bdd67c` | --- > [!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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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 5a4aa26 commit e393f70

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
@@ -6,7 +6,7 @@ require (
66
github.com/go-jose/go-jose/v4 v4.1.3
77
github.com/google/go-querystring v1.1.0
88
github.com/grafana/authlib/types v0.0.0-20250926065801-df98203cff37
9-
github.com/grafana/dskit v0.0.0-20251201083325-b1b9c36a41e8
9+
github.com/grafana/dskit v0.0.0-20251201135842-7bdd67cbf017
1010
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2
1111
github.com/patrickmn/go-cache v2.1.0+incompatible
1212
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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=
1919
github.com/grafana/authlib/types v0.0.0-20250926065801-df98203cff37 h1:qEwZ+7MbPjzRvTi31iT9w7NBhKIpKwZrFbYmOZLqkwA=
2020
github.com/grafana/authlib/types v0.0.0-20250926065801-df98203cff37/go.mod h1:qeWYbnWzaYGl88JlL9+DsP1GT2Cudm58rLtx13fKZdw=
21-
github.com/grafana/dskit v0.0.0-20251201083325-b1b9c36a41e8 h1:tvErl7z3kf9ux12pbViQEXPL6R5QakfJ1vxqYxGPYEE=
22-
github.com/grafana/dskit v0.0.0-20251201083325-b1b9c36a41e8/go.mod h1:hwLsP23q3l0h+NaN5sDjAkESWYaPrrh/gfdreCZk2ik=
21+
github.com/grafana/dskit v0.0.0-20251201135842-7bdd67cbf017 h1:pZZfDdOR8AI1KRiAKWdfnV/gk8XhzRb0XzNd28Q3vMg=
22+
github.com/grafana/dskit v0.0.0-20251201135842-7bdd67cbf017/go.mod h1:/pHIcyeZJBZbtboXOjRtPaMl5KK+2VRdNJbCHDkpDYs=
2323
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 h1:8Tjv8EJ+pM1xP8mK6egEbD1OgnVTyacbefKhmbLhIhU=
2424
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2/go.mod h1:pkJQ2tZHJ0aFOVEEot6oZmaVEZcRme73eIFmhiVuRWs=
2525
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=

0 commit comments

Comments
 (0)