
golang.org/x/net contains a fix for CVE-2022-41717, which was addressed in stdlib in go1.19.4 and go1.18.9; > net/http: limit canonical header cache by bytes, not entries > > An attacker can cause excessive memory growth in a Go server accepting > HTTP/2 requests. > > HTTP/2 server connections contain a cache of HTTP header keys sent by > the client. While the total number of entries in this cache is capped, > an attacker sending very large keys can cause the server to allocate > approximately 64 MiB per open connection. > > This issue is also fixed in golang.org/x/net/http2 v0.4.0, > for users manually configuring HTTP/2. full diff: https://github.com/golang/net/compare/c63010009c80...v0.4.0 other dependency updates (due to (circular) dependencies between them): - golang.org/x/sys v0.3.0: https://github.com/golang/sys/compare/v0.2.0...v0.3.0 - golang.org/x/term v0.3.0: https://github.com/golang/term/compare/v0.1.0...v0.3.0 - golang.org/x/text v0.5.0: https://github.com/golang/text/compare/v0.4.0...v0.5.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
144 lines
6.4 KiB
Modula-2
144 lines
6.4 KiB
Modula-2
module github.com/containerd/containerd
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20221118232415-3345c89a7c72
|
|
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221121202950-b2031950a318
|
|
github.com/Microsoft/go-winio v0.6.0
|
|
github.com/Microsoft/hcsshim v0.10.0-rc.1
|
|
github.com/container-orchestrated-devices/container-device-interface v0.5.1
|
|
github.com/containerd/aufs v1.0.0
|
|
github.com/containerd/btrfs v1.0.0
|
|
github.com/containerd/cgroups/v3 v3.0.0-20221112182753-e8802a182774
|
|
github.com/containerd/console v1.0.3
|
|
github.com/containerd/continuity v0.3.0
|
|
github.com/containerd/fifo v1.0.0
|
|
github.com/containerd/go-cni v1.1.6
|
|
github.com/containerd/go-runc v1.0.0
|
|
github.com/containerd/imgcrypt v1.1.5-0.20220421044638-8ba028dca028
|
|
github.com/containerd/nri v0.2.0
|
|
github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3
|
|
github.com/containerd/typeurl v1.0.3-0.20220422153119-7f6e6d160d67
|
|
github.com/containerd/zfs v1.0.0
|
|
github.com/containernetworking/cni v1.1.1
|
|
github.com/containernetworking/plugins v1.1.1
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
|
|
github.com/docker/go-metrics v0.0.1
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/emicklei/go-restful/v3 v3.8.0
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/intel/goresctrl v0.2.0
|
|
github.com/klauspost/compress v1.15.9
|
|
github.com/moby/locker v1.0.1
|
|
github.com/moby/sys/mountinfo v0.6.2
|
|
github.com/moby/sys/sequential v0.5.0
|
|
github.com/moby/sys/signal v0.7.0
|
|
github.com/moby/sys/symlink v0.2.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b
|
|
github.com/opencontainers/runc v1.1.4
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb
|
|
// ATM the runtime-tools commit we need are beyond the latest tag.
|
|
// We use a replace to handle that until a new version is tagged.
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
|
github.com/opencontainers/selinux v1.10.2
|
|
github.com/pelletier/go-toml v1.9.3
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/tchap/go-patricia/v2 v2.3.1
|
|
github.com/urfave/cli v1.22.10
|
|
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.36.4
|
|
go.opentelemetry.io/otel v1.11.1
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.1
|
|
go.opentelemetry.io/otel/sdk v1.11.1
|
|
go.opentelemetry.io/otel/trace v1.11.1
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.3.0
|
|
google.golang.org/genproto v0.0.0-20221107162902-2d387536bcdd
|
|
google.golang.org/grpc v1.50.1
|
|
google.golang.org/protobuf v1.28.1
|
|
k8s.io/api v0.25.4
|
|
k8s.io/apimachinery v0.25.4
|
|
k8s.io/apiserver v0.25.4
|
|
k8s.io/client-go v0.25.4
|
|
k8s.io/component-base v0.25.4
|
|
k8s.io/cri-api v0.26.0-beta.0
|
|
k8s.io/klog/v2 v2.80.1
|
|
k8s.io/utils v0.0.0-20221108210102-8e77b1f39fe2
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute/metadata v0.2.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cilium/ebpf v0.9.1 // indirect
|
|
github.com/containerd/cgroups v1.0.4 // indirect
|
|
github.com/containers/ocicrypt v1.1.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
|
|
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1 // indirect
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/net v0.4.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|
|
|
|
replace github.com/opencontainers/runtime-tools => github.com/opencontainers/runtime-tools v0.0.0-20221026201742-946c877fa809
|