Skip to content

Commit 772b0c4

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38dad7c commit 772b0c4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.24.4
44

55
require (
66
filippo.io/age v1.2.1
7-
github.com/klauspost/compress v1.18.0
8-
github.com/siderolabs/talos v1.10.4
9-
github.com/siderolabs/talos/pkg/machinery v1.10.4
10-
github.com/stretchr/testify v1.10.0
7+
github.com/klauspost/compress v1.18.1
8+
github.com/siderolabs/talos v1.11.3
9+
github.com/siderolabs/talos/pkg/machinery v1.11.3
10+
github.com/stretchr/testify v1.11.1
1111
)
1212

1313
require (
@@ -126,14 +126,14 @@ require (
126126
require (
127127
github.com/containerd/go-cni v1.1.12 // indirect
128128
github.com/containernetworking/cni v1.3.0 // indirect
129-
github.com/cosi-project/runtime v0.10.2
129+
github.com/cosi-project/runtime v1.11.0
130130
github.com/gertd/go-pluralize v0.2.1 // indirect
131131
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
132132
github.com/hashicorp/errwrap v1.1.0 // indirect
133133
github.com/hashicorp/go-multierror v1.1.1 // indirect
134-
github.com/minio/minio-go/v7 v7.0.84
134+
github.com/minio/minio-go/v7 v7.0.95
135135
github.com/opencontainers/runtime-spec v1.2.1 // indirect
136-
github.com/ory/dockertest/v3 v3.11.0
136+
github.com/ory/dockertest/v3 v3.12.0
137137
github.com/siderolabs/go-pointer v1.0.1 // indirect
138138
github.com/siderolabs/protoenc v0.2.2 // indirect
139139
go.uber.org/multierr v1.11.0 // indirect
@@ -143,6 +143,6 @@ require (
143143
golang.org/x/sys v0.33.0 // indirect
144144
golang.org/x/text v0.26.0 // indirect
145145
google.golang.org/grpc v1.71.3 // indirect
146-
google.golang.org/protobuf v1.36.6
146+
google.golang.org/protobuf v1.36.10
147147
gopkg.in/yaml.v3 v3.0.1 // indirect
148148
)

0 commit comments

Comments
 (0)