d6c55a105f
full diff: https://github.com/moby/sys/compare/1bc8673b57550ddf85262eb0fed0aac651a37dab...b0f1fd7235275d01bd35cc4421e884e522395f45 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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.4.0
|
|
golang.org/x/sys v0.0.0-20200922070232-aee5d888a860
|
|
)
|