aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-12-13 11:38:31 -0800
committerchrislu <chris.lu@gmail.com>2023-12-13 11:38:31 -0800
commit97c26ac5eb01c121d561a53c15f2fcd3b14991e4 (patch)
tree998c7e999b691e245ce72ec20f90cc90c5a9560d /go.mod
parent61b05fad9500ee54908fe33d9185cc28bee5ba63 (diff)
downloadseaweedfs-97c26ac5eb01c121d561a53c15f2fcd3b14991e4.tar.xz
seaweedfs-97c26ac5eb01c121d561a53c15f2fcd3b14991e4.zip
Revert "Bump github.com/hanwen/go-fuse/v2 from 2.4.0 to 2.4.2"
This reverts commit 3407e28a788415b33ad4bd8c2c3e7d25aba3a82a. > weed shell -h panic: XTIMES (80000000) overlaps with INIT_RESERVED (80000000) goroutine 1 [running]: github.com/hanwen/go-fuse/v2/fuse.(*flagNames).set(0x5?, 0x80000000, {0x101f4ab0c?, 0xffffffffffffffff?}) /Users/chrislu/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.4.2/fuse/print.go:124 +0x159 github.com/hanwen/go-fuse/v2/fuse.init.1() /Users/chrislu/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.4.2/fuse/print_darwin.go:12 +0x2b
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 50a6f7dff..2646b1786 100644
--- a/go.mod
+++ b/go.mod
@@ -147,7 +147,7 @@ require (
github.com/fluent/fluent-logger-golang v1.9.0
github.com/golang-jwt/jwt/v5 v5.1.0
github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50
- github.com/hanwen/go-fuse/v2 v2.4.2
+ github.com/hanwen/go-fuse/v2 v2.4.0
github.com/hashicorp/raft v1.6.0
github.com/hashicorp/raft-boltdb/v2 v2.3.0
github.com/orcaman/concurrent-map/v2 v2.0.1