File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN pnpm install --frozen-lockfile --prefer-offline && pnpm run build
1919FROM docker.io/golang:1.24.4-alpine@sha256:68932fa6d4d4059845c8f40ad7e654e626f3ebd3706eef7846f319293ab5cb7a AS builder
2020
2121# renovate: datasource=go depName=github.com/go-delve/delve
22- ARG DLV_VERSION=v1.24.2
22+ ARG DLV_VERSION=v1.25.0
2323
2424# renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-health-probe
2525ARG GRPC_HEALTH_PROBE_VERSION=v0.4.38
Original file line number Diff line number Diff line change 33FROM docker.io/golang:1.24.4-alpine@sha256:68932fa6d4d4059845c8f40ad7e654e626f3ebd3706eef7846f319293ab5cb7a AS builder
44
55# renovate: datasource=go depName=github.com/go-delve/delve
6- ARG DLV_VERSION=v1.24.2
6+ ARG DLV_VERSION=v1.25.0
77
88# renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-health-probe
99ARG GRPC_HEALTH_PROBE_VERSION=v0.4.38
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/fsnotify/fsnotify v1.9.0
1616 github.com/go-chi/chi/v5 v5.2.2
1717 github.com/go-chi/cors v1.2.1
18- github.com/go-delve/delve v1.24.2
18+ github.com/go-delve/delve v1.25.0
1919 github.com/go-kit/log v0.2.1
2020 github.com/go-ozzo/ozzo-validation/v4 v4.3.0
2121 github.com/gogo/status v1.1.1
Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618=
276276github.com/go-chi/chi/v5 v5.2.2 /go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops =
277277github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4 =
278278github.com/go-chi/cors v1.2.1 /go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58 =
279- github.com/go-delve/delve v1.24.2 h1:BPuAHfgM8fAzomRuo02S2YRA6OEvY7gB0aK8DcHzbZY =
280- github.com/go-delve/delve v1.24.2 /go.mod h1:kJk12wo6PqzWknTP6M+Pg3/CrNhFMZvNq1iHESKkhv8 =
279+ github.com/go-delve/delve v1.25.0 h1:JN2S3iVptvayUS2w+d0UEPmijgkodW1AFM4I8UViHGE =
280+ github.com/go-delve/delve v1.25.0 /go.mod h1:kJk12wo6PqzWknTP6M+Pg3/CrNhFMZvNq1iHESKkhv8 =
281281github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 /go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8 =
282282github.com/go-jose/go-jose/v4 v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE =
283283github.com/go-jose/go-jose/v4 v4.0.5 /go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA =
You can’t perform that action at this time.
0 commit comments