Fix #21 and update deps

This commit is contained in:
Caleb Gardner
2023-03-29 12:45:21 -05:00
parent 1ae5593e6c
commit 67df5f40c6
3 changed files with 10 additions and 13 deletions
+4 -7
View File
@@ -4,14 +4,11 @@ go 1.19
require (
github.com/CalebQ42/fuse v0.1.0
github.com/klauspost/compress v1.15.12
github.com/klauspost/compress v1.16.3
github.com/pierrec/lz4/v4 v4.1.17
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
github.com/therootcompany/xz v1.0.1
github.com/ulikunitz/xz v0.5.10
)
require (
github.com/seaweedfs/fuse v1.2.2
golang.org/x/sys v0.6.0 // indirect
github.com/therootcompany/xz v1.0.1
github.com/ulikunitz/xz v0.5.11
golang.org/x/sys v0.6.0
)