-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
27 lines (24 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/siderolabs/extensions-validator
go 1.23.5
require (
github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.1.0.20250210090036-cd66fc6e8e7e
github.com/spf13/cobra v1.8.1
)
require (
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/containerd/go-cni v1.1.12 // indirect
github.com/containernetworking/cni v1.2.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
github.com/sasha-s/go-deadlock v0.3.5 // indirect
github.com/siderolabs/crypto v0.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
google.golang.org/grpc v1.70.0 // indirect
google.golang.org/protobuf v1.36.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)