Skip to content

Commit 7100842

Browse files
committed
Port from archiver to archives
1 parent c173c57 commit 7100842

File tree

3 files changed

+333
-27
lines changed

3 files changed

+333
-27
lines changed

go.mod

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ module github.com/lirios/ostree-image-creator
33
go 1.13
44

55
require (
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
)

0 commit comments

Comments
 (0)