Skip to content

Commit 229d8e8

Browse files
committed
Upgraded extract to v3.1.0
1 parent 34762a6 commit 229d8e8

File tree

20 files changed

+2452
-25
lines changed

20 files changed

+2452
-25
lines changed

.licenses/go/github.com/codeclysm/extract/v3.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/codeclysm/extract/v3
3-
version: v3.0.2
3+
version: v3.1.0
44
type: go
55
summary: Package extract allows to extract archives in zip, tar.gz or tar.bz2 formats
66
easily.

.licenses/go/github.com/h2non/filetype.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/h2non/filetype
3-
version: v1.0.8
3+
version: v1.1.3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/h2non/filetype

.licenses/go/github.com/h2non/filetype/matchers.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/h2non/filetype/matchers
3-
version: v1.0.8
3+
version: v1.1.3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers
77
license: mit
88
licenses:
9-
- sources: filetype@v1.0.8/LICENSE
9+
- sources: filetype@v1.1.3/LICENSE
1010
text: |
1111
The MIT License
1212
@@ -32,6 +32,6 @@ licenses:
3232
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3333
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3434
OTHER DEALINGS IN THE SOFTWARE.
35-
- sources: filetype@v1.0.8/README.md
35+
- sources: filetype@v1.1.3/README.md
3636
text: MIT - Tomas Aparicio
3737
notices: []

.licenses/go/github.com/h2non/filetype/matchers/isobmff.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/h2non/filetype/matchers/isobmff
3-
version: v1.0.8
3+
version: v1.1.3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers/isobmff
77
license: mit
88
licenses:
9-
- sources: filetype@v1.0.8/LICENSE
9+
- sources: filetype@v1.1.3/LICENSE
1010
text: |
1111
The MIT License
1212
@@ -32,6 +32,6 @@ licenses:
3232
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3333
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3434
OTHER DEALINGS IN THE SOFTWARE.
35-
- sources: filetype@v1.0.8/README.md
35+
- sources: filetype@v1.1.3/README.md
3636
text: MIT - Tomas Aparicio
3737
notices: []

.licenses/go/github.com/h2non/filetype/types.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/h2non/filetype/types
3-
version: v1.0.8
3+
version: v1.1.3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/h2non/filetype/types
77
license: mit
88
licenses:
9-
- sources: filetype@v1.0.8/LICENSE
9+
- sources: filetype@v1.1.3/LICENSE
1010
text: |
1111
The MIT License
1212
@@ -32,6 +32,6 @@ licenses:
3232
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3333
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3434
OTHER DEALINGS IN THE SOFTWARE.
35-
- sources: filetype@v1.0.8/README.md
35+
- sources: filetype@v1.1.3/README.md
3636
text: MIT - Tomas Aparicio
3737
notices: []

.licenses/go/github.com/klauspost/compress.dep.yml

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/klauspost/compress/fse.dep.yml

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/klauspost/compress/huff0.dep.yml

Lines changed: 316 additions & 0 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/klauspost/compress/internal/snapref.dep.yml

