mirror of
https://github.com/rancher/plugins.git
synced 2026-05-14 23:22:58 +00:00
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.69.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
2.3 KiB
Modula-2
59 lines
2.3 KiB
Modula-2
module github.com/containernetworking/plugins
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/Microsoft/hcsshim v0.13.0
|
|
github.com/alexflint/go-filemutex v1.3.0
|
|
github.com/buger/jsonparser v1.1.2
|
|
github.com/containernetworking/cni v1.3.0
|
|
github.com/coreos/go-iptables v0.8.0
|
|
github.com/coreos/go-systemd/v22 v22.7.0
|
|
github.com/godbus/dbus/v5 v5.2.2
|
|
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/networkplumbing/go-nft v0.4.0
|
|
github.com/onsi/ginkgo/v2 v2.28.1
|
|
github.com/onsi/gomega v1.39.0
|
|
github.com/opencontainers/selinux v1.13.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/safchain/ethtool v0.7.0
|
|
github.com/vishvananda/netlink v1.3.1
|
|
github.com/vishvananda/netns v0.0.5
|
|
golang.org/x/sys v0.40.0
|
|
sigs.k8s.io/knftables v0.0.21
|
|
)
|
|
|
|
require (
|
|
cyphar.com/go-pathrs v0.2.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/containerd/cgroups/v3 v3.0.3 // indirect
|
|
github.com/containerd/errdefs v0.3.0 // indirect
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
github.com/containerd/typeurl/v2 v2.2.0 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/mdlayher/packet v1.1.2 // indirect
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/mod v0.32.0 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
golang.org/x/tools v0.41.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
|
|
google.golang.org/grpc v1.79.3 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|