go.mod: Update hcsshim to v0.8.21
This version brings in some bug fixes to layer handling. The actual fix isn't present in the diff as it's not used here, but the Windows shim is built from the tag present in go.mod, so the fix will be in the Windows shim on a new release of Containerd if this tag is in. Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This commit is contained in:
@@ -3,7 +3,7 @@ module github.com/containerd/containerd/integration/client
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/Microsoft/hcsshim v0.8.18
|
||||
github.com/Microsoft/hcsshim v0.8.21
|
||||
github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1
|
||||
github.com/containerd/cgroups v1.0.1
|
||||
// the actual version of containerd is replaced with the code at the root of this repository
|
||||
|
||||
Reference in New Issue
Block a user