Renamed library to squashfs for ease of use

This commit is contained in:
Caleb Gardner
2020-11-25 10:51:59 -06:00
parent dcb26057fa
commit 426903a222
7 changed files with 9 additions and 11 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
module github.com/CalebQ42/GoSquashfs
module github.com/CalebQ42/squashfs
go 1.15
require (
github.com/CalebQ42/GoAppImage v0.4.0
github.com/google/go-cmp v0.5.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)