summaryrefslogtreecommitdiff
path: root/vendor/github.com/moby/sys/mount/go.mod
blob: e1e03a37695add1bc12c55ecda5b6e0a8f25079e (plain)
1
2
3
4
5
6
7
8
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
)