1
1
module github.com/siderolabs/cluster-api-bootstrap-provider-talos
2
2
3
- go 1.22.7
3
+ go 1.23.3
4
4
5
5
require (
6
6
github.com/evanphx/json-patch v5.9.0+incompatible
7
7
github.com/go-logr/logr v1.4.2
8
8
github.com/google/go-cmp v0.6.0
9
- github.com/siderolabs/crypto v0.4.4
9
+ github.com/siderolabs/crypto v0.5.0
10
10
github.com/siderolabs/go-pointer v1.0.0
11
- github.com/siderolabs/talos/pkg/machinery v1.8 .0
11
+ github.com/siderolabs/talos/pkg/machinery v1.9.0-beta .0
12
12
github.com/spf13/pflag v1.0.5
13
- github.com/stretchr/testify v1.9 .0
14
- golang.org/x/sys v0.25 .0
13
+ github.com/stretchr/testify v1.10 .0
14
+ golang.org/x/sys v0.27 .0
15
15
gopkg.in/yaml.v2 v2.4.0
16
- k8s.io/api v0.31.1
17
- k8s.io/apiextensions-apiserver v0.31.1
18
- k8s.io/apimachinery v0.31.1
19
- k8s.io/client-go v0.31.1
20
- k8s.io/component-base v0.31.1
16
+ k8s.io/api v0.31.3
17
+ k8s.io/apiextensions-apiserver v0.31.3
18
+ k8s.io/apimachinery v0.31.3
19
+ k8s.io/client-go v0.31.3
20
+ k8s.io/component-base v0.31.3
21
21
k8s.io/klog/v2 v2.130.1
22
- sigs.k8s.io/cluster-api v1.8.3
23
- sigs.k8s.io/controller-runtime v0.19.0
22
+ sigs.k8s.io/cluster-api v1.8.5
23
+ sigs.k8s.io/controller-runtime v0.19.3
24
24
)
25
25
26
26
require (
27
+ cel.dev/expr v0.18.0 // indirect
27
28
github.com/MakeNowJust/heredoc v1.0.0 // indirect
28
29
github.com/Masterminds/goutils v1.1.1 // indirect
29
30
github.com/Masterminds/semver/v3 v3.2.0 // indirect
30
31
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
31
32
github.com/NYTimes/gziphandler v1.1.1 // indirect
32
- github.com/ProtonMail/go-crypto v1.1.0-alpha.5.0.20240827111422-b5837fa4476e // indirect
33
- github.com/adrg/xdg v0.5.0 // indirect
34
- github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
33
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
34
+ github.com/adrg/xdg v0.5.3 // indirect
35
+ github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
35
36
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
36
37
github.com/beorn7/perks v1.0.1 // indirect
37
38
github.com/blang/semver/v4 v4.0.0 // indirect
38
39
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
39
40
github.com/cespare/xxhash/v2 v2.3.0 // indirect
40
- github.com/cloudflare/circl v1.3.9 // indirect
41
+ github.com/cloudflare/circl v1.5.0 // indirect
41
42
github.com/containerd/go-cni v1.1.10 // indirect
42
43
github.com/containernetworking/cni v1.2.3 // indirect
44
+ github.com/cosi-project/runtime v0.7.2 // indirect
43
45
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
44
46
github.com/distribution/reference v0.6.0 // indirect
45
47
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -49,6 +51,7 @@ require (
49
51
github.com/felixge/httpsnoop v1.0.4 // indirect
50
52
github.com/fsnotify/fsnotify v1.7.0 // indirect
51
53
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
54
+ github.com/gertd/go-pluralize v0.2.1 // indirect
52
55
github.com/ghodss/yaml v1.0.0 // indirect
53
56
github.com/go-logr/stdr v1.2.2 // indirect
54
57
github.com/go-logr/zapr v1.3.0 // indirect
@@ -59,13 +62,13 @@ require (
59
62
github.com/gogo/protobuf v1.3.2 // indirect
60
63
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61
64
github.com/golang/protobuf v1.5.4 // indirect
62
- github.com/google/cel-go v0.21.0 // indirect
65
+ github.com/google/cel-go v0.22.1 // indirect
63
66
github.com/google/gnostic-models v0.6.8 // indirect
64
67
github.com/google/go-github/v53 v53.2.0 // indirect
65
68
github.com/google/go-querystring v1.1.0 // indirect
66
69
github.com/google/gofuzz v1.2.0 // indirect
67
70
github.com/google/uuid v1.6.0 // indirect
68
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
71
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24 .0 // indirect
69
72
github.com/hashicorp/errwrap v1.1.0 // indirect
70
73
github.com/hashicorp/go-multierror v1.1.1 // indirect
71
74
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -78,7 +81,7 @@ require (
78
81
github.com/json-iterator/go v1.1.12 // indirect
79
82
github.com/magiconair/properties v1.8.7 // indirect
80
83
github.com/mailru/easyjson v0.7.7 // indirect
81
- github.com/mdlayher/ethtool v0.1 .0 // indirect
84
+ github.com/mdlayher/ethtool v0.2 .0 // indirect
82
85
github.com/mdlayher/genetlink v1.3.2 // indirect
83
86
github.com/mdlayher/netlink v1.7.2 // indirect
84
87
github.com/mdlayher/socket v0.5.1 // indirect
@@ -93,7 +96,7 @@ require (
93
96
github.com/opencontainers/runtime-spec v1.2.0 // indirect
94
97
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
95
98
github.com/pkg/errors v0.9.1 // indirect
96
- github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
99
+ github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
97
100
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
98
101
github.com/prometheus/client_golang v1.19.1 // indirect
99
102
github.com/prometheus/client_model v0.6.1 // indirect
@@ -103,17 +106,16 @@ require (
103
106
github.com/sagikazarmark/locafero v0.4.0 // indirect
104
107
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
105
108
github.com/shopspring/decimal v1.3.1 // indirect
106
- github.com/siderolabs/gen v0.5.0 // indirect
107
- github.com/siderolabs/go-blockdevice v0.4.7 // indirect
108
- github.com/siderolabs/go-blockdevice/v2 v2.0.2 // indirect
109
+ github.com/siderolabs/gen v0.7.0 // indirect
110
+ github.com/siderolabs/go-blockdevice/v2 v2.0.6 // indirect
109
111
github.com/siderolabs/net v0.4.0 // indirect
110
112
github.com/siderolabs/protoenc v0.2.1 // indirect
111
113
github.com/sourcegraph/conc v0.3.0 // indirect
112
114
github.com/spf13/afero v1.11.0 // indirect
113
115
github.com/spf13/cast v1.6.0 // indirect
114
116
github.com/spf13/cobra v1.8.1 // indirect
115
117
github.com/spf13/viper v1.19.0 // indirect
116
- github.com/stoewer/go-strcase v1.2 .0 // indirect
118
+ github.com/stoewer/go-strcase v1.3 .0 // indirect
117
119
github.com/subosito/gotenv v1.6.0 // indirect
118
120
github.com/valyala/fastjson v1.6.4 // indirect
119
121
github.com/x448/float16 v0.8.4 // indirect
@@ -127,24 +129,24 @@ require (
127
129
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
128
130
go.uber.org/multierr v1.11.0 // indirect
129
131
go.uber.org/zap v1.27.0 // indirect
130
- golang.org/x/crypto v0.26 .0 // indirect
131
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
132
- golang.org/x/net v0.28 .0 // indirect
133
- golang.org/x/oauth2 v0.22 .0 // indirect
134
- golang.org/x/sync v0.8 .0 // indirect
135
- golang.org/x/term v0.23 .0 // indirect
136
- golang.org/x/text v0.17 .0 // indirect
137
- golang.org/x/time v0.6 .0 // indirect
132
+ golang.org/x/crypto v0.29 .0 // indirect
133
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
134
+ golang.org/x/net v0.31 .0 // indirect
135
+ golang.org/x/oauth2 v0.24 .0 // indirect
136
+ golang.org/x/sync v0.9 .0 // indirect
137
+ golang.org/x/term v0.26 .0 // indirect
138
+ golang.org/x/text v0.20 .0 // indirect
139
+ golang.org/x/time v0.8 .0 // indirect
138
140
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
139
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
140
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
141
- google.golang.org/grpc v1.66 .0 // indirect
142
- google.golang.org/protobuf v1.34 .2 // indirect
141
+ google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
142
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
143
+ google.golang.org/grpc v1.68 .0 // indirect
144
+ google.golang.org/protobuf v1.35 .2 // indirect
143
145
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
144
146
gopkg.in/inf.v0 v0.9.1 // indirect
145
147
gopkg.in/ini.v1 v1.67.0 // indirect
146
148
gopkg.in/yaml.v3 v3.0.1 // indirect
147
- k8s.io/apiserver v0.31.1 // indirect
149
+ k8s.io/apiserver v0.31.3 // indirect
148
150
k8s.io/cluster-bootstrap v0.30.3 // indirect
149
151
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
150
152
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
0 commit comments