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.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
2020
2121# renovate: datasource=go depName=github.com/go-delve/delve
22- ARG DLV_VERSION=v1.25.2
22+ ARG DLV_VERSION=v1.26.0
2323
2424# renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-health-probe
2525ARG GRPC_HEALTH_PROBE_VERSION=v0.4.44
Original file line number Diff line number Diff line change 33FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
44
55# renovate: datasource=go depName=github.com/go-delve/delve
6- ARG DLV_VERSION=v1.25.2
6+ ARG DLV_VERSION=v1.26.0
77
88# renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-health-probe
99ARG GRPC_HEALTH_PROBE_VERSION=v0.4.44
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.4
1717 github.com/go-chi/cors v1.2.2
18- github.com/go-delve/delve v1.25.2
18+ github.com/go-delve/delve v1.26.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 @@ -292,8 +292,8 @@ github.com/go-chi/chi/v5 v5.2.4 h1:WtFKPHwlywe8Srng8j2BhOD9312j9cGUxG1SP4V2cR4=
292292github.com/go-chi/chi/v5 v5.2.4 /go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0 =
293293github.com/go-chi/cors v1.2.2 h1:Jmey33TE+b+rB7fT8MUy1u0I4L+NARQlK6LhzKPSyQE =
294294github.com/go-chi/cors v1.2.2 /go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58 =
295- github.com/go-delve/delve v1.25.2 h1:EI6EIWGKUEC7OVE5nfG2eQSv5xEgCRxO1+REB7FKCtE =
296- github.com/go-delve/delve v1.25.2 /go.mod h1:sBjdpmDVpQd8nIMFldtqJZkk0RpGXrf8AAp5HeRi0CM =
295+ github.com/go-delve/delve v1.26.0 h1:YZT1kXD76mxba4/wr+tyUa/tSmy7qzoDsmxutT42PIs =
296+ github.com/go-delve/delve v1.26.0 /go.mod h1:8BgFFOXTi1y1M+d/4ax1LdFw0mlqezQiTZQpbpwgBxo =
297297github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 /go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8 =
298298github.com/go-jose/go-jose/v4 v4.1.3 h1:CVLmWDhDVRa6Mi/IgCgaopNosCaHz7zrMeF9MlZRkrs =
299299github.com/go-jose/go-jose/v4 v4.1.3 /go.mod h1:x4oUasVrzR7071A4TnHLGSPpNOm2a21K9Kf04k1rs08 =
You can’t perform that action at this time.
0 commit comments