Update cgroups to v1.0.3

Pull in latest cgroups to pick up leak fixes

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-02-01 16:57:51 -08:00
parent c2cb589221
commit 8d69c041c5
9 changed files with 114 additions and 60 deletions

View File

@@ -5,7 +5,7 @@ go 1.15
require (
github.com/Microsoft/hcsshim v0.9.2
github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
github.com/containerd/cgroups v1.0.2
github.com/containerd/cgroups v1.0.3
// the actual version of containerd is replaced with the code at the root of this repository
github.com/containerd/containerd v1.5.8
github.com/containerd/go-runc v1.0.0