2020-04-16 05:23:37 -04:00
|
|
|
module github.com/moby/sys/mount
|
|
|
|
|
2021-09-16 10:17:20 -04:00
|
|
|
go 1.16
|
2020-04-16 05:23:37 -04:00
|
|
|
|
|
|
|
require (
|
2021-09-16 10:17:20 -04:00
|
|
|
github.com/moby/sys/mountinfo v0.5.0
|
|
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|
2020-04-16 05:23:37 -04:00
|
|
|
)
|