diff options
Diffstat (limited to 'vendor/github.com/moby/sys/mount/go.mod')
-rw-r--r-- | vendor/github.com/moby/sys/mount/go.mod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/moby/sys/mount/go.mod b/vendor/github.com/moby/sys/mount/go.mod deleted file mode 100644 index f02197926..000000000 --- a/vendor/github.com/moby/sys/mount/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module github.com/moby/sys/mount - -go 1.16 - -require ( - github.com/moby/sys/mountinfo v0.6.2 - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a -) |