vendor: update moby/sys for darwin support

The mount package of darwin requires to retrive mountinfo to check if
the target of unmount if still mounted or not.  Thus pull the upstreamed
version of moby/sys to support this operation.

Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
This commit is contained in:
Hajime Tazaki
2021-10-23 07:48:17 +09:00
parent 45e0e5a77e
commit b8f3ebb03b
8 changed files with 20 additions and 25 deletions

2
go.mod
View File

@@ -38,7 +38,7 @@ require (
github.com/imdario/mergo v0.3.12
github.com/klauspost/compress v1.11.13
github.com/moby/locker v1.0.1
github.com/moby/sys/mountinfo v0.4.1
github.com/moby/sys/mountinfo v0.4.2-0.20211022201527-95edfa939201
github.com/moby/sys/signal v0.5.1-0.20210723232958-8a51b5cc8879
github.com/moby/sys/symlink v0.1.0
github.com/opencontainers/go-digest v1.0.0