File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ require (
52
52
github.com/google/go-cmp v0.6.0 // indirect
53
53
github.com/google/gofuzz v1.2.0 // indirect
54
54
github.com/google/uuid v1.6.0 // indirect
55
- github.com/hanwen/go-fuse/v2 v2.5.0 // indirect
55
+ github.com/hanwen/go-fuse/v2 v2.5.1 // indirect
56
56
github.com/hashicorp/errwrap v1.1.0 // indirect
57
57
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
58
58
github.com/hashicorp/go-multierror v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
121
121
github.com/google/uuid v1.1.2 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
122
122
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
123
123
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
124
- github.com/hanwen/go-fuse/v2 v2.5.0 h1:JSJcwHQ1V9EGRy6QsosoLDMX6HaLdzyLOJpKdPqDt9k =
125
- github.com/hanwen/go-fuse/v2 v2.5.0 /go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs =
124
+ github.com/hanwen/go-fuse/v2 v2.5.1 h1:OQBE8zVemSocRxA4OaFJbjJ5hlpCmIWbGr7r0M4uoQQ =
125
+ github.com/hanwen/go-fuse/v2 v2.5.1 /go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs =
126
126
github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
127
127
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
128
128
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/google/flatbuffers v24.3.25+incompatible
13
13
github.com/google/go-cmp v0.6.0
14
14
github.com/google/uuid v1.6.0
15
- github.com/hanwen/go-fuse/v2 v2.5.0
15
+ github.com/hanwen/go-fuse/v2 v2.5.1
16
16
github.com/hashicorp/go-retryablehttp v0.7.5
17
17
github.com/klauspost/compress v1.17.7
18
18
github.com/moby/sys/mountinfo v0.7.1
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
115
115
github.com/google/uuid v1.1.2 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
116
116
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
117
117
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
118
- github.com/hanwen/go-fuse/v2 v2.5.0 h1:JSJcwHQ1V9EGRy6QsosoLDMX6HaLdzyLOJpKdPqDt9k =
119
- github.com/hanwen/go-fuse/v2 v2.5.0 /go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs =
118
+ github.com/hanwen/go-fuse/v2 v2.5.1 h1:OQBE8zVemSocRxA4OaFJbjJ5hlpCmIWbGr7r0M4uoQQ =
119
+ github.com/hanwen/go-fuse/v2 v2.5.1 /go.mod h1:xKwi1cF7nXAOBCXujD5ie0ZKsxc8GGSA1rlMJc+8IJs =
120
120
github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
121
121
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
122
122
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
You can’t perform that action at this time.
0 commit comments