2019-06-18 04:33:01 +00:00
|
|
|
module github.com/containernetworking/plugins
|
|
|
|
|
2024-08-16 17:07:52 +00:00
|
|
|
go 1.21
|
2019-06-18 04:33:01 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-27 07:43:01 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.12.6
|
2024-03-11 15:54:46 +00:00
|
|
|
github.com/alexflint/go-filemutex v1.3.0
|
2021-03-12 16:28:04 +00:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2022-12-26 16:45:30 +00:00
|
|
|
github.com/containernetworking/cni v1.1.2
|
2023-10-22 14:48:36 +00:00
|
|
|
github.com/coreos/go-iptables v0.8.0
|
2022-12-26 16:33:37 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
2019-06-26 08:25:22 +00:00
|
|
|
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
|
2019-06-18 04:33:01 +00:00
|
|
|
github.com/d2g/dhcp4client v1.0.0
|
2019-06-26 08:25:22 +00:00
|
|
|
github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5
|
2022-12-26 16:18:41 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
2021-08-10 12:41:02 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2023-06-01 12:08:27 +00:00
|
|
|
github.com/networkplumbing/go-nft v0.4.0
|
2024-08-27 07:43:01 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.20.1
|
|
|
|
github.com/onsi/gomega v1.34.1
|
2023-04-04 14:30:47 +00:00
|
|
|
github.com/opencontainers/selinux v1.11.0
|
2024-06-24 02:12:28 +00:00
|
|
|
github.com/safchain/ethtool v0.4.1
|
2024-08-16 17:07:52 +00:00
|
|
|
github.com/vishvananda/netlink v1.3.0
|
2024-08-27 07:43:01 +00:00
|
|
|
golang.org/x/sys v0.23.0
|
2019-06-18 04:33:01 +00:00
|
|
|
)
|
2022-01-19 17:02:13 +00:00
|
|
|
|
|
|
|
require (
|
2024-05-16 13:16:06 +00:00
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
2024-08-27 07:43:01 +00:00
|
|
|
github.com/containerd/cgroups/v3 v3.0.3 // indirect
|
2024-03-11 15:54:46 +00:00
|
|
|
github.com/containerd/errdefs v0.1.0 // indirect
|
2023-10-16 15:11:01 +00:00
|
|
|
github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4 // indirect
|
2024-08-27 07:43:01 +00:00
|
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
2024-05-16 13:16:06 +00:00
|
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
2023-04-04 14:30:47 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-10-31 15:06:19 +00:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-08-27 07:43:01 +00:00
|
|
|
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
|
2022-01-19 17:02:13 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-03-11 15:54:46 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2023-04-04 14:30:47 +00:00
|
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-08-27 07:43:01 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
|
|
|
golang.org/x/net v0.28.0 // indirect
|
|
|
|
golang.org/x/text v0.17.0 // indirect
|
|
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
|
|
google.golang.org/grpc v1.65.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2022-12-26 11:51:04 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-01-19 17:02:13 +00:00
|
|
|
)
|