Removed XZ compression.

When testing the archlinux, xz compression couldn't seem to extract ANY files.
Testing extraction with the appimage works though. So that's good.
This commit is contained in:
Caleb Gardner
2020-12-02 01:56:24 -06:00
parent fef7bec20d
commit a894e2efb9
5 changed files with 50 additions and 63 deletions
+8 -1
View File
@@ -4,5 +4,12 @@ go 1.15
require (
github.com/CalebQ42/GoAppImage v0.4.0
github.com/ulikunitz/xz v0.5.8
github.com/adrg/xdg v0.2.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)