@@ -88,6 +88,7 @@ require (
88
88
github.com/godbus/dbus/v5 v5.1.0
89
89
github.com/golang/mock v1.6.0
90
90
github.com/google/cadvisor v0.51.0
91
+ github.com/google/cel-go v0.22.0
91
92
github.com/google/go-containerregistry v0.20.2
92
93
github.com/google/go-tpm v0.9.1
93
94
github.com/google/nftables v0.2.0
@@ -140,7 +141,7 @@ require (
140
141
github.com/siderolabs/gen v0.7.0
141
142
github.com/siderolabs/go-api-signature v0.3.6
142
143
github.com/siderolabs/go-blockdevice v0.4.8
143
- github.com/siderolabs/go-blockdevice/v2 v2.0.5
144
+ github.com/siderolabs/go-blockdevice/v2 v2.0.6
144
145
github.com/siderolabs/go-circular v0.2.1
145
146
github.com/siderolabs/go-cmd v0.1.3
146
147
github.com/siderolabs/go-copy v0.1.0
@@ -160,7 +161,6 @@ require (
160
161
github.com/siderolabs/kms-client v0.1.0
161
162
github.com/siderolabs/net v0.4.0
162
163
github.com/siderolabs/proto-codec v0.1.1
163
- github.com/siderolabs/protoenc v0.2.1 // indirect
164
164
github.com/siderolabs/siderolink v0.3.11
165
165
github.com/siderolabs/talos/pkg/machinery v1.9.0-alpha.2
166
166
github.com/spf13/cobra v1.8.1
@@ -177,7 +177,6 @@ require (
177
177
go.etcd.io/etcd/etcdutl/v3 v3.5.17
178
178
go.uber.org/zap v1.27.0
179
179
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
180
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
181
180
golang.org/x/net v0.31.0
182
181
golang.org/x/oauth2 v0.24.0
183
182
golang.org/x/sync v0.9.0
@@ -267,7 +266,6 @@ require (
267
266
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
268
267
github.com/golang/protobuf v1.5.4 // indirect
269
268
github.com/google/btree v1.1.2 // indirect
270
- github.com/google/cel-go v0.22.0 // indirect
271
269
github.com/google/gnostic-models v0.6.8 // indirect
272
270
github.com/google/go-cmp v0.6.0 // indirect
273
271
github.com/google/gofuzz v1.2.0 // indirect
@@ -328,6 +326,7 @@ require (
328
326
github.com/prometheus/common v0.55.0 // indirect
329
327
github.com/rivo/uniseg v0.4.7 // indirect
330
328
github.com/russross/blackfriday/v2 v2.1.0 // indirect
329
+ github.com/siderolabs/protoenc v0.2.1 // indirect
331
330
github.com/siderolabs/tcpproxy v0.1.0 // indirect
332
331
github.com/sirupsen/logrus v1.9.3 // indirect
333
332
github.com/spf13/afero v1.10.0 // indirect
@@ -353,6 +352,7 @@ require (
353
352
go.opentelemetry.io/otel/trace v1.31.0 // indirect
354
353
go.uber.org/multierr v1.11.0 // indirect
355
354
golang.org/x/crypto v0.29.0 // indirect
355
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
356
356
golang.org/x/mod v0.21.0 // indirect
357
357
golang.org/x/tools v0.26.0 // indirect
358
358
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
0 commit comments