Renamed files to make them more clear

Trying to figure out how to write. Might have to keep tables uncompressed for now.
This commit is contained in:
Caleb Gardner
2021-04-30 02:52:27 -05:00
parent 7cf15d48c7
commit 6ad6857d8d
11 changed files with 353 additions and 87 deletions
+4 -6
View File
@@ -4,13 +4,11 @@ go 1.16
require (
github.com/CalebQ42/GoAppImage v0.5.0
github.com/adrg/xdg v0.3.2 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/klauspost/compress v1.11.13
github.com/pierrec/lz4/v4 v4.1.4
github.com/adrg/xdg v0.3.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210420193930-a4630ec28c79 // indirect
github.com/klauspost/compress v1.12.2
github.com/pierrec/lz4/v4 v4.1.6
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/ulikunitz/xz v0.5.10
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)