File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ require (
250250
251251replace github.com/minio/minio v0.0.0-20210206053228-97fe57bba92c => github.com/juicedata/minio v0.0.0-20240912134328-6a47725331ab
252252
253- replace github.com/hanwen/go-fuse/v2 v2.1.1-0.20210611132105-24a1dfe6b4f8 => github.com/juicedata/go-fuse/v2 v2.1.1-0.20241120081217-1d367e67855d
253+ replace github.com/hanwen/go-fuse/v2 v2.1.1-0.20210611132105-24a1dfe6b4f8 => github.com/juicedata/go-fuse/v2 v2.1.1-0.20250217082151-ede92174e524
254254
255255replace github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/golang-jwt/jwt v3.2.1+incompatible
256256
Original file line number Diff line number Diff line change @@ -512,8 +512,8 @@ github.com/juicedata/cli/v2 v2.19.4-0.20230605075551-9c9c5c0dce83 h1:RyHTka3jCnT
512512github.com/juicedata/cli/v2 v2.19.4-0.20230605075551-9c9c5c0dce83 /go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI =
513513github.com/juicedata/go-colorable v0.0.0-20250208072043-a97a0c2023db h1:esc0bVXkjEuyPLn7JXFhKBDztpM0dT0GYQn7CqaBB6w =
514514github.com/juicedata/go-colorable v0.0.0-20250208072043-a97a0c2023db /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
515- github.com/juicedata/go-fuse/v2 v2.1.1-0.20241120081217-1d367e67855d h1:SLvbtmwPSdnIv2VtqjXswAaKKX3P3R+lj02oxMCuxN8 =
516- github.com/juicedata/go-fuse/v2 v2.1.1-0.20241120081217-1d367e67855d /go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs =
515+ github.com/juicedata/go-fuse/v2 v2.1.1-0.20250217082151-ede92174e524 h1:AB9eYVcdtPbjwUBbN9KhLqiJedls1E6+zb6KA9wjLZc =
516+ github.com/juicedata/go-fuse/v2 v2.1.1-0.20250217082151-ede92174e524 /go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs =
517517github.com/juicedata/go-nfs-client v0.0.0-20231018052507-dbca444fa7e8 h1:mVVipCbohnzKZPiHGzFncLKEJZpypqjpGr4End2PP48 =
518518github.com/juicedata/go-nfs-client v0.0.0-20231018052507-dbca444fa7e8 /go.mod h1:xOMqi3lOrcGe9uZLnSzgaq94Vc3oz6VPCNDLJUnXpKs =
519519github.com/juicedata/godaemon v0.0.0-20210629045518-3da5144a127d h1:kpQMvNZJKGY3PTt7OSoahYc4nM0HY67SvK0YyS0GLwA =
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ type FuseOptions struct {
8282 DontUmask bool
8383 OtherCaps uint32
8484 NoAllocForRead bool
85+ Timeout time.Duration
8586}
8687
8788func (o FuseOptions ) StripOptions () FuseOptions {
You can’t perform that action at this time.
0 commit comments