@@ -5,23 +5,24 @@ go 1.23.3
5
5
require (
6
6
github.com/siderolabs/go-debug v0.4.0
7
7
github.com/siderolabs/go-retry v0.3.3
8
- github.com/siderolabs/talos/pkg/machinery v1.9.0-beta.0
8
+ github.com/siderolabs/talos/pkg/machinery v1.9.0
9
9
github.com/spf13/cobra v1.8.1
10
10
github.com/spf13/viper v1.19.0
11
- google.golang.org/grpc v1.68.0
11
+ google.golang.org/grpc v1.68.1
12
12
k8s.io/api v0.31.3
13
13
k8s.io/apimachinery v0.31.3
14
14
k8s.io/client-go v0.31.3
15
- sigs.k8s.io/cluster-api v1.8.5
15
+ sigs.k8s.io/cluster-api v1.9.0
16
16
sigs.k8s.io/controller-runtime v0.19.3
17
17
)
18
18
19
19
require (
20
20
cel.dev/expr v0.18.0 // indirect
21
+ dario.cat/mergo v1.0.1 // indirect
21
22
github.com/MakeNowJust/heredoc v1.0.0 // indirect
22
23
github.com/Masterminds/goutils v1.1.1 // indirect
23
- github.com/Masterminds/semver/v3 v3.2 .0 // indirect
24
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
24
+ github.com/Masterminds/semver/v3 v3.3 .0 // indirect
25
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
25
26
github.com/ProtonMail/go-crypto v1.1.3 // indirect
26
27
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
27
28
github.com/ProtonMail/gopenpgp/v2 v2.8.1 // indirect
@@ -35,7 +36,7 @@ require (
35
36
github.com/cloudflare/circl v1.5.0 // indirect
36
37
github.com/containerd/go-cni v1.1.10 // indirect
37
38
github.com/containernetworking/cni v1.2.3 // indirect
38
- github.com/cosi-project/runtime v0.7.2 // indirect
39
+ github.com/cosi-project/runtime v0.7.6 // indirect
39
40
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
40
41
github.com/distribution/reference v0.6.0 // indirect
41
42
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -50,7 +51,7 @@ require (
50
51
github.com/go-openapi/jsonpointer v0.19.6 // indirect
51
52
github.com/go-openapi/jsonreference v0.20.2 // indirect
52
53
github.com/go-openapi/swag v0.22.4 // indirect
53
- github.com/gobuffalo/flect v1.0.2 // indirect
54
+ github.com/gobuffalo/flect v1.0.3 // indirect
54
55
github.com/gogo/protobuf v1.3.2 // indirect
55
56
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56
57
github.com/golang/protobuf v1.5.4 // indirect
@@ -65,7 +66,7 @@ require (
65
66
github.com/hashicorp/errwrap v1.1.0 // indirect
66
67
github.com/hashicorp/go-multierror v1.1.1 // indirect
67
68
github.com/hashicorp/hcl v1.0.0 // indirect
68
- github.com/huandu/xstrings v1.3.3 // indirect
69
+ github.com/huandu/xstrings v1.5.0 // indirect
69
70
github.com/imdario/mergo v0.3.13 // indirect
70
71
github.com/inconshreveable/mousetrap v1.1.0 // indirect
71
72
github.com/josharian/intern v1.0.0 // indirect
@@ -78,7 +79,7 @@ require (
78
79
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
79
80
github.com/modern-go/reflect2 v1.0.2 // indirect
80
81
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
81
- github.com/onsi/gomega v1.34 .0 // indirect
82
+ github.com/onsi/gomega v1.36 .0 // indirect
82
83
github.com/opencontainers/go-digest v1.0.0 // indirect
83
84
github.com/opencontainers/runtime-spec v1.2.0 // indirect
84
85
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
@@ -91,15 +92,15 @@ require (
91
92
github.com/prometheus/procfs v0.15.1 // indirect
92
93
github.com/sagikazarmark/locafero v0.4.0 // indirect
93
94
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
94
- github.com/shopspring/decimal v1.3.1 // indirect
95
+ github.com/shopspring/decimal v1.4.0 // indirect
95
96
github.com/siderolabs/crypto v0.5.0 // indirect
96
97
github.com/siderolabs/gen v0.7.0 // indirect
97
98
github.com/siderolabs/go-api-signature v0.3.6 // indirect
98
99
github.com/siderolabs/go-pointer v1.0.0 // indirect
99
100
github.com/siderolabs/protoenc v0.2.1 // indirect
100
101
github.com/sourcegraph/conc v0.3.0 // indirect
101
102
github.com/spf13/afero v1.11.0 // indirect
102
- github.com/spf13/cast v1.6 .0 // indirect
103
+ github.com/spf13/cast v1.7 .0 // indirect
103
104
github.com/spf13/pflag v1.0.5 // indirect
104
105
github.com/stoewer/go-strcase v1.3.0 // indirect
105
106
github.com/subosito/gotenv v1.6.0 // indirect
@@ -115,28 +116,28 @@ require (
115
116
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
116
117
go.uber.org/multierr v1.11.0 // indirect
117
118
go.uber.org/zap v1.27.0 // indirect
118
- golang.org/x/crypto v0.29 .0 // indirect
119
+ golang.org/x/crypto v0.30 .0 // indirect
119
120
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
120
- golang.org/x/net v0.31 .0 // indirect
121
+ golang.org/x/net v0.32 .0 // indirect
121
122
golang.org/x/oauth2 v0.24.0 // indirect
122
- golang.org/x/sync v0.9 .0 // indirect
123
- golang.org/x/sys v0.27 .0 // indirect
124
- golang.org/x/term v0.26 .0 // indirect
125
- golang.org/x/text v0.20 .0 // indirect
123
+ golang.org/x/sync v0.10 .0 // indirect
124
+ golang.org/x/sys v0.28 .0 // indirect
125
+ golang.org/x/term v0.27 .0 // indirect
126
+ golang.org/x/text v0.21 .0 // indirect
126
127
golang.org/x/time v0.8.0 // indirect
127
128
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
128
- google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
129
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
129
+ google.golang.org/genproto/googleapis/api v0.0.0-20241206012308-a4fef0638583 // indirect
130
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
130
131
google.golang.org/protobuf v1.35.2 // indirect
131
132
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
132
133
gopkg.in/inf.v0 v0.9.1 // indirect
133
134
gopkg.in/ini.v1 v1.67.0 // indirect
134
135
gopkg.in/yaml.v2 v2.4.0 // indirect
135
136
gopkg.in/yaml.v3 v3.0.1 // indirect
136
- k8s.io/apiextensions-apiserver v0.31.0 // indirect
137
- k8s.io/apiserver v0.31.0 // indirect
138
- k8s.io/cluster-bootstrap v0.30 .3 // indirect
139
- k8s.io/component-base v0.31.0 // indirect
137
+ k8s.io/apiextensions-apiserver v0.31.3 // indirect
138
+ k8s.io/apiserver v0.31.3 // indirect
139
+ k8s.io/cluster-bootstrap v0.31 .3 // indirect
140
+ k8s.io/component-base v0.31.3 // indirect
140
141
k8s.io/klog/v2 v2.130.1 // indirect
141
142
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
142
143
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
0 commit comments