module github.com/containernetworking/plugins go 1.12 require ( github.com/Microsoft/go-winio v0.4.11 // indirect github.com/Microsoft/hcsshim v0.8.6 github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae github.com/buger/jsonparser v0.0.0-20180808090653-f4dd9f5a6b44 github.com/containernetworking/cni v0.7.0 github.com/coreos/go-iptables v0.3.0 github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 github.com/d2g/dhcp4 v0.0.0-20150413103026-f0e4d29ff023 github.com/d2g/dhcp4client v1.0.0 github.com/d2g/dhcp4server v0.0.0-20180209090800-477b11cea4dc github.com/godbus/dbus v0.0.0-20180201030542-885f9cc04c9c github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56 github.com/juju/errors v0.0.0-20180806074554-22422dad46e1 github.com/mattn/go-shellwords v1.0.3 github.com/onsi/ginkgo v0.0.0-20151202141238-7f8ab55aaf3b github.com/onsi/gomega v0.0.0-20151007035656-2152b45fa28a github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8 github.com/sirupsen/logrus v1.0.6 // indirect github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941 // indirect golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f )