Fix #21 and update deps
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user