Skip to content

Commit bfc5ae0

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c1239f commit bfc5ae0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v10.0.0
18+
uses: actions/stale@v10.1.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ go 1.25.0
44

55
require (
66
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
7-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
7+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
88
github.com/jonboulle/clockwork v0.5.0
9-
github.com/planetscale/vtprotobuf v0.6.1-0.20240917153116-6f2963f01587
9+
github.com/planetscale/vtprotobuf ba97887b0a25
1010
github.com/prometheus/client_golang v1.23.2
1111
github.com/siderolabs/crypto v0.6.4
1212
github.com/siderolabs/discovery-api v0.1.6
1313
github.com/siderolabs/discovery-client v0.1.13
14-
github.com/siderolabs/gen v0.8.5
15-
github.com/siderolabs/go-debug v0.6.0
14+
github.com/siderolabs/gen v0.8.6
15+
github.com/siderolabs/go-debug v0.6.1
1616
github.com/siderolabs/proto-codec v0.1.2
1717
github.com/stretchr/testify v1.11.1
1818
go.uber.org/zap v1.27.0
19-
golang.org/x/net v0.44.0
20-
golang.org/x/sync v0.17.0
21-
golang.org/x/time v0.13.0
22-
google.golang.org/grpc v1.75.1
23-
google.golang.org/protobuf v1.36.9
19+
golang.org/x/net v0.46.0
20+
golang.org/x/sync v0.18.0
21+
golang.org/x/time v0.14.0
22+
google.golang.org/grpc v1.76.0
23+
google.golang.org/protobuf v1.36.10
2424
)
2525

2626
require (

0 commit comments

Comments
 (0)