mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
59a39e9a3b
Addresses k3s-io/k3s#3066 and CVE-2021-21334 Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
19 lines
547 B
Modula-2
19 lines
547 B
Modula-2
module github.com/containerd/cgroups
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775
|
|
github.com/coreos/go-systemd/v22 v22.0.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus/v5 v5.0.3
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/urfave/cli v1.22.2
|
|
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
|
|
)
|