-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
67 lines (64 loc) · 2.94 KB
/
go.mod
File metadata and controls
67 lines (64 loc) · 2.94 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module github.com/siderolabs/omni-inspector
go 1.25.4
require (
github.com/adrg/xdg v0.5.3
github.com/cosi-project/runtime v1.13.0
github.com/felixge/httpsnoop v1.0.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
github.com/siderolabs/go-api-signature v0.3.12
github.com/siderolabs/omni/client v1.4.0-beta.1.0.20251215180001-aa6acff63296
go.uber.org/zap v1.27.1
golang.org/x/sync v0.18.0
google.golang.org/grpc v1.77.0
google.golang.org/protobuf v1.36.10
)
require (
cel.dev/expr v0.25.1 // indirect
github.com/ProtonMail/go-crypto v1.3.0 // indirect
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
github.com/ProtonMail/gopenpgp/v2 v2.9.0 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/containerd/go-cni v1.1.13 // indirect
github.com/containernetworking/cni v1.3.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gertd/go-pluralize v0.2.1 // indirect
github.com/google/cel-go v0.26.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jsimonetti/rtnetlink/v2 v2.1.0 // indirect
github.com/klauspost/compress v1.18.1 // indirect
github.com/mdlayher/ethtool v0.5.0 // indirect
github.com/mdlayher/genetlink v1.3.2 // indirect
github.com/mdlayher/netlink v1.8.0 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/opencontainers/runtime-spec v1.3.0 // indirect
github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/sasha-s/go-deadlock v0.3.6 // indirect
github.com/siderolabs/crypto v0.6.4 // indirect
github.com/siderolabs/gen v0.8.6 // indirect
github.com/siderolabs/go-pointer v1.0.1 // indirect
github.com/siderolabs/net v0.4.0 // indirect
github.com/siderolabs/proto-codec v0.1.2 // indirect
github.com/siderolabs/protoenc v0.2.4 // indirect
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.1 // indirect
github.com/stoewer/go-strcase v1.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/time v0.14.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)