-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 831 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 831 Bytes
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/HabanaAI/habana-container-runtime
go 1.25.8
require (
github.com/BurntSushi/toml v1.6.0
github.com/cilium/ebpf v0.20.0
github.com/containernetworking/plugins v1.9.1
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/opencontainers/runtime-spec v1.3.0
github.com/sirupsen/logrus v1.9.4
github.com/urfave/cli/v2 v2.27.7
github.com/urfave/cli/v3 v3.8.0
github.com/vishvananda/netlink v1.3.1
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
golang.org/x/mod v0.34.0
golang.org/x/sys v0.42.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/pelletier/go-toml/v2 v2.3.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
)