mirror of https://github.com/docker/cli.git
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
|
module github.com/moby/sys/mount
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/moby/sys/mountinfo v0.1.0
|
||
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
||
|
)
|