2019-06-17 21:33:01 -07:00
|
|
|
module github.com/containernetworking/plugins
|
|
|
|
|
2022-01-19 18:02:13 +01:00
|
|
|
go 1.17
|
2019-06-17 21:33:01 -07:00
|
|
|
|
|
|
|
require (
|
2022-12-26 16:39:27 +01:00
|
|
|
github.com/Microsoft/hcsshim v0.9.6
|
2022-12-26 16:52:25 +01:00
|
|
|
github.com/alexflint/go-filemutex v1.2.0
|
2021-03-12 17:28:04 +01:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2022-12-26 17:45:30 +01:00
|
|
|
github.com/containernetworking/cni v1.1.2
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/coreos/go-iptables v0.6.0
|
2022-12-26 17:33:37 +01:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.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
|
2022-12-26 17:18:41 +01:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2021-06-15 21:12:57 +03:00
|
|
|
github.com/networkplumbing/go-nft v0.2.0
|
2022-12-26 17:31:01 +01:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2022-12-26 12:51:04 +01:00
|
|
|
github.com/onsi/gomega v1.24.2
|
2021-08-10 14:41:02 +02:00
|
|
|
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1
|
2022-12-26 16:53:38 +01:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2023-01-09 16:59:28 +00:00
|
|
|
golang.org/x/sys v0.4.0
|
2019-06-17 21:33:01 -07:00
|
|
|
)
|
2022-01-19 18:02:13 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.17 // indirect
|
|
|
|
github.com/containerd/cgroups v1.0.1 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
2022-12-26 12:51:04 +01:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-01-19 18:02:13 +01:00
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
|
|
|
go.opencensus.io v0.22.3 // indirect
|
2022-12-26 12:51:04 +01:00
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
2022-01-19 18:02:13 +01:00
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2022-12-26 12:51:04 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-01-19 18:02:13 +01:00
|
|
|
)
|