-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (29 loc) · 1.02 KB
/
go.mod
File metadata and controls
33 lines (29 loc) · 1.02 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
module github.com/intel/bond-cni
go 1.25.0
toolchain go1.25.3
require (
github.com/containernetworking/cni v1.3.0
github.com/containernetworking/plugins v1.9.0
github.com/onsi/ginkgo/v2 v2.27.5
github.com/onsi/gomega v1.39.0
github.com/vishvananda/netlink v1.3.1
github.com/vishvananda/netns v0.0.5
)
require (
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/coreos/go-iptables v0.8.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/pprof v0.0.0-20251114195745-4902fdda35c8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/safchain/ethtool v0.7.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.39.0 // indirect
sigs.k8s.io/knftables v0.0.19 // indirect
)