mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8 lines
146 B
Modula-2
8 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
|
|
)
|