|
1 | 1 | module github.com/containernetworking/plugins |
2 | 2 |
|
3 | 3 | go 1.23.0 |
4 | | - |
5 | | -require ( |
6 | | - github.com/Microsoft/hcsshim v0.12.9 |
7 | | - github.com/alexflint/go-filemutex v1.3.0 |
8 | | - github.com/buger/jsonparser v1.1.1 |
9 | | - github.com/containernetworking/cni v1.3.0 |
10 | | - github.com/coreos/go-iptables v0.8.0 |
11 | | - github.com/coreos/go-systemd/v22 v22.5.0 |
12 | | - github.com/godbus/dbus/v5 v5.1.0 |
13 | | - github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475 |
14 | | - github.com/mattn/go-shellwords v1.0.12 |
15 | | - github.com/networkplumbing/go-nft v0.4.0 |
16 | | - github.com/onsi/ginkgo/v2 v2.23.4 |
17 | | - github.com/onsi/gomega v1.37.0 |
18 | | - github.com/opencontainers/selinux v1.12.0 |
19 | | - github.com/pkg/errors v0.9.1 |
20 | | - github.com/safchain/ethtool v0.5.10 |
21 | | - github.com/vishvananda/netlink v1.3.1-0.20250303224720-0e7078ed04c8 |
22 | | - github.com/vishvananda/netns v0.0.5 |
23 | | - golang.org/x/sys v0.32.0 |
24 | | - sigs.k8s.io/knftables v0.0.18 |
25 | | -) |
26 | | - |
27 | | -require ( |
28 | | - github.com/Microsoft/go-winio v0.6.2 // indirect |
29 | | - github.com/containerd/cgroups/v3 v3.0.3 // indirect |
30 | | - github.com/containerd/errdefs v0.3.0 // indirect |
31 | | - github.com/containerd/errdefs/pkg v0.3.0 // indirect |
32 | | - github.com/containerd/typeurl/v2 v2.2.0 // indirect |
33 | | - github.com/go-logr/logr v1.4.2 // indirect |
34 | | - github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
35 | | - github.com/gogo/protobuf v1.3.2 // indirect |
36 | | - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
37 | | - github.com/google/go-cmp v0.7.0 // indirect |
38 | | - github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect |
39 | | - github.com/josharian/native v1.1.0 // indirect |
40 | | - github.com/mdlayher/packet v1.1.2 // indirect |
41 | | - github.com/mdlayher/socket v0.5.1 // indirect |
42 | | - github.com/pierrec/lz4/v4 v4.1.21 // indirect |
43 | | - github.com/sirupsen/logrus v1.9.3 // indirect |
44 | | - github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect |
45 | | - go.opencensus.io v0.24.0 // indirect |
46 | | - go.uber.org/automaxprocs v1.6.0 // indirect |
47 | | - golang.org/x/net v0.38.0 // indirect |
48 | | - golang.org/x/sync v0.12.0 // indirect |
49 | | - golang.org/x/text v0.23.0 // indirect |
50 | | - golang.org/x/tools v0.31.0 // indirect |
51 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect |
52 | | - google.golang.org/grpc v1.67.0 // indirect |
53 | | - google.golang.org/protobuf v1.36.5 // indirect |
54 | | - gopkg.in/yaml.v3 v3.0.1 // indirect |
55 | | -) |
0 commit comments