diff options
author | Jakob Unterwurzacher | 2023-05-17 17:22:39 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2023-05-17 17:22:39 +0200 |
commit | 7d1e48d195b827ee00bfd0ab0421a395b1ec0ea7 (patch) | |
tree | 4b25054bcfdc88ce7897bf7f8ded9eb1bb11e8c6 /go.mod | |
parent | a40e9a8622b0d79ba0c18361104c47375ebb89a1 (diff) |
go.mod: add test dependency github.com/moby/sys/mountinfo
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ go 1.16 require ( github.com/aperturerobotics/jacobsa-crypto v1.0.0 github.com/hanwen/go-fuse/v2 v2.3.0 + github.com/moby/sys/mountinfo v0.6.2 github.com/pkg/xattr v0.4.3 github.com/rfjakob/eme v1.1.2 github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f |