go.mod: Bump hcsshim to v0.9.1
This tag contains some changes for the Windows shim for retrying stdio named pipe connections if containerd restarts. It also is built with v1.1.0 of ttrpc which has some fixes for a deadlock we'd observed on Windows. Signed-off-by: Daniel Canter <dcanter@microsoft.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,7 +5,7 @@ go 1.16
|
||||
require (
|
||||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8
|
||||
github.com/Microsoft/go-winio v0.5.0
|
||||
github.com/Microsoft/hcsshim v0.9.0
|
||||
github.com/Microsoft/hcsshim v0.9.1
|
||||
github.com/containerd/aufs v1.0.0
|
||||
github.com/containerd/btrfs v1.0.0
|
||||
github.com/containerd/cgroups v1.0.2
|
||||
|
||||
Reference in New Issue
Block a user