mirror of
https://github.com/rancher/plugins.git
synced 2025-09-15 22:40:21 +00:00
55 lines
2.1 KiB
Modula-2
55 lines
2.1 KiB
Modula-2
module github.com/containernetworking/plugins
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Microsoft/hcsshim v0.12.3
|
|
github.com/alexflint/go-filemutex v1.3.0
|
|
github.com/buger/jsonparser v1.1.1
|
|
github.com/containernetworking/cni v1.1.2
|
|
github.com/coreos/go-iptables v0.7.0
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
|
|
github.com/d2g/dhcp4client v1.0.0
|
|
github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5
|
|
github.com/docker/docker v24.0.7+incompatible
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/networkplumbing/go-nft v0.4.0
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/ginkgo/v2 v2.19.0
|
|
github.com/onsi/gomega v1.33.1
|
|
github.com/opencontainers/selinux v1.11.0
|
|
github.com/safchain/ethtool v0.4.0
|
|
github.com/vishvananda/netlink v1.2.1-beta.2
|
|
golang.org/x/sys v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/containerd/cgroups/v3 v3.0.2 // indirect
|
|
github.com/containerd/errdefs v0.1.0 // indirect
|
|
github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
golang.org/x/tools v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
|
|
google.golang.org/grpc v1.62.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gotest.tools/v3 v3.5.1 // indirect
|
|
)
|