mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v1.7.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
148 lines
6.6 KiB
Modula-2
148 lines
6.6 KiB
Modula-2
module github.com/kata-containers/kata-containers/src/runtime
|
|
|
|
// Keep in sync with version in versions.yaml
|
|
go 1.24.11
|
|
|
|
// WARNING: Do NOT use `replace` directives as those break dependabot:
|
|
// https://github.com/kata-containers/kata-containers/issues/11020
|
|
|
|
require (
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/blang/semver/v4 v4.0.0
|
|
github.com/container-orchestrated-devices/container-device-interface v0.6.0
|
|
github.com/containerd/cgroups v1.1.0
|
|
github.com/containerd/console v1.0.5
|
|
github.com/containerd/containerd v1.7.29
|
|
github.com/containerd/containerd/api v1.9.0
|
|
github.com/containerd/cri-containerd v1.19.0
|
|
github.com/containerd/fifo v1.1.0
|
|
github.com/containerd/ttrpc v1.2.7
|
|
github.com/containerd/typeurl/v2 v2.2.3
|
|
github.com/containernetworking/plugins v1.9.0
|
|
github.com/coreos/go-systemd/v22 v22.6.0
|
|
github.com/cri-o/cri-o v1.34.0
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/go-ini/ini v1.67.0
|
|
github.com/go-openapi/errors v0.22.1
|
|
github.com/go-openapi/runtime v0.28.0
|
|
github.com/go-openapi/strfmt v0.23.0
|
|
github.com/go-openapi/swag v0.23.1
|
|
github.com/go-openapi/validate v0.24.0
|
|
github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/intel-go/cpuid v0.0.0-20210602155658-5747e5cec0d9
|
|
github.com/mdlayher/vsock v1.2.1
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
github.com/moby/sys/userns v0.1.0
|
|
github.com/opencontainers/runc v1.2.8
|
|
github.com/opencontainers/runtime-spec v1.2.1
|
|
github.com/opencontainers/selinux v1.13.0
|
|
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.22.0
|
|
github.com/prometheus/client_model v0.6.1
|
|
github.com/prometheus/common v0.62.0
|
|
github.com/prometheus/procfs v0.15.1
|
|
github.com/safchain/ethtool v0.6.2
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/urfave/cli v1.22.15
|
|
github.com/vishvananda/netlink v1.3.1
|
|
github.com/vishvananda/netns v0.0.5
|
|
gitlab.com/nvidia/cloud-native/go-nvlib v0.0.0-20220601114329-47893b162965
|
|
go.opentelemetry.io/otel v1.35.0
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.0.0
|
|
go.opentelemetry.io/otel/sdk v1.35.0
|
|
go.opentelemetry.io/otel/trace v1.35.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
golang.org/x/sys v0.35.0
|
|
google.golang.org/grpc v1.72.0
|
|
google.golang.org/protobuf v1.36.7
|
|
k8s.io/apimachinery v0.33.0
|
|
k8s.io/cri-api v0.33.0
|
|
k8s.io/kubelet v0.33.0
|
|
tags.cncf.io/container-device-interface v1.0.1
|
|
)
|
|
|
|
require (
|
|
cyphar.com/go-pathrs v0.2.1 // indirect
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
|
|
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/Microsoft/hcsshim v0.13.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cilium/ebpf v0.16.0 // indirect
|
|
github.com/containerd/cgroups/v3 v3.0.5 // indirect
|
|
github.com/containerd/continuity v0.4.4 // indirect
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
github.com/containerd/go-runc v1.1.0 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/containerd/platforms v0.2.1 // indirect
|
|
github.com/containernetworking/cni v1.3.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/distribution/reference v0.6.0 // indirect
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.23.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.0 // indirect
|
|
github.com/go-openapi/loads v0.22.0 // indirect
|
|
github.com/go-openapi/spec v0.21.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/intel/goresctrl v0.8.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
|
github.com/moby/sys/signal v0.7.0 // indirect
|
|
github.com/moby/sys/symlink v0.2.0 // indirect
|
|
github.com/moby/sys/user v0.4.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20250303011046-260e151b8552 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
go.mongodb.org/mongo-driver v1.14.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
|
|
golang.org/x/mod v0.26.0 // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
|
|
)
|
|
|
|
// WARNING: Do NOT use `replace` directives as those break dependabot:
|
|
// https://github.com/kata-containers/kata-containers/issues/11020
|