Skip to content

Commit 8e32716

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ require (
66
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
77
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
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
1414
github.com/siderolabs/gen v0.8.5
15-
github.com/siderolabs/go-debug v0.6.0
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
19+
golang.org/x/net v0.46.0
2020
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
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)