Use the chunk manager properly

This commit is contained in:
Ben Sarmiento
2023-11-18 01:51:25 +01:00
parent 4da9416bec
commit b669f8d673
10 changed files with 30 additions and 31 deletions

2
go.mod
View File

@@ -11,6 +11,6 @@ require (
)
require (
github.com/winfsp/cgofuse v1.5.0 // indirect
github.com/winfsp/cgofuse v1.5.0
go.uber.org/multierr v1.10.0 // indirect
)