diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module github.com/rfjakob/gocryptfs/v2 go 1.19 require ( + github.com/aegis-aead/go-libaegis v0.2.10 github.com/aperturerobotics/jacobsa-crypto v1.0.2 github.com/hanwen/go-fuse/v2 v2.5.0 github.com/moby/sys/mountinfo v0.6.2 |