1
1
module github.com/siderolabs/capi-utils
2
2
3
- go 1.22.7
3
+ go 1.23.3
4
4
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.8 .0-beta.0
8
+ github.com/siderolabs/talos/pkg/machinery v1.9 .0-beta.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.66 .0
12
- k8s.io/api v0.31.0
13
- k8s.io/apimachinery v0.31.0
14
- k8s.io/client-go v0.31.0
15
- sigs.k8s.io/cluster-api v1.8.2
16
- sigs.k8s.io/controller-runtime v0.19.0
11
+ google.golang.org/grpc v1.68 .0
12
+ k8s.io/api v0.31.3
13
+ k8s.io/apimachinery v0.31.3
14
+ k8s.io/client-go v0.31.3
15
+ sigs.k8s.io/cluster-api v1.8.5
16
+ sigs.k8s.io/controller-runtime v0.19.3
17
17
)
18
18
19
19
require (
20
+ cel.dev/expr v0.18.0 // indirect
20
21
github.com/MakeNowJust/heredoc v1.0.0 // indirect
21
22
github.com/Masterminds/goutils v1.1.1 // indirect
22
23
github.com/Masterminds/semver/v3 v3.2.0 // indirect
23
24
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
24
- github.com/ProtonMail/go-crypto v1.1.0-alpha.5.0.20240827111422-b5837fa4476e // indirect
25
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
25
26
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
26
- github.com/ProtonMail/gopenpgp/v2 v2.7.5 // indirect
27
- github.com/adrg/xdg v0.5.0 // indirect
28
- github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
27
+ github.com/ProtonMail/gopenpgp/v2 v2.8.1 // indirect
28
+ github.com/adrg/xdg v0.5.3 // indirect
29
+ github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
29
30
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
30
31
github.com/beorn7/perks v1.0.1 // indirect
31
32
github.com/blang/semver/v4 v4.0.0 // indirect
32
33
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
33
34
github.com/cespare/xxhash/v2 v2.3.0 // indirect
34
- github.com/cloudflare/circl v1.3.9 // indirect
35
+ github.com/cloudflare/circl v1.5.0 // indirect
35
36
github.com/containerd/go-cni v1.1.10 // indirect
36
37
github.com/containernetworking/cni v1.2.3 // indirect
37
- github.com/cosi-project/runtime v0.5.5 // indirect
38
+ github.com/cosi-project/runtime v0.7.2 // indirect
38
39
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
39
40
github.com/distribution/reference v0.6.0 // indirect
40
41
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
@@ -53,14 +54,14 @@ require (
53
54
github.com/gogo/protobuf v1.3.2 // indirect
54
55
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
55
56
github.com/golang/protobuf v1.5.4 // indirect
56
- github.com/google/cel-go v0.21.0 // indirect
57
+ github.com/google/cel-go v0.22.1 // indirect
57
58
github.com/google/gnostic-models v0.6.8 // indirect
58
59
github.com/google/go-cmp v0.6.0 // indirect
59
60
github.com/google/go-github/v53 v53.2.0 // indirect
60
61
github.com/google/go-querystring v1.1.0 // indirect
61
62
github.com/google/gofuzz v1.2.0 // indirect
62
63
github.com/google/uuid v1.6.0 // indirect
63
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
64
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24 .0 // indirect
64
65
github.com/hashicorp/errwrap v1.1.0 // indirect
65
66
github.com/hashicorp/go-multierror v1.1.1 // indirect
66
67
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -83,24 +84,24 @@ require (
83
84
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
84
85
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
85
86
github.com/pkg/errors v0.9.1 // indirect
86
- github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
87
+ github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
87
88
github.com/prometheus/client_golang v1.19.1 // indirect
88
89
github.com/prometheus/client_model v0.6.1 // indirect
89
90
github.com/prometheus/common v0.55.0 // indirect
90
91
github.com/prometheus/procfs v0.15.1 // indirect
91
92
github.com/sagikazarmark/locafero v0.4.0 // indirect
92
93
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
93
94
github.com/shopspring/decimal v1.3.1 // indirect
94
- github.com/siderolabs/crypto v0.4.4 // indirect
95
- github.com/siderolabs/gen v0.5 .0 // indirect
95
+ github.com/siderolabs/crypto v0.5.0 // indirect
96
+ github.com/siderolabs/gen v0.7 .0 // indirect
96
97
github.com/siderolabs/go-api-signature v0.3.6 // indirect
97
98
github.com/siderolabs/go-pointer v1.0.0 // indirect
98
99
github.com/siderolabs/protoenc v0.2.1 // indirect
99
100
github.com/sourcegraph/conc v0.3.0 // indirect
100
101
github.com/spf13/afero v1.11.0 // indirect
101
102
github.com/spf13/cast v1.6.0 // indirect
102
103
github.com/spf13/pflag v1.0.5 // indirect
103
- github.com/stoewer/go-strcase v1.2 .0 // indirect
104
+ github.com/stoewer/go-strcase v1.3 .0 // indirect
104
105
github.com/subosito/gotenv v1.6.0 // indirect
105
106
github.com/valyala/fastjson v1.6.4 // indirect
106
107
github.com/x448/float16 v0.8.4 // indirect
@@ -114,19 +115,19 @@ require (
114
115
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
115
116
go.uber.org/multierr v1.11.0 // indirect
116
117
go.uber.org/zap v1.27.0 // indirect
117
- golang.org/x/crypto v0.26 .0 // indirect
118
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
119
- golang.org/x/net v0.28 .0 // indirect
120
- golang.org/x/oauth2 v0.22 .0 // indirect
121
- golang.org/x/sync v0.8 .0 // indirect
122
- golang.org/x/sys v0.24 .0 // indirect
123
- golang.org/x/term v0.23 .0 // indirect
124
- golang.org/x/text v0.17 .0 // indirect
125
- golang.org/x/time v0.6 .0 // indirect
118
+ golang.org/x/crypto v0.29 .0 // indirect
119
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
120
+ golang.org/x/net v0.31 .0 // indirect
121
+ 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
126
+ golang.org/x/time v0.8 .0 // indirect
126
127
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
127
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
128
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
129
- google.golang.org/protobuf v1.34 .2 // 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
130
+ google.golang.org/protobuf v1.35 .2 // indirect
130
131
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
131
132
gopkg.in/inf.v0 v0.9.1 // indirect
132
133
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments