plugins/go.mod

26 lines
947 B
Modula-2
Raw Normal View History

2019-06-18 04:33:01 +00:00
module github.com/containernetworking/plugins
go 1.14
2019-06-18 04:33:01 +00:00
require (
github.com/Microsoft/hcsshim v0.8.16
github.com/alexflint/go-filemutex v1.1.0
github.com/buger/jsonparser v1.1.1
github.com/containernetworking/cni v1.0.0-rc1
github.com/coreos/go-iptables v0.5.0
github.com/coreos/go-systemd/v22 v22.2.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
github.com/godbus/dbus/v5 v5.0.3
github.com/j-keck/arping v1.0.1
github.com/mattn/go-shellwords v1.0.11
github.com/onsi/ginkgo v1.13.0
github.com/onsi/gomega v1.10.3
2019-06-18 19:55:00 +00:00
github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0
2019-06-18 04:33:01 +00:00
)