File tree Expand file tree Collapse file tree 3 files changed +333
-27
lines changed
Expand file tree Collapse file tree 3 files changed +333
-27
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ module github.com/lirios/ostree-image-creator
33go 1.13
44
55require (
6- github.com/dsnet/compress v0.0.1 // indirect
7- github.com/frankban/quicktest v1.10.0 // indirect
8- github.com/golang/snappy v1.0.0 // indirect
9- github.com/mholt/archiver v3.1.1+incompatible
10- github.com/nwaples/rardecode v1.1.3 // indirect
11- github.com/pierrec/lz4 v2.6.1+incompatible // indirect
6+ github.com/kr/pretty v0.2.0 // indirect
7+ github.com/mholt/archives v0.1.3
128 github.com/spf13/cobra v1.10.1
139 github.com/ulikunitz/xz v0.5.15 // indirect
14- github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
15- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
1610 gopkg.in/yaml.v2 v2.4.0
1711)
You can’t perform that action at this time.
0 commit comments