Lines changed: 347 additions & 0 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/klauspost/compress/zstd.dep.yml

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/ulikunitz/xz
3+
version: v0.5.11
4+
type: go
5+
summary: Package xz supports the compression and decompression of xz files.
6+
homepage: https://pkg.go.dev/github.com/ulikunitz/xz
7+
license: bsd-3-clause
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
Copyright (c) 2014-2022 Ulrich Kunitz
12+
All rights reserved.
13+
14+
Redistribution and use in source and binary forms, with or without
15+
modification, are permitted provided that the following conditions are met:
16+
17+
* Redistributions of source code must retain the above copyright notice, this
18+
list of conditions and the following disclaimer.
19+
20+
* Redistributions in binary form must reproduce the above copyright notice,
21+
this list of conditions and the following disclaimer in the documentation
22+
and/or other materials provided with the distribution.
23+
24+
* My name, Ulrich Kunitz, may not be used to endorse or promote products
25+
derived from this software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
31+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37+
notices: []
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/ulikunitz/xz/internal/hash
3+
version: v0.5.11
4+
type: go
5+
summary: Package hash provides rolling hashes.
6+
homepage: https://pkg.go.dev/github.com/ulikunitz/xz/internal/hash
7+
license: bsd-3-clause
8+
licenses:
9+
- sources: xz@v0.5.11/LICENSE
10+
text: |
11+
Copyright (c) 2014-2022 Ulrich Kunitz
12+
All rights reserved.
13+
14+
Redistribution and use in source and binary forms, with or without
15+
modification, are permitted provided that the following conditions are met:
16+
17+
* Redistributions of source code must retain the above copyright notice, this
18+
list of conditions and the following disclaimer.
19+
20+
* Redistributions in binary form must reproduce the above copyright notice,
21+
this list of conditions and the following disclaimer in the documentation
22+
and/or other materials provided with the distribution.
23+
24+
* My name, Ulrich Kunitz, may not be used to endorse or promote products
25+
derived from this software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
31+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37+
notices: []
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: github.com/ulikunitz/xz/internal/xlog
3+
version: v0.5.11
4+
type: go
5+
summary: Package xlog provides a simple logging package that allows to disable certain
6+
message categories.
7+
homepage: https://pkg.go.dev/github.com/ulikunitz/xz/internal/xlog
8+
license: bsd-3-clause
9+
licenses:
10+
- sources: xz@v0.5.11/LICENSE
11+
text: |
12+
Copyright (c) 2014-2022 Ulrich Kunitz
13+
All rights reserved.
14+
15+
Redistribution and use in source and binary forms, with or without
16+
modification, are permitted provided that the following conditions are met:
17+
18+
* Redistributions of source code must retain the above copyright notice, this
19+
list of conditions and the following disclaimer.
20+
21+
* Redistributions in binary form must reproduce the above copyright notice,
22+
this list of conditions and the following disclaimer in the documentation
23+
and/or other materials provided with the distribution.
24+
25+
* My name, Ulrich Kunitz, may not be used to endorse or promote products
26+
derived from this software without specific prior written permission.
27+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
32+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
34+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
35+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
36+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
notices: []
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: github.com/ulikunitz/xz/lzma
3+
version: v0.5.11
4+
type: go
5+
summary: Package lzma supports the decoding and encoding of LZMA streams.
6+
homepage: https://pkg.go.dev/github.com/ulikunitz/xz/lzma
7+
license: bsd-3-clause
8+
licenses:
9+
- sources: xz@v0.5.11/LICENSE
10+
text: |
11+
Copyright (c) 2014-2022 Ulrich Kunitz
12+
All rights reserved.
13+
14+
Redistribution and use in source and binary forms, with or without
15+
modification, are permitted provided that the following conditions are met:
16+
17+
* Redistributions of source code must retain the above copyright notice, this
18+
list of conditions and the following disclaimer.
19+
20+
* Redistributions in binary form must reproduce the above copyright notice,
21+
this list of conditions and the following disclaimer in the documentation
22+
and/or other materials provided with the distribution.
23+
24+
* My name, Ulrich Kunitz, may not be used to endorse or promote products
25+
derived from this software without specific prior written permission.
26+
27+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
31+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37+
notices: []

