189 lines
8.4 KiB
Modula-2
189 lines
8.4 KiB
Modula-2
module github.com/containerd/containerd/v2
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.1
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
|
|
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
github.com/Microsoft/hcsshim v0.12.9
|
|
github.com/checkpoint-restore/checkpointctl v1.3.0
|
|
github.com/checkpoint-restore/go-criu/v7 v7.2.0
|
|
github.com/containerd/btrfs/v2 v2.0.0
|
|
github.com/containerd/cgroups/v3 v3.0.3
|
|
github.com/containerd/console v1.0.4
|
|
github.com/containerd/containerd/api v1.8.0
|
|
github.com/containerd/continuity v0.4.5
|
|
github.com/containerd/errdefs v1.0.0
|
|
github.com/containerd/errdefs/pkg v0.3.0
|
|
github.com/containerd/fifo v1.1.0
|
|
github.com/containerd/fuse-overlayfs-snapshotter/v2 v2.1.0
|
|
github.com/containerd/go-cni v1.1.12
|
|
github.com/containerd/go-runc v1.1.0
|
|
github.com/containerd/imgcrypt/v2 v2.0.0
|
|
github.com/containerd/log v0.1.0
|
|
github.com/containerd/nri v0.8.0
|
|
github.com/containerd/otelttrpc v0.1.0
|
|
github.com/containerd/platforms v1.0.0-rc.1
|
|
github.com/containerd/plugin v1.0.0
|
|
github.com/containerd/stargz-snapshotter v0.16.3
|
|
github.com/containerd/ttrpc v1.2.7
|
|
github.com/containerd/typeurl/v2 v2.2.3
|
|
github.com/containerd/zfs/v2 v2.0.0-rc.0
|
|
github.com/containernetworking/cni v1.2.3
|
|
github.com/containernetworking/plugins v1.5.1
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/distribution/reference v0.6.0
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
|
|
github.com/docker/go-metrics v0.0.1
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/intel/goresctrl v0.8.0
|
|
github.com/klauspost/compress v1.17.11
|
|
github.com/mdlayher/vsock v1.2.1
|
|
github.com/moby/locker v1.0.1
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
github.com/moby/sys/sequential v0.6.0
|
|
github.com/moby/sys/signal v0.7.1
|
|
github.com/moby/sys/symlink v0.3.0
|
|
github.com/moby/sys/user v0.3.0
|
|
github.com/moby/sys/userns v0.1.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.1.0
|
|
github.com/opencontainers/runtime-spec v1.2.0
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
|
|
github.com/opencontainers/selinux v1.11.1
|
|
github.com/pelletier/go-toml/v2 v2.2.3
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tchap/go-patricia/v2 v2.3.1
|
|
github.com/urfave/cli/v2 v2.27.5
|
|
github.com/vishvananda/netlink v1.3.0
|
|
go.etcd.io/bbolt v1.3.11
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
|
|
go.opentelemetry.io/otel v1.31.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
|
|
go.opentelemetry.io/otel/sdk v1.31.0
|
|
go.opentelemetry.io/otel/trace v1.31.0
|
|
golang.org/x/mod v0.21.0
|
|
golang.org/x/sync v0.12.0
|
|
golang.org/x/sys v0.31.0
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38
|
|
google.golang.org/grpc v1.68.1
|
|
google.golang.org/protobuf v1.35.2
|
|
k8s.io/apimachinery v0.31.2
|
|
k8s.io/client-go v0.31.2
|
|
k8s.io/component-base v0.31.2
|
|
k8s.io/cri-api v0.32.0-alpha.0
|
|
k8s.io/klog/v2 v2.130.1
|
|
k8s.io/kubelet v0.31.2
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
|
|
tags.cncf.io/container-device-interface v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cilium/ebpf v0.11.0 // indirect
|
|
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
|
|
github.com/containers/ocicrypt v1.2.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/docker/cli v27.3.1+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.22.4 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
|
|
github.com/hanwen/go-fuse/v2 v2.6.3 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect
|
|
github.com/moby/spdystream v0.4.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
|
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sasha-s/go-deadlock v0.3.5 // indirect
|
|
github.com/smallstep/pkcs7 v0.1.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
|
github.com/vbatts/tar-split v0.11.6 // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.31.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/oauth2 v0.28.0 // indirect
|
|
golang.org/x/term v0.30.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/api v0.31.2 // indirect
|
|
k8s.io/apiserver v0.31.2 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
|
|
)
|
|
|
|
exclude (
|
|
// These dependencies were updated to "master" in some modules we depend on,
|
|
// but have no code-changes since their last release. Unfortunately, this also
|
|
// causes a ripple effect, forcing all users of the containerd module to also
|
|
// update these dependencies to an unrelease / un-tagged version.
|
|
//
|
|
// Both these dependencies will unlikely do a new release in the near future,
|
|
// so exclude these versions so that we can downgrade to the current release.
|
|
//
|
|
// For additional details, see this PR and links mentioned in that PR:
|
|
// https://github.com/kubernetes-sigs/kustomize/pull/5830#issuecomment-2569960859
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
|
)
|