Skip to content

Commit b61bc8c

Browse files
fix(deps): update github.com/grafana/dskit digest to 6aed377
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent c934305 commit b61bc8c

File tree

25 files changed

+796
-192
lines changed

25 files changed

+796
-192
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/google/go-cmp v0.7.0
2525
github.com/google/uuid v1.6.0
2626
github.com/gorilla/mux v1.8.1
27-
github.com/grafana/dskit v0.0.0-20250828173137-de14cf923eeb
27+
github.com/grafana/dskit v0.0.0-20251023134445-6aed3773ec29
2828
github.com/grafana/e2e v0.1.2-0.20250428181430-708d63bcc673
2929
github.com/hashicorp/go-hclog v1.6.3 // indirect
3030
github.com/jedib0t/go-pretty/v6 v6.6.8
@@ -83,7 +83,7 @@ require (
8383
github.com/evanphx/json-patch v5.9.11+incompatible
8484
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
8585
github.com/googleapis/gax-go/v2 v2.15.0
86-
github.com/grafana/gomemcache v0.0.0-20250828162811-a96f6acee2fe
86+
github.com/grafana/gomemcache v0.0.0-20251008140118-65a671e12fdf
8787
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
8888
github.com/hashicorp/golang-lru/v2 v2.0.7
8989
github.com/jaegertracing/jaeger-idl v0.6.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,12 @@ github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+
410410
github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM=
411411
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
412412
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
413-
github.com/grafana/dskit v0.0.0-20250828173137-de14cf923eeb h1:/7k3iGtgl99mhmsaMpB8REUEj8uEh6Nwo74fK342Gsc=
414-
github.com/grafana/dskit v0.0.0-20250828173137-de14cf923eeb/go.mod h1:RtZNNRB6iArFqnfpaMP1KgMqTPfKbGmhRoj8MPcakfY=
413+
github.com/grafana/dskit v0.0.0-20251023134445-6aed3773ec29 h1:SAIoQ3HlOCFzKZ6IWV0U4Aj93QCFVHcxVHw5/XaTisE=
414+
github.com/grafana/dskit v0.0.0-20251023134445-6aed3773ec29/go.mod h1:8AGVTqx49L8iYNAW6ls2n3+li4v70nenYr74sBsLKMk=
415415
github.com/grafana/e2e v0.1.2-0.20250428181430-708d63bcc673 h1:Va04sDlP33f1SFUHRTho4QJfDlGTz+/HnBIpYwlqV9Q=
416416
github.com/grafana/e2e v0.1.2-0.20250428181430-708d63bcc673/go.mod h1:JVmqPBe8A/pZWwRoJW5ZjyALeY5OXMzPl7LrVXOdZAI=
417-
github.com/grafana/gomemcache v0.0.0-20250828162811-a96f6acee2fe h1:q+QaVANzNZxvTovycpQvDTfsNZ2rHh4XIIaccMnrIR4=
418-
github.com/grafana/gomemcache v0.0.0-20250828162811-a96f6acee2fe/go.mod h1:j/s0jkda4UXTemDs7Pgw/vMT06alWc42CHisvYac0qw=
417+
github.com/grafana/gomemcache v0.0.0-20251008140118-65a671e12fdf h1:4fN03UTf6i7wZbLfxL+L/jAIiAxoThFi4rb9//SoGlY=
418+
github.com/grafana/gomemcache v0.0.0-20251008140118-65a671e12fdf/go.mod h1:j/s0jkda4UXTemDs7Pgw/vMT06alWc42CHisvYac0qw=
419419
github.com/grafana/memberlist v0.3.1-0.20220708130638-bd88e10a3d91 h1:/NipyHnOmvRsVzj81j2qE0VxsvsqhOB0f4vJIhk2qCQ=
420420
github.com/grafana/memberlist v0.3.1-0.20220708130638-bd88e10a3d91/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE=
421421
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=

vendor/github.com/grafana/dskit/clusterutil/cluster_validation_config.go

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/dskit/clusterutil/clusterutil.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/dskit/grpcclient/grpcclient.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/dskit/instrument/instrument.go

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/dskit/kv/memberlist/tcp_transport.go

Lines changed: 31 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/dskit/kv/memberlist/tcp_transport_conn.go

Lines changed: 104 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)