diff options
author | Juan Ezquerro LLanes | 2024-03-07 23:13:21 +0100 |
---|---|---|
committer | rfjakob | 2024-03-12 15:37:05 +0100 |
commit | 0dfa7f8fadfa200c62f8ed9d3d08f745aa182f5b (patch) | |
tree | ff4d7f05a719d4a9ee501636bbcb406970b6b451 /go.mod | |
parent | 1d7dd0a76c15cf8c0dffef918a6b6c3dcb6347c4 (diff) |
fix: panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.19 require ( github.com/aperturerobotics/jacobsa-crypto v1.0.2 - github.com/hanwen/go-fuse/v2 v2.4.2 + github.com/hanwen/go-fuse/v2 v2.5.0 github.com/moby/sys/mountinfo v0.6.2 github.com/pkg/xattr v0.4.9 github.com/rfjakob/eme v1.1.2 |