docsgen/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b // indirect
1717
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b // indirect
1818
github.com/cmaglie/pb v1.0.27 // indirect
19-
github.com/codeclysm/extract/v3 v3.0.2 // indirect
19+
github.com/codeclysm/extract/v3 v3.1.0 // indirect
2020
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
2121
github.com/creack/goselect v0.1.2 // indirect
2222
github.com/djherbis/buffer v1.1.0 // indirect
@@ -26,13 +26,14 @@ require (
2626
github.com/fsnotify/fsnotify v1.4.9 // indirect
2727
github.com/gofrs/uuid v3.2.0+incompatible // indirect
2828
github.com/golang/protobuf v1.5.2 // indirect
29-
github.com/h2non/filetype v1.0.8 // indirect
29+
github.com/h2non/filetype v1.1.3 // indirect
3030
github.com/hashicorp/hcl v1.0.0 // indirect
3131
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3232
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
3333
github.com/josharian/intern v1.0.0 // indirect
3434
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
3535
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
36+
github.com/klauspost/compress v1.15.13 // indirect
3637
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
3738
github.com/leonelquinteros/gotext v1.4.0 // indirect
3839
github.com/magiconair/properties v1.8.5 // indirect
@@ -60,6 +61,7 @@ require (
6061
github.com/spf13/viper v1.8.1 // indirect
6162
github.com/src-d/gcfg v1.4.0 // indirect
6263
github.com/subosito/gotenv v1.2.0 // indirect
64+
github.com/ulikunitz/xz v0.5.11 // indirect
6365
github.com/xanzy/ssh-agent v0.2.1 // indirect
6466
go.bug.st/cleanup v1.0.0 // indirect
6567
go.bug.st/downloader/v2 v2.1.1 // indirect

docsgen/go.sum

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/k
7171
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
7272
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
7373
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
74-
github.com/codeclysm/extract/v3 v3.0.2 h1:sB4LcE3Php7LkhZwN0n2p8GCwZe92PEQutdbGURf5xc=
75-
github.com/codeclysm/extract/v3 v3.0.2/go.mod h1:NKsw+hqua9H+Rlwy/w/3Qgt9jDonYEgB6wJu+25eOKw=
74+
github.com/codeclysm/extract/v3 v3.1.0 h1:z14FpkRizce3HNHsqJoZWwj0ovzZ2hiIkmT96FQS3j8=
75+
github.com/codeclysm/extract/v3 v3.1.0/go.mod h1:ZJi80UG2JtfHqJI+lgJSCACttZi++dHxfWuPaMhlOfQ=
7676
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
7777
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
7878
github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=
@@ -177,9 +177,8 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
177177
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
178178
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
179179
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
180-
github.com/h2non/filetype v1.0.6/go.mod h1:isekKqOuhMj+s/7r3rIeTErIRy4Rub5uBWHfvMusLMU=
181-
github.com/h2non/filetype v1.0.8 h1:le8gpf+FQA0/DlDABbtisA1KiTS0Xi+YSC/E8yY3Y14=
182-
github.com/h2non/filetype v1.0.8/go.mod h1:isekKqOuhMj+s/7r3rIeTErIRy4Rub5uBWHfvMusLMU=
180+
github.com/h2non/filetype v1.1.3 h1:FKkx9QbD7HR/zjK1Ia5XiBsq9zdLi5Kf3zGyFTAFkGg=
181+
github.com/h2non/filetype v1.1.3/go.mod h1:319b3zT68BvV+WRj7cwy856M2ehB3HqNOt6sy1HndBY=
183182
github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q=
184183
github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
185184
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -230,6 +229,8 @@ github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v
230229
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
231230
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
232231
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
232+
github.com/klauspost/compress v1.15.13 h1:NFn1Wr8cfnenSJSA46lLq4wHCcBzKTSjnBIexDMMOV0=
233+
github.com/klauspost/compress v1.15.13/go.mod h1:QPwzmACJjUTFsnSHH934V6woptycfrDDJnH7hvFVbGM=
233234
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
234235
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
235236
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
@@ -335,6 +336,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
335336
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
336337
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
337338
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
339+
github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=
340+
github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
338341
github.com/xanzy/ssh-agent v0.2.1 h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=
339342
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
340343
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ require (
1111
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b
1212
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b
1313
github.com/cmaglie/pb v1.0.27
14-
github.com/codeclysm/extract/v3 v3.0.2
14+
github.com/codeclysm/extract/v3 v3.1.0
1515
github.com/djherbis/buffer v1.1.0
1616
github.com/djherbis/nio/v3 v3.0.1
1717
github.com/fatih/color v1.7.0
1818
github.com/gofrs/uuid v3.2.0+incompatible
19-
github.com/h2non/filetype v1.0.8 // indirect
2019
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
2120
github.com/kr/text v0.2.0 // indirect
2221
github.com/leonelquinteros/gotext v1.4.0
@@ -62,6 +61,7 @@ require (
6261
github.com/emirpasic/gods v1.12.0 // indirect
6362
github.com/fsnotify/fsnotify v1.4.9 // indirect
6463
github.com/golang/protobuf v1.5.2 // indirect
64+
github.com/h2non/filetype v1.1.3 // indirect
6565
github.com/hashicorp/hcl v1.0.0 // indirect
6666
github.com/inconshreveable/mousetrap v1.0.0 // indirect
6767
github.com/itchyny/gojq v0.12.8 // indirect
@@ -70,6 +70,7 @@ require (
7070
github.com/josharian/intern v1.0.0 // indirect
7171
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
7272
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
73+
github.com/klauspost/compress v1.15.13 // indirect
7374
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
7475
github.com/magiconair/properties v1.8.5 // indirect
7576
github.com/mattn/go-runewidth v0.0.13 // indirect
@@ -85,6 +86,7 @@ require (
8586
github.com/spf13/pflag v1.0.5 // indirect
8687
github.com/src-d/gcfg v1.4.0 // indirect
8788
github.com/subosito/gotenv v1.2.0 // indirect
89+
github.com/ulikunitz/xz v0.5.11 // indirect
8890
github.com/xanzy/ssh-agent v0.2.1 // indirect
8991
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
9092
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect

0 commit comments

Comments
 (0)