Skip to content

Commit e4e9062

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 e4e9062

File tree

3 files changed

+90
-88
lines changed

3 files changed

+90
-88
lines changed

go.mod

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ module github.com/siderolabs/terraform-provider-talos
22

33
go 1.23.2
44

5+
replace google.golang.org/grpc => google.golang.org/grpc v1.66.3
6+
57
require (
68
github.com/blang/semver/v4 v4.0.0
79
github.com/dustin/go-humanize v1.0.1
810
github.com/hashicorp/terraform-plugin-docs v0.19.4
911
github.com/hashicorp/terraform-plugin-framework v1.12.0
1012
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
11-
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
13+
github.com/hashicorp/terraform-plugin-framework-validators v0.14.0
1214
github.com/hashicorp/terraform-plugin-go v0.24.0
1315
github.com/hashicorp/terraform-plugin-log v0.9.0
1416
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
@@ -18,11 +20,11 @@ require (
1820
github.com/siderolabs/go-blockdevice v0.4.8
1921
github.com/siderolabs/image-factory v0.5.0
2022
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
23+
github.com/siderolabs/talos v1.9.0-alpha.0
24+
github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.0
2325
github.com/stretchr/testify v1.9.0
2426
golang.org/x/mod v0.21.0
25-
google.golang.org/grpc v1.66.3
27+
google.golang.org/grpc v1.67.1
2628
gopkg.in/yaml.v3 v3.0.1
2729
k8s.io/client-go v0.31.1
2830
)
@@ -33,7 +35,7 @@ require (
3335
github.com/ProtonMail/gopenpgp/v2 v2.7.5 // indirect
3436
github.com/adrg/xdg v0.5.0 // indirect
3537
github.com/cloudflare/circl v1.3.9 // indirect
36-
github.com/cosi-project/runtime v0.5.5 // indirect
38+
github.com/cosi-project/runtime v0.6.4 // indirect
3739
github.com/gertd/go-pluralize v0.2.1 // indirect
3840
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
3941
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
@@ -128,14 +130,14 @@ require (
128130
github.com/josharian/native v1.1.0 // indirect
129131
github.com/jsimonetti/rtnetlink/v2 v2.0.2 // indirect
130132
github.com/json-iterator/go v1.1.12 // indirect
131-
github.com/klauspost/compress v1.17.10 // indirect
133+
github.com/klauspost/compress v1.17.11 // indirect
132134
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
133135
github.com/magiconair/properties v1.8.7 // indirect
134136
github.com/mailru/easyjson v0.7.7 // indirect
135137
github.com/mattn/go-colorable v0.1.13 // indirect
136138
github.com/mattn/go-isatty v0.0.20 // indirect
137139
github.com/mattn/go-runewidth v0.0.15 // indirect
138-
github.com/mdlayher/ethtool v0.1.0 // indirect
140+
github.com/mdlayher/ethtool v0.2.0 // indirect
139141
github.com/mdlayher/genetlink v1.3.2 // indirect
140142
github.com/mdlayher/netlink v1.7.2 // indirect
141143
github.com/mdlayher/socket v0.5.1 // indirect
@@ -157,7 +159,7 @@ require (
157159
github.com/opentracing/opentracing-go v1.2.0 // indirect
158160
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
159161
github.com/pkg/errors v0.9.1 // indirect
160-
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
162+
github.com/planetscale/vtprotobuf v0.6.1-0.20240917153116-6f2963f01587 // indirect
161163
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
162164
github.com/posener/complete v1.2.3 // indirect
163165
github.com/rivo/uniseg v0.4.7 // indirect
@@ -169,8 +171,8 @@ require (
169171
github.com/shibumi/go-pathspec v1.3.0 // indirect
170172
github.com/shopspring/decimal v1.3.1 // indirect
171173
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
174+
github.com/siderolabs/go-circular v0.2.1 // indirect
175+
github.com/siderolabs/go-kubernetes v0.2.13 // indirect
174176
github.com/siderolabs/go-pointer v1.0.0 // indirect
175177
github.com/siderolabs/go-procfs v0.1.2 // indirect
176178
github.com/siderolabs/go-retry v0.3.3 // indirect
@@ -205,20 +207,20 @@ require (
205207
go.opentelemetry.io/otel v1.30.0 // indirect
206208
go.opentelemetry.io/otel/metric v1.30.0 // indirect
207209
go.opentelemetry.io/otel/trace v1.30.0 // indirect
208-
golang.org/x/crypto v0.27.0 // indirect
210+
golang.org/x/crypto v0.28.0 // indirect
209211
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
210-
golang.org/x/net v0.29.0 // indirect
212+
golang.org/x/net v0.30.0 // indirect
211213
golang.org/x/oauth2 v0.23.0 // indirect
212214
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
215+
golang.org/x/sys v0.26.0 // indirect
216+
golang.org/x/term v0.25.0 // indirect
217+
golang.org/x/text v0.19.0 // indirect
218+
golang.org/x/time v0.7.0 // indirect
217219
golang.org/x/tools v0.24.0 // indirect
218220
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
221+
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
222+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
223+
google.golang.org/protobuf v1.35.1 // indirect
222224
gopkg.in/inf.v0 v0.9.1 // indirect
223225
gopkg.in/ini.v1 v1.67.0 // indirect
224226
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)