2019-06-17 21:33:01 -07:00
|
|
|
module github.com/containernetworking/plugins
|
|
|
|
|
2020-08-05 10:54:09 -05:00
|
|
|
go 1.14
|
2019-06-17 21:33:01 -07:00
|
|
|
|
|
|
|
require (
|
2021-03-12 17:17:51 +01:00
|
|
|
github.com/Microsoft/hcsshim v0.8.16
|
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
|
2020-12-09 11:28:55 -06:00
|
|
|
github.com/containernetworking/cni v0.8.1-0.20201216164644-62e54113f44a
|
2020-12-31 14:22:09 +00:00
|
|
|
github.com/coreos/go-iptables v0.5.0
|
2021-03-12 17:08:11 +01:00
|
|
|
github.com/coreos/go-systemd/v22 v22.2.0
|
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
|
2021-03-12 17:08:11 +01:00
|
|
|
github.com/godbus/dbus/v5 v5.0.3
|
2021-03-12 17:36:27 +01:00
|
|
|
github.com/j-keck/arping v1.0.1
|
2021-03-12 15:59:19 +01:00
|
|
|
github.com/mattn/go-shellwords v1.0.11
|
2020-12-09 11:28:55 -06:00
|
|
|
github.com/onsi/ginkgo v1.13.0
|
2020-12-08 14:51:48 +01:00
|
|
|
github.com/onsi/gomega v1.10.3
|
2019-06-18 12:55:00 -07:00
|
|
|
github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8
|
2021-03-12 15:57:03 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2020-11-17 23:32:35 +01:00
|
|
|
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
|
2021-03-12 17:17:51 +01:00
|
|
|
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
|
2019-06-17 21:33:01 -07:00
|
|
|
)
|