Finishing touches?

This commit is contained in:
Caleb Gardner
2022-08-26 05:01:17 -05:00
parent 3bf851852f
commit 7a22538623
4 changed files with 47 additions and 392 deletions
+2 -9
View File
@@ -1,18 +1,11 @@
module github.com/CalebQ42/squashfs
go 1.18
go 1.19
require (
github.com/CalebQ42/GoAppImage v0.5.0
github.com/klauspost/compress v1.15.6
github.com/klauspost/compress v1.15.9
github.com/pierrec/lz4/v4 v4.1.15
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/adrg/xdg v0.2.2 // indirect
go.lsp.dev/uri v0.3.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)