Skip to content

Commit

Permalink
Merge pull request #857 from raj-prince/fuse_upgrade
Browse files Browse the repository at this point in the history
Updated the gcsfuse with latest jacobsa/fuse
  • Loading branch information
raj-prince committed Nov 30, 2022
2 parents 74689e0 + 155de7f commit 4f181fd
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -7,7 +7,7 @@ require (
contrib.go.opencensus.io/exporter/ocagent v0.7.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.12
github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
github.com/jacobsa/fuse v0.0.0-20220906065402-c62d7682a662
github.com/jacobsa/fuse v0.0.0-20221016084658-a4cd154343d8
github.com/jacobsa/gcloud v0.0.0-20220926120811-1a153c059feb
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -232,6 +232,8 @@ github.com/jacobsa/fuse v0.0.0-20220726073400-226fec2ce902 h1:/IQH2E2OKt1gyALxVd
github.com/jacobsa/fuse v0.0.0-20220726073400-226fec2ce902/go.mod h1:liOmRdJd8oTwHCQ5M9JemRE3CebdlYcZWLk+ZjQeuq0=
github.com/jacobsa/fuse v0.0.0-20220906065402-c62d7682a662 h1:VGS7vFZIC+TgfFYA0PJRCmazMNp8MT5wNhnjv5AdcYc=
github.com/jacobsa/fuse v0.0.0-20220906065402-c62d7682a662/go.mod h1:liOmRdJd8oTwHCQ5M9JemRE3CebdlYcZWLk+ZjQeuq0=
github.com/jacobsa/fuse v0.0.0-20221016084658-a4cd154343d8 h1:uv+7DeBJF6+a54ZUihuXR+uTzhv2JslllK5ByILxxbg=
github.com/jacobsa/fuse v0.0.0-20221016084658-a4cd154343d8/go.mod h1:liOmRdJd8oTwHCQ5M9JemRE3CebdlYcZWLk+ZjQeuq0=
github.com/jacobsa/gcloud v0.0.0-20220802142722-cef0860fbd4c h1:goyPEosKe0lTMZZyqXtiB9VdvzioVCL+7dJn2mdR0W4=
github.com/jacobsa/gcloud v0.0.0-20220802142722-cef0860fbd4c/go.mod h1:kYk8Udk1FpP2Nn/ABkB6yT7jHkDhewIq8eGRZMLRGDU=
github.com/jacobsa/gcloud v0.0.0-20220902140020-1c120ff05604 h1:CS7nR1glaHgdAdx+V5a31C/1wODBBgbXSbVwFGeOhms=
Expand Down
17 changes: 17 additions & 0 deletions vendor/github.com/jacobsa/fuse/conversions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/jacobsa/fuse/fuseops/ops.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion vendor/github.com/jacobsa/fuse/mounted_file_system.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -155,7 +155,7 @@ github.com/grpc-ecosystem/grpc-gateway/utilities
# github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
## explicit
github.com/jacobsa/daemonize
# github.com/jacobsa/fuse v0.0.0-20220906065402-c62d7682a662
# github.com/jacobsa/fuse v0.0.0-20221016084658-a4cd154343d8
## explicit; go 1.18
github.com/jacobsa/fuse
github.com/jacobsa/fuse/fsutil
Expand Down

0 comments on commit 4f181fd

Please sign in to comment.