2019-06-18 04:33:01 +00:00
|
|
|
module github.com/containernetworking/plugins
|
|
|
|
|
2023-02-13 19:09:03 +00:00
|
|
|
go 1.18
|
2019-06-18 04:33:01 +00:00
|
|
|
|
|
|
|
require (
|
2022-12-26 15:39:27 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.6
|
2022-12-26 15:52:25 +00:00
|
|
|
github.com/alexflint/go-filemutex v1.2.0
|
2021-03-12 16:28:04 +00:00
|
|
|
github.com/buger/jsonparser v1.1.1
|
2022-12-26 16:45:30 +00:00
|
|
|
github.com/containernetworking/cni v1.1.2
|
2021-08-10 12:41:02 +00:00
|
|
|
github.com/coreos/go-iptables v0.6.0
|
2022-12-26 16:33:37 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.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
|
2022-12-26 16:18:41 +00:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
2021-08-10 12:41:02 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2021-06-15 18:12:57 +00:00
|
|
|
github.com/networkplumbing/go-nft v0.2.0
|
2023-02-13 19:09:03 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.7.0
|
2023-02-13 10:23:59 +00:00
|
|
|
github.com/onsi/gomega v1.26.0
|
2022-11-17 15:09:26 +00:00
|
|
|
github.com/opencontainers/selinux v1.8.2
|
2023-01-09 18:17:27 +00:00
|
|
|
github.com/safchain/ethtool v0.2.0
|
2022-12-26 15:53:38 +00:00
|
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
2023-02-13 03:22:30 +00:00
|
|
|
golang.org/x/sys v0.5.0
|
2019-06-18 04:33:01 +00:00
|
|
|
)
|
2022-01-19 17:02:13 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.17 // indirect
|
2022-11-17 15:09:26 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
2022-01-19 17:02:13 +00:00
|
|
|
github.com/containerd/cgroups v1.0.1 // indirect
|
2023-02-13 19:09:03 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2022-01-19 17:02:13 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
2022-12-26 11:51:04 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-01-19 17:02:13 +00:00
|
|
|
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
|
2023-02-13 10:23:59 +00:00
|
|
|
golang.org/x/net v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
2022-12-26 11:51:04 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-01-19 17:02:13 +00:00
|
|
|
)
|