2019-06-17 21:33:01 -07:00
|
|
|
module github.com/containernetworking/plugins
|
|
|
|
|
2021-08-10 14:41:02 +02:00
|
|
|
go 1.16
|
2019-06-17 21:33:01 -07:00
|
|
|
|
|
|
|
require (
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/Microsoft/hcsshim v0.8.20
|
2021-03-12 17:24:03 +01:00
|
|
|
github.com/alexflint/go-filemutex v1.1.0
|
2021-03-12 17:28:04 +01:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2021-09-07 15:43:35 +02:00
|
|
|
github.com/containernetworking/cni v1.0.1
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/coreos/go-iptables v0.6.0
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
2019-06-26 01:25:22 -07:00
|
|
|
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
|
2019-06-17 21:33:01 -07:00
|
|
|
github.com/d2g/dhcp4client v1.0.0
|
2019-06-26 01:25:22 -07:00
|
|
|
github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5
|
2018-06-19 18:31:12 -07:00
|
|
|
github.com/docker/docker v20.10.12+incompatible
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/godbus/dbus/v5 v5.0.4
|
|
|
|
github.com/j-keck/arping v1.0.2
|
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2018-06-19 18:31:12 -07:00
|
|
|
github.com/moby/moby v20.10.12+incompatible // indirect
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
github.com/onsi/gomega v1.15.0
|
|
|
|
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1
|
2021-03-12 15:57:03 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-04-14 12:24:51 -04:00
|
|
|
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
|
|
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
2021-08-10 14:41:02 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
|
2019-06-17 21:33:01 -07:00
|
|
|
)
|