1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/vendor/github.com/moby/sys/mount/go.mod
Mathieu Champlon a4e7460872 Bump moby/sys
This adds a Windows TERM signal which makes propagation of termination to containers work properly.

Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
2021-11-05 18:46:03 +01:00

9 lines
146 B
Modula-2

module github.com/moby/sys/mount
go 1.16
require (
github.com/moby/sys/mountinfo v0.5.0
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
)