feat: Implement example in alternative FUSE library

This commit is contained in:
Felix Pojtinger
2021-11-12 23:32:06 +01:00
parent c321d52076
commit 091011eee4
4 changed files with 82 additions and 6 deletions

5
go.mod
View File

@@ -4,4 +4,7 @@ go 1.17
require github.com/hanwen/go-fuse/v2 v2.1.0
require golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 // indirect
require (
github.com/jacobsa/fuse v0.0.0-20211108140243-7c4418392f94 // indirect
golang.org/x/sys v0.0.0-20211112193437-faf0a1b62c6b // indirect
)