diff options
author | Frank Denis | 2025-03-12 01:24:32 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-03-12 20:43:23 +0100 |
commit | e8e79b05e7bf15da18df24ab0ff8782218d7c3ec (patch) | |
tree | baa5b68aebb0a2ef0d2e89b60c71cfb2b6d29d6d /go.mod | |
parent | 11cf965026bff5763f5a425719daa82053cdd8e6 (diff) |
Update libaegis
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs/v2 go 1.19 require ( - github.com/aegis-aead/go-libaegis v0.2.10 + github.com/aegis-aead/go-libaegis v0.2.11 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 |