Skip to content

Commit 2c0ab95

Browse files
committed
chore: bump deps
Bump Talos machinery to bring in support for K8s 1.32. Signed-off-by: Noel Georgi <[email protected]>
1 parent 180f6b5 commit 2c0ab95

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/hashicorp/terraform-plugin-docs v0.19.4
99
github.com/hashicorp/terraform-plugin-framework v1.12.0
1010
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
11-
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
11+
github.com/hashicorp/terraform-plugin-framework-validators v0.14.0
1212
github.com/hashicorp/terraform-plugin-go v0.24.0
1313
github.com/hashicorp/terraform-plugin-log v0.9.0
1414
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
@@ -18,11 +18,11 @@ require (
1818
github.com/siderolabs/go-blockdevice v0.4.8
1919
github.com/siderolabs/image-factory v0.5.0
2020
github.com/siderolabs/net v0.4.0
21-
github.com/siderolabs/talos v1.8.1
22-
github.com/siderolabs/talos/pkg/machinery v1.8.1
21+
github.com/siderolabs/talos v1.9.0-alpha.0
22+
github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.0
2323
github.com/stretchr/testify v1.9.0
2424
golang.org/x/mod v0.21.0
25-
google.golang.org/grpc v1.66.3
25+
google.golang.org/grpc v1.67.1
2626
gopkg.in/yaml.v3 v3.0.1
2727
k8s.io/client-go v0.31.1
2828
)
@@ -33,7 +33,7 @@ require (
3333
github.com/ProtonMail/gopenpgp/v2 v2.7.5 // indirect
3434
github.com/adrg/xdg v0.5.0 // indirect
3535
github.com/cloudflare/circl v1.3.9 // indirect
36-
github.com/cosi-project/runtime v0.5.5 // indirect
36+
github.com/cosi-project/runtime v0.6.4 // indirect
3737
github.com/gertd/go-pluralize v0.2.1 // indirect
3838
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
3939
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -128,14 +128,14 @@ require (
128128
github.com/josharian/native v1.1.0 // indirect
129129
github.com/jsimonetti/rtnetlink/v2 v2.0.2 // indirect
130130
github.com/json-iterator/go v1.1.12 // indirect
131-
github.com/klauspost/compress v1.17.10 // indirect
131+
github.com/klauspost/compress v1.17.11 // indirect
132132
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
133133
github.com/magiconair/properties v1.8.7 // indirect
134134
github.com/mailru/easyjson v0.7.7 // indirect
135135
github.com/mattn/go-colorable v0.1.13 // indirect
136136
github.com/mattn/go-isatty v0.0.20 // indirect
137137
github.com/mattn/go-runewidth v0.0.15 // indirect
138-
github.com/mdlayher/ethtool v0.1.0 // indirect
138+
github.com/mdlayher/ethtool v0.2.0 // indirect
139139
github.com/mdlayher/genetlink v1.3.2 // indirect
140140
github.com/mdlayher/netlink v1.7.2 // indirect
141141
github.com/mdlayher/socket v0.5.1 // indirect
@@ -157,7 +157,7 @@ require (
157157
github.com/opentracing/opentracing-go v1.2.0 // indirect
158158
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
159159
github.com/pkg/errors v0.9.1 // indirect
160-
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
160+
github.com/planetscale/vtprotobuf v0.6.1-0.20240917153116-6f2963f01587 // indirect
161161
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
162162
github.com/posener/complete v1.2.3 // indirect
163163
github.com/rivo/uniseg v0.4.7 // indirect
@@ -169,8 +169,8 @@ require (
169169
github.com/shibumi/go-pathspec v1.3.0 // indirect
170170
github.com/shopspring/decimal v1.3.1 // indirect
171171
github.com/siderolabs/go-blockdevice/v2 v2.0.3 // indirect
172-
github.com/siderolabs/go-circular v0.2.0 // indirect
173-
github.com/siderolabs/go-kubernetes v0.2.12 // indirect
172+
github.com/siderolabs/go-circular v0.2.1 // indirect
173+
github.com/siderolabs/go-kubernetes v0.2.13 // indirect
174174
github.com/siderolabs/go-pointer v1.0.0 // indirect
175175
github.com/siderolabs/go-procfs v0.1.2 // indirect
176176
github.com/siderolabs/go-retry v0.3.3 // indirect
@@ -205,20 +205,20 @@ require (
205205
go.opentelemetry.io/otel v1.30.0 // indirect
206206
go.opentelemetry.io/otel/metric v1.30.0 // indirect
207207
go.opentelemetry.io/otel/trace v1.30.0 // indirect
208-
golang.org/x/crypto v0.27.0 // indirect
208+
golang.org/x/crypto v0.28.0 // indirect
209209
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
210-
golang.org/x/net v0.29.0 // indirect
210+
golang.org/x/net v0.30.0 // indirect
211211
golang.org/x/oauth2 v0.23.0 // indirect
212212
golang.org/x/sync v0.8.0 // indirect
213-
golang.org/x/sys v0.25.0 // indirect
214-
golang.org/x/term v0.24.0 // indirect
215-
golang.org/x/text v0.18.0 // indirect
216-
golang.org/x/time v0.6.0 // indirect
213+
golang.org/x/sys v0.26.0 // indirect
214+
golang.org/x/term v0.25.0 // indirect
215+
golang.org/x/text v0.19.0 // indirect
216+
golang.org/x/time v0.7.0 // indirect
217217
golang.org/x/tools v0.24.0 // indirect
218218
google.golang.org/appengine v1.6.8 // indirect
219-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
220-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
221-
google.golang.org/protobuf v1.34.2 // indirect
219+
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
220+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
221+
google.golang.org/protobuf v1.35.1 // indirect
222222
gopkg.in/inf.v0 v0.9.1 // indirect
223223
gopkg.in/ini.v1 v1.67.0 // indirect
224224
